Skip to content

Commit ede69f2

Browse files
committed
feat: switch to docsy go module
Signed-off-by: Aabhas Sao <[email protected]>
1 parent e733eca commit ede69f2

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.gitmodules

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
2-
[submodule "themes/docsy"]
3-
path = themes/docsy
4-
url = https://github.com/google/docsy.git
5-
shallow = true
6-
71
[submodule "content/en/community/labs/enhancements"]
82
path = content/en/community/labs/enhancements
93
url = https://github.com/jenkins-x/enhancements.git

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enableRobotsTXT = true
66
ignorefiles = [ "docs/labs/.*" ]
77

88
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
9-
theme = ["docsy"]
9+
theme = ["github.com/google/docsy", "github.com/google/docsy/dependencies"]
1010

1111
# Will give values to .Lastmod etc.
1212
enableGitInfo = true

go.mod

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/jenkins-x/jx-docs
2+
3+
go 1.17
4+
5+
require (
6+
github.com/google/docsy v0.2.0-pre // indirect
7+
github.com/google/docsy/dependencies v0.2.0-pre // indirect
8+
)

go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.2.0-pre h1:vQc8vUD6ArSKCZM2BA1tckwhHSA5Vi3GwqtdywQiAaU=
3+
github.com/google/docsy v0.2.0-pre/go.mod h1:yuKLZHMX5CKiLUH55+ePFJaYnoSwUVVffNareaOGQYo=
4+
github.com/google/docsy/dependencies v0.2.0-pre h1:rr4XfnpvqIEuG71jpo6p7e1/kxvkHQJNh7ewqWpzJzg=
5+
github.com/google/docsy/dependencies v0.2.0-pre/go.mod h1:oPdn05sNt61uT6K+LqNRhYq1jeqrsbbQMDXkPdPscmA=
6+
github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

themes/docsy

-1
This file was deleted.

0 commit comments

Comments
 (0)