This repository contains a collection of technical reference documents and cheatsheets for various tools, platforms, and technologies. It's built using MkDocs with the Material theme.
The documentation covers a wide range of technologies and tools:
- AWS (CLI, CDK)
- Bash
- Certificates and security (OpenSSL, GPG)
- Containers
- Git and GitHub
- Jenkins and CI/CD
- Kubernetes and Helm
- Various programming languages and tools (Python, Node.js, Maven)
- DevOps tools (Terraform, Vault)
- And much more...
- Python 3.x
- Pip
- Clone this repository
- Install the required packages:
pip install -r requirements.txtTo serve the documentation locally:
mkdocs serveThis will start a local server at http://127.0.0.1:8000/
To build the static site:
mkdocs buildThe built site will be in the site directory.
This documentation is configured to deploy to Netlify. The configuration is defined in the netlify.toml file.
Contributions are welcome! To add a new cheatsheet:
- Create a new markdown file in the
docsdirectory - Follow the existing format and style
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to Martin Donath (@squidfunk) for providing the Material for MkDocs template which this site is built on top of.