Skip to content

Commit cd97976

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 492210751 Change-Id: I739d83e241d1b39166e1209be507bffc3141648d
1 parent 17f4d51 commit cd97976

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

config.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1319
contentDir = "content"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
)

0 commit comments

Comments
 (0)