Project Documentation Index
This repository contains internal setup, deployment, and operations documentation.
All Documentation Pages
Core Docs
ArgoCD
Git
Docker
Jenkins
Kubernetes
- Overview
- Installation and Commands
- Manifests Overview
- Django Manifest Docs
- Go Manifest Docs
- Java Microservice Manifest Docs
- Jenkins Manifest Docs
- Laravel Manifest Docs
- Node Manifest Docs
- React Manifest Docs
- WordPress Manifest Docs
Cloudflare Pages Deployment
This repo is ready to deploy as a static docs site using Docsify.
1) Connect repository
- In Cloudflare dashboard, go to Workers & Pages -> Create -> Pages.
- Connect this Git repository.
2) Build configuration
Use these exact values:
- Framework preset:
None - Build command: (leave empty)
- Build output directory:
. - Root directory:
/(or empty/default)
3) Deploy
- Trigger deployment from the dashboard.
- Cloudflare will serve
index.htmlfrom repo root.
4) How navigation works
index.htmlboots Docsify._sidebar.mdcontains links to all markdown pages.readme.mdis the homepage.
Local Preview
To preview locally before pushing:
npx docsify-cli serve .
Then open http://localhost:3000.