site_name: The Infamous Documentation
docs_dir: content
#Uncomment the following 3 lines if you want to use the built docs with file://
site_dir: ../../docs
#site_url: ""
#use_directory_urls: false

theme:
  name: "material"
  logo: img/sonymusic.png
  palette:
    primary: black
    accent: red
  features:
    - navigation.instant
    - navigation.tracking
    - navigation.tabs
    - navigation.tabs.sticky
    #- navigation.sections
    - navigation.path
    - toc.follow
    - toc.integrate
    - content.code.copy


plugins:
  - search
  - autorefs
  - mkdocstrings:
      handlers:
        python:
          paths: ['../../../djagitit']
          options:
            show_source: false
            show_bases: false
            heading_level: 3
            show_root_heading: false
            show_category_heading: false
            show_root_toc_entry: false
            
markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
      line_spans: __span
      pygments_lang_class: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences
  - attr_list
  - admonition
  - pymdownx.details
  - pymdownx.tabbed:
      alternate_style: true
  - tables

nav:
  - Home: index.md
  - cea-infamous:
    - General : github.md
    - Tools : tools.md
    - Reference Guide - djagitit:
      - Welcome to djagitit!: djagitit/welcome.md
      - Installation: djagitit/install.md
      - Module db: djagitit/db.md
      - Module tableau: djagitit/tableau.md
      - Subpackage api: djagitit/api.md
      - Subpackage mailing: djagitit/mailing.md  
    - Tutorials - djagitit:
      - Tableau - Full Example: tutorials/tableau-full-example.md    
  - sql-snippits: sql.md  
  - cea-reporting-db: reportingdb.md
  - api-server: apiserver.md
  - cea-alteryx: alteryx.md
  - cea-tableau: tableau.md
  - external resources: resources.md