mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-09 07:28:43 +00:00
Add DocForge documentation site
This commit is contained in:
11
docs/content/getting-started/01-install.md
Normal file
11
docs/content/getting-started/01-install.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Install DocForge
|
||||
|
||||
1. Clone or download this repository.
|
||||
2. Run `npm install` to install dependencies.
|
||||
3. Start the local development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
The site will be available at `http://localhost:8080`.
|
9
docs/content/getting-started/02-build.md
Normal file
9
docs/content/getting-started/02-build.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Build the Site
|
||||
|
||||
When you're ready to generate the static files, run:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
The output appears in the `_site/` folder.
|
3
docs/content/getting-started/index.md
Normal file
3
docs/content/getting-started/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Getting Started
|
||||
|
||||
This section walks you through installing DocForge and creating your first site.
|
Reference in New Issue
Block a user