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:
parent
a9c05ab798
commit
129bb08fc4
35 changed files with 45 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue