Skip to main content

Documentation

This repository serves as a centralized collection of internal setup, deployment, and operational guides used by our team. It is intended to document best practices, step-by-step procedures, and configuration notes for systems we manage, including cloud services, container orchestration, CI/CD, and more. Whether you're onboarding or troubleshooting, these docs should help you get up to speed quickly.

All Documentation Pages

Core Docs

ArgoCD

DigitalOcean

SSH

Git

Docker

Jenkins

Kubernetes

Local Preview

To preview locally before pushing:

npx docsify-cli serve .

or using php

php -S localhost:3000 -t .

Then open http://localhost:3000.

🤝 Contributing

If you find any issues or want to add new documentation, feel free to submit a PR — contributions are always welcomed!

[!WARNING] This repository may contain existing errors or outdated content. Some things may stop working over time due to application version updates.

How to contribute

WhatHow
🐛Found an error?Fix it and open a PR
📄Missing documentation?Add new pages or expand existing ones
🔧Broken example?Update it for the latest version