mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
docs: remove advanced section and add integration guide
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user