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. --- config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.yml') diff --git a/config.yml b/config.yml index aca4615c6c..806aca4e4c 100644 --- a/config.yml +++ b/config.yml @@ -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 -- cgit v1.2.3