File tree 5 files changed +15
-8
lines changed
5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
-
2
- [submodule "themes/docsy "]
3
- path = themes/docsy
4
- url = https://github.com/google/docsy.git
5
- shallow = true
6
-
7
1
[submodule "content/en/community/labs/enhancements "]
8
2
path = content/en/community/labs/enhancements
9
3
url = https://github.com/jenkins-x/enhancements.git
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ enableRobotsTXT = true
6
6
ignorefiles = [ " docs/labs/.*" ]
7
7
8
8
# 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 " ]
10
10
11
11
# Will give values to .Lastmod etc.
12
12
enableGitInfo = true
Original file line number Diff line number Diff line change
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
+ )
Original file line number Diff line number Diff line change
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 =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments