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.
This commit is contained in:
XhmikosR 2019-09-17 00:22:49 +03:00 committed by GitHub
parent a9c05ab798
commit 129bb08fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 45 additions and 70 deletions

View file

@ -23,6 +23,8 @@ module:
mounts:
- source: dist
target: static/docs/4.3/dist
- source: site/assets
target: assets
- source: site/content
target: content
- source: site/data