Skip to content

Commit

Permalink
User guide: changes to as requested per review (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Feb 14, 2022
1 parent 96604cb commit 9d4aed8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ path = "_print"
permalinkable = false

[module]
_merge = "deep"
[module.hugoVersion]
extended = true
min = "0.73.0"
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = "userguide/public"
command = "npm install && npm run build:preview"

[build.environment]
GO_VERSION = "1.17.6"
GO_VERSION = "1.17.7"
HUGO_THEME = "repo"

[context.production]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"submodule:update": "git submodule update --remote --recursive --depth 1"
},
"devDependencies": {
"hugo-extended": "0.92.1"
"hugo-extended": "0.92.2"
}
}
3 changes: 1 addition & 2 deletions userguide/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ enableMissingTranslationPlaceholders = true

enableRobotsTXT = true

# set docsy as theme, either locally or as hugo module
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["docsy"]
# theme = ["github.com/google/docsy", "github.com/google/docsy/dependencies"]

# Will give values to .Lastmod etc.
enableGitInfo = true
Expand Down
3 changes: 0 additions & 3 deletions userguide/go.mod

This file was deleted.

0 comments on commit 9d4aed8

Please sign in to comment.