1
0
mirror of synced 2026-02-13 13:06:56 +00:00

explain where docs are

keep netlify config for now (disabled in the app), but only make it ship the _redirects file
add rule for 'install.sh'
move _redirects file into docs/ directory
document redirects and Netlify

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2021-04-27 14:48:18 +02:00
parent 9dc10ef7d1
commit af1d9102b9
6 changed files with 19 additions and 60 deletions

View File

@@ -1,3 +1,3 @@
[build]
command = "./copy-docs-assets.sh && mkdocs build && cp _redirects site/"
command = "mkdir -p site && cp docs/_redirects site/"
publish = "site"