Files
Archivox/docs/content/index.md
2025-07-10 14:53:51 -04:00

544 B

Archivox Documentation

Welcome to the official documentation for Archivox, a lightweight static site generator designed for "Read the Docs" style websites.

Quick Start

npm install
npm run dev # start local server at http://localhost:8080
npm run build # generate the _site/ folder

Archivox 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 Archivox locally.