Skip to content

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

  1. Open /admin/ on the published site.
  2. Sign in through the configured GitHub-backed auth flow.
  3. Edit Markdown files in the selected collection.
  4. 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.yml should be updated if you clone this template to a different repository.
  • Uploaded media files are stored under docs/public/uploads.

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.

Markdown-first documentation for teams that update docs often.