aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-17 00:22:49 +0300
committerGitHub <[email protected]>2019-09-17 00:22:49 +0300
commit129bb08fc4d2c850ae71250371adf82a4441dc70 (patch)
tree4816ae6ce08538296928eec9a83a498359fd78eb /site/content/docs
parenta9c05ab798df7b1a40af41c25dd92faa84b13f99 (diff)
downloadbootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.tar.xz
bootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.zip
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.
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/getting-started/build-tools.md4
1 files changed, 2 insertions, 2 deletions
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
</tr>
<tr>
<td>
- <code>npm run docs</code>
+ <code>npm run docs-serve</code>
</td>
<td>
- Builds and lints CSS and JavaScript for docs. You can then run the documentation locally via <code>npm run docs-serve</code>.
+ Builds and runs the documentation locally.
</td>
</tr>
</tbody>