A centralized documentation website for DevOps topics, built with Docusaurus. This site covers Kubernetes, AWS Cloud, Terraform, and more, making it easy for teams and individuals to learn and share best practices.
- Modern static site generator (Docusaurus)
- Organized docs for Kubernetes, AWS, Terraform, and DevOps tools
- Easy navigation and search
- Custom components and diagrams
- Ready for public or internal use
npm installnpm startThis command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.
npm buildThis command generates static content into the build directory, which can be served using any static hosting service.
Contributions are welcome! Please open issues or pull requests for improvements, new topics, or corrections.