forked from Blaizzy/mlx-vlm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (85 loc) · 2.43 KB
/
mkdocs.yml
File metadata and controls
93 lines (85 loc) · 2.43 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: MLX-VLM
site_description: MLX-VLM is a package for inference and fine-tuning of Vision Language Models (VLMs) on your Mac using MLX.
site_author: Prince Canuma
repo_name: Blaizzy/mlx-vlm
site_url: https://Blaizzy.github.io/mlx-vlm
repo_url: https://github.com/Blaizzy/mlx-vlm
copyright: "Copyright \u00a9 2024 - 2024 Prince Canuma"
theme:
palette:
- scheme: default
primary: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.footer
- search.highlight
- search.share
- content.code.copy
custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular
plugins:
- search
- mkdocstrings
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: True
allow_errors: false
ignore: ["conf.py"]
execute_ignore: ["*ignore.ipynb"]
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Blaizzy
- icon: fontawesome/brands/twitter
link: https://twitter.com/Prince_Canuma
version:
provider: mike
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Installation: installation.md
- CLI Reference: cli_reference.md
- Examples: examples.md
- Contributing: contributing.md
- Community Projects: community_projects.md
- Report Issues: report_issues.md
- Changelog: changelog.md
docs_dir: docs