-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (55 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
59 lines (55 loc) · 1.29 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Barbossa
site_description: "AI engineers that ship code while you sleep"
site_url: https://barbossa.dev
repo_url: https://github.com/ADWilkinson/barbossa-dev
repo_name: ADWilkinson/barbossa-dev
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Quickstart: quickstart.md
- Configuration: configuration.md
- How It Works: how-it-works.md
- Examples: examples.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
theme:
name: material
favicon: assets/favicon.svg
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep orange
toggle:
icon: material/weather-night
name: Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: amber
toggle:
icon: material/weather-sunny
name: Light mode
features:
- navigation.instant
- navigation.tracking
- navigation.footer
- toc.integrate
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- attr_list
- tables
- toc:
permalink: true