File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
google3/third_party/protobuf/docgen/hugo_config Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ sidebar_search_disable = true
55
66# Theme
77[module ]
8- replacements = " github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootstrap -> ."
9- [[module .imports ]]
10- path = " docsy"
8+ [module .hugoVersion ]
9+ extended = true
10+ min = " 0.75.0"
11+ [[module .imports ]]
12+ path = " github.com/google/docsy"
13+ disable = false
14+ [[module .imports ]]
15+ path = " github.com/google/docsy/dependencies"
16+ disable = false
1117
1218# Language settings
1319contentDir = " content"
Original file line number Diff line number Diff line change 1+ module github.com/google/docsy-example
2+
3+ go 1.12
4+
5+ require (
6+ github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
7+ github.com/google/docsy v0.5.1 // indirect
8+ github.com/twbs/bootstrap v4.6.2+incompatible // indirect
9+ )
You can’t perform that action at this time.
0 commit comments