Install
Create a new docs site and deploy it.
Create your docs
- Create a new project using the GitHub template or the CLI:
npm create reallysimpledocs@latest my-docs # or: npx create-reallysimpledocs@latest my-docs - Install dependencies:
cd my-docs && npm install - Start the dev server:
npm run dev - Open up the site at
http://localhost:8080
You can then customize your site and write docs.
Deploy
Build the site with npm run build and upload _site/ to a static host:
Upgrade
This template is intentionally simple: the easiest “upgrade” flow is to scaffold a fresh copy and move your content back in.
- Scaffold a new copy (next version).
- Copy your content and config:
docs/docs/docs.json_data/site.jsonmedia/(if you use it)
- Re-apply any local customizations you made in:
_includes/src/css/overrides.css