Docs as Code
Treat documentation like code: store in Git, review in pull requests, and deploy automatically. Learn the docs-as-code workflow with NeoArc Studio.
Docs-as-code is a philosophy that treats documentation with the same rigour as code. Store it in version control. Review changes in pull requests. Deploy automatically when changes merge. NeoArc Studio is built for this workflow, and this documentation site is maintained using these same practices.
Why Docs-as-Code?
Traditional documentation tools create separation between code and documentation:
The Workflow
Benefits
Practical Tips
Review Documentation Like Code
When reviewing pull requests:
Use Pull Request Templates
Include documentation checkboxes in your PR templates:
## Checklist
- [ ] Updated relevant documentation
- [ ] Updated affected diagrams
- [ ] Added documentation for new features
- [ ] Reviewed by someone familiar with the area