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/layouts | |
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/layouts')
-rw-r--r-- | docs/layouts/shortcodes/min-node-version.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/min-node-version.html b/docs/layouts/shortcodes/min-node-version.html new file mode 100644 index 0000000000..7885f4ea19 --- /dev/null +++ b/docs/layouts/shortcodes/min-node-version.html @@ -0,0 +1 @@ +{{ .Site.Params.minNodeVersion }} |