General
34 views
Documentation as Code
Quick Definition
Applying dev practices to documentation management
Full Definition
Applying software development practices like version control and CI/CD to documentation management.
Examples
Markdown docs, Git versioned docs, automated publishing
Related Terms
technical-writing
version-control
continuous-integration
More General Terms
CI/CD
Automating build test and deployment pipelines
Refactoring
Restructuring code without changing external behavior
Microservice
Small independently deployable focused service
Code Review
Examining code changes before merging for quality
Scalability
Ability to handle increased load by adding resources
Clean Code
Writing readable maintainable code