diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-03-05 16:36:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 16:36:22 -0600 |
commit | f5a20250ae65c422a8f5de3415f484bca087abe1 (patch) | |
tree | b6b362ecf6e859a4e22832eadcec140e7f493715 /docs/content/doc/advanced/hacking-on-gitea.en-us.md | |
parent | 35027305d1713df3ce87a14e7cc632e4e495e02a (diff) | |
download | gitea-f5a20250ae65c422a8f5de3415f484bca087abe1.tar.gz gitea-f5a20250ae65c422a8f5de3415f484bca087abe1.zip |
Add node version variable to docs (#10620)
Also adjusted other version mentions so go version is always mentioned
as major.minor and node only as major.
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'docs/content/doc/advanced/hacking-on-gitea.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/hacking-on-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/hacking-on-gitea.en-us.md b/docs/content/doc/advanced/hacking-on-gitea.en-us.md index 1e792d39c1..902bf8473f 100644 --- a/docs/content/doc/advanced/hacking-on-gitea.en-us.md +++ b/docs/content/doc/advanced/hacking-on-gitea.en-us.md @@ -25,7 +25,7 @@ environment variable and to add the go bin directory or directories Next, [install Node.js with npm](https://nodejs.org/en/download/) which is required to build the JavaScript and CSS files. The minimum supported Node.js -version is 10 and the latest LTS version is recommended. +version is {{< min-node-version >}} and the latest LTS version is recommended. You will also need make. <a href='{{< relref "doc/advanced/make.en-us.md" >}}'>(See here how to get Make)</a> |