-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (45 loc) · 1.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
49 lines (45 loc) · 1.17 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
site_name: LocalMind
site_description: Understand your hardware and find the best local AI models for your machine.
site_url: https://localmind.github.io
repo_url: https://github.com/predictivemanish/localmind
repo_name: predictivemanish/localmind
theme:
name: material
primary: indigo
accent: deep purple
logo: img/logo.svg
favicon: img/logo.svg
features:
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- content.tabs.link
- navigation.sections
- navigation.top
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/predictivemanish/localmind
- icon: fontawesome/brands/python
link: https://pypi.org/project/localmind/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
- mermaid2
nav:
- Home: index.md
- Installation: installation.md
- Usage Guide: usage.md
- Features & Architecture: features.md
- Troubleshooting: troubleshooting.md