Skip to main content

Project Documentation Index

This repository contains internal setup, deployment, and operations documentation.

All Documentation Pages

Core Docs

ArgoCD

Git

Docker

Jenkins

Kubernetes

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.html from repo root.

4) How navigation works

  • index.html boots Docsify.
  • _sidebar.md contains links to all markdown pages.
  • readme.md is the homepage.

Local Preview

To preview locally before pushing:

npx docsify-cli serve .

Then open http://localhost:3000.