docs: remove advanced section and add integration guide

This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:00:03 -04:00
parent 245d215230
commit 0f9d2a939c
17 changed files with 74 additions and 25 deletions

View File

@@ -1,9 +1,11 @@
# Deployment
Archivox sites output to the `_site/` folder. Host the contents on any static server. For Netlify, include a `netlify.toml` file:
Running `npm run build` generates the `_site/` folder. Upload its contents to any static host. For Netlify, include a `netlify.toml` file:
```toml
[build]
command = "npm run build"
publish = "_site"
```
Other hosts work similarly—just make sure your CI system outputs the `_site/` directory.