mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
number sections and document sidebar ordering
This commit is contained in:
9
docs/content/04-deployment/index.md
Normal file
9
docs/content/04-deployment/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Deployment
|
||||
|
||||
Archivox sites output to the `_site/` folder. Host the contents on any static server. For Netlify, include a `netlify.toml` file:
|
||||
|
||||
```toml
|
||||
[build]
|
||||
command = "npm run build"
|
||||
publish = "_site"
|
||||
```
|
Reference in New Issue
Block a user