mkdocs.yml 936 Bytes
Newer Older
1
site_name: Hamara Docs
2
theme: cosmo
3
nav:
4 5 6
  - About: 
    - Project Overview: about.md
    - Naming Convention: naming_convention.md
7 8
    - Help/FAQs:
      - FAQs: help/faq.md
9 10 11
  - User Documentation:
    - Sugam:
      - Overview: user/sugam/overview.md
12 13 14
      - Release Notes:
        - Sugam 2.0 Namaste: user/sugam/release/2-0.md
        - Sugam 2.0 Beta: user/sugam/release/2-0-beta.md
15 16 17 18 19
      - Installation Guide: user/sugam/installation.md
    - Hamara:
      - Overview: user/hamara/overview.md
      - Release Notes: user/hamara/release.md
      - Installation Guide: user/hamara/installation.md
20 21
  - Developer Documentation:
    - New packages to ISO: developer/new_packages_to_iso.md
22 23
  - Community:
    - Getting in touch: communicate.md
24 25
    - Getting involved: community/getting_involved.md
    - Guide for Beginners: community/beginner_guide.md
26
extra_css:
27
  - "css/custom.css"
28 29 30
markdown_extensions:
  - toc:
      permalink: '#'