File size: 1,063 Bytes
adbf50c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Blueprints Docs
repo_url: https://github.com/mozilla-ai/blueprint-template
repo_name: blueprint-template

nav:
  - Home: index.md
  - Getting Started: getting-started.md
  - Step-by-Step Guide: step-by-step-guide.md
  - Customization Guide: customization.md
  - API Reference: api.md
  - Future Features & Contributions: future-features-contributions.md

theme:
  icon:
    repo: fontawesome/brands/github
  name: material
  palette:
    - scheme: default
      primary: "#005F6F"
      toggle:
        icon: material/lightbulb
        name: Switch to dark mode
    - scheme: slate
      primary: "#005F6F"
      toggle:
        icon: material/lightbulb-outline
        name: Switch to light mode
  extra_css:
    - assets/custom.css

markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
      line_spans: __span
      pygments_lang_class: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences

plugins:
- search
- mkdocstrings:
    handlers:
      python:
        options:
          show_root_heading: true