Getting Started
Atlas is an Astro-first documentation template with MDX content collections, a generated sidebar, and a prebuilt docs layout.
Prerequisites
- Node.js
22.12.0or newer - npm
Quick Start
git clone https://github.com/dqnamo/atlas.git
cd atlas
npm install
npm run devOpen http://localhost:4321.
Project Layout
src/pages/index.astro: homepage and CTA buttonssrc/pages/docs/[...slug].astro: docs page renderersrc/content/docs: documentation content (.mdand.mdx)src/content/sidebar-links: additional sidebar linksconfig.json: site title and branding config
Build and Preview
npm run build
npm run previewNext Steps
- Configure branding in Configuration
- Add your own docs in Content Authoring
- Set up sidebar links in Sidebar Navigation
- Deploy to Cloudflare Pages in Deploy to Cloudflare Pages