From 129bb08fc4d2c850ae71250371adf82a4441dc70 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 17 Sep 2019 00:22:49 +0300 Subject: Use Hugo for our docs Sass and JS. (#29280) Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts. --- site/content/docs/4.3/getting-started/build-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/content/docs') diff --git a/site/content/docs/4.3/getting-started/build-tools.md b/site/content/docs/4.3/getting-started/build-tools.md index 60b99959c..9e7176acf 100644 --- a/site/content/docs/4.3/getting-started/build-tools.md +++ b/site/content/docs/4.3/getting-started/build-tools.md @@ -55,10 +55,10 @@ Our [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/packag - npm run docs + npm run docs-serve - Builds and lints CSS and JavaScript for docs. You can then run the documentation locally via npm run docs-serve. + Builds and runs the documentation locally. -- cgit v1.2.3