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:
9
docs/content/05-project-integration/04-build.md
Normal file
9
docs/content/05-project-integration/04-build.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 4. Build and Publish
|
||||
|
||||
Use the provided `package.json` scripts to generate the site:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
The static files appear in the `_site/` directory. Configure your CI/CD pipeline to run this command and upload `_site/` as your documentation site.
|
Reference in New Issue
Block a user