Content Management
This template includes a Decap CMS admin entry at /admin/ so editors can update Markdown content without opening the codebase.
What is included
- A static admin entry in
docs/public/admin/index.html - A Decap CMS config in
docs/public/admin/config.yml - Folder collections for the main documentation sections
- A GitHub backend configuration that you can point at your own repository
How it works
- Open
/admin/on the published site. - Sign in through the configured GitHub-backed auth flow.
- Edit Markdown files in the selected collection.
- Publish changes back to the repository.
Important notes
- GitHub backend access still requires GitHub OAuth or an equivalent auth setup.
- The repo slug in
config.ymlshould be updated if you clone this template to a different repository. - Uploaded media files are stored under
docs/public/uploads.
Recommended collection scope
Start with these sections first:
- Getting Started
- Guides
- Deployment
- Troubleshooting
- References
This keeps the editor surface small while still covering the pages that change most often.