-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (57 loc) · 1.44 KB
/
mkdocs.yml
File metadata and controls
63 lines (57 loc) · 1.44 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
62
63
site_name: llamafile
repo_url: https://github.com/mozilla-ai/llamafile
repo_name: llamafile
nav:
- Home: index.md
- Quickstart: quickstart.md
- Supported Systems: support.md
- Example llamafiles: example_llamafiles.md
- Creating llamafiles: creating_llamafiles.md
- Source installation: source_installation.md
- Technical details: technical_details.md
- Security: security.md
- Troubleshooting: troubleshooting.md
theme:
name: material
font:
text: Noto Sans
code: Noto Sans Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: grey
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- accent: blue
logo: images/llamafile-640x640.png
favicon: images/llamafile-640x640.png
features:
- content.code.copy
- content.tabs.link
- content.action.edit
- navigation.expand
- navigation.footer
- navigation.sections
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
plugins:
- search
edit_uri: edit/main/docs/