mkdocs.yml 590 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
site_name: Hamara Linux Project
theme: cinder
pages:
  - Home: index.md
  - About: 
    - Project Overview: about.md
    - Naming Convention: naming_convention.md
  - User Documentation:
    - Sugam:
      - Overview: user/sugam/overview.md
      - Release Notes: user/sugam/release.md
      - Installation Guide: user/sugam/installation.md
    - Hamara:
      - Overview: user/hamara/overview.md
      - Release Notes: user/hamara/release.md
      - Installation Guide: user/hamara/installation.md
  - Community:
    - Getting in touch: communicate.md
extra_css:
  - "css/custom_font.css"