Skip to content

Welcome to Odyssey Documentation

This documentation contains notes and guides covering various technologies including Docker and Kubernetes.

Documentation Sections

Getting Started

To work with this documentation locally:

  • mkdocs serve - Start a local docs server with live-reloading
  • mkdocs build - Build the static documentation site
  • mkdocs -h - Show help options

Documentation Structure

docs/
├── index.md
├── _personal/
│   ├── links.md
│   └── todo.md
├── Docker/
│   ├── index.md
│   ├── _drafts/
│   ├── guides/
│   └── commands/
├── Kubernetes/
│   ├── index.md
│   ├── _drafts/
│   ├── guides/
│   ├── commands/
│   └── manifests/
└── SystemDesign/
    ├── index.md
    ├── _drafts/
    ├── guides/
    └── references/

Contributing

Feel free to contribute to this documentation by submitting pull requests or opening issues if you find any errors or have suggestions for improvements.