Add DocForge documentation site

This commit is contained in:
thePR0M3TH3AN
2025-07-10 12:02:39 -04:00
parent c128e20e68
commit 4d924387ce
12 changed files with 94 additions and 0 deletions

15
docs/content/index.md Normal file
View File

@@ -0,0 +1,15 @@
# DocForge Documentation
Welcome to the official documentation for **DocForge**, a lightweight static site generator designed for "Read the Docs" style websites.
## Quick Start
```bash
npm install
npm run dev # start local server at http://localhost:8080
npm run build # generate the _site/ folder
```
DocForge converts Markdown files inside a `content/` folder into a full documentation site with search, navigation, and responsive design.
Check the **Getting Started** section to learn how to install and run DocForge locally.