Skip to content

Commit 706f2c8

Browse files
authored
Update min Hugo version in theme config, and some UG copyedits (#2267)
1 parent dbfb6c4 commit 706f2c8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

theme.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cSpell:ignore demosite licenselink
12
name = "Docsy"
23
license = "Apache 2.0"
34
licenselink = "https://github.com/google/docsy/blob/main/LICENSE"
@@ -6,7 +7,7 @@ homepage = "https://docsy.dev"
67
demosite = "https://example.docsy.dev/"
78
tags = ["documentation", "multilingual", "customizable", "responsive", "docs"]
89
features = []
9-
min_version = "0.110.0"
10+
min_version = "0.146.0"
1011

1112
[author]
1213
name = "The Docsy Authors"

userguide/content/en/docs/deployment/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Then follow the instructions in [Host on Netlify](https://gohugo.io/hosting-and-
4545
* If you are using Docsy as a [Hugo module](/docs/get-started/docsy-as-module/) or NPM package, you can just specify `hugo`.
4646
3. Click **Show advanced**.
4747
4. In the **Advanced build settings** section, click **New variable**.
48-
5. Specify `NODE_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest LTS version](https://nodejs.org/en/download/) of node.js (minimum recommended version: `v20.x`).
48+
5. Specify `NODE_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest LTS version](https://nodejs.org/en/download/) of Node.js.
4949
6. In the **Advanced build settings** section, click **New variable**.
50-
7. Specify `HUGO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://github.com/gohugoio/hugo/releases) of Hugo (minimum recommended version: `0.125.4`).
50+
7. Specify `HUGO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://github.com/gohugoio/hugo/releases) of Hugo.
5151
8. In the **Advanced build settings** section, click **New variable** again.
52-
9. Specify `GO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://go.dev/dl/) of Go (minimum recommended version: `1.21`).
52+
9. Specify `GO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://go.dev/dl/) of Go.
5353

5454
If you don't want your site to be indexed by search engines, you can add an environment flag to your build command to specify a non-`production` environment, as described in [Build environments and indexing](#build-environments-and-indexing).
5555
1. Click **Deploy site**.

0 commit comments

Comments
 (0)