This repository contains the documentation website for DashOPS, built with Next.js and deployed on GitHub Pages.
This repository is named dash-ops.github.io and serves the documentation at https://dash-ops.github.io.
- Documentation site:
https://dash-ops.github.io(root domain) - Main organization:
https://github.com/dash-ops/dash-ops(main DashOPS repository)
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Build with SPA routing for GitHub Pages
npm run build:spaThe site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- Documentation site:
https://dash-ops.github.io(root domain) - Main organization:
https://github.com/dash-ops/dash-ops(main DashOPS repository)
This site uses Single Page Application routing with hash-based navigation for GitHub Pages compatibility.