number sections and document sidebar ordering

This commit is contained in:
thePR0M3TH3AN
2025-07-10 15:43:46 -04:00
parent e67416d29b
commit b0bb32da53
13 changed files with 15 additions and 1 deletions

View 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"
```