-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (57 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
61 lines (57 loc) · 1.23 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
60
61
site_name: shellsmith
repo_url: https://github.com/SmartFactory-KL/shellsmith
repo_name: SmartFactory-KL/shellsmith
theme:
name: material
logo: images/emblem.svg
favicon: images/favicon.ico
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- search.highlight
- search.suggest
- content.code.copy
- palette.toggle
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github
extra:
version:
provider: pypi
name: shellsmith
manifest: images/favicon/site.webmanifest
nav:
- Home: index.md
- API: api.md
- CLI: cli.md
- MCP: mcp.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.inlinehilite
extra_css:
- stylesheets/extra.css
plugins:
- termynal:
buttons: windows