-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
55 lines (48 loc) · 1.31 KB
/
mkdocs.yml
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
site_name: awesome-osml-for-devs
site_url: https://merveenoyan.github.io/awesome-osml-for-devs/
site_author: merveenoyan
site_description: List of resources, libraries and more for developers who would like to build with open-source machine learning off-the-shelf
repo_name: merveenoyan/awesome-osml-for-devs
repo_url: https://github.com/merveenoyan/awesome-osml-for-devs
edit_uri: https://github.com/merveenoyan/awesome-osml-for-devs/tree/main/docs
copyright: Awesome Osml For Developers 2024. All rights reserved.
nav:
- Home: index.md
theme:
name: 'material'
features:
- navigation.tracking
- content.code.copy
- content.tooltips
- content.code.annotate
palette:
- scheme: default
primary: 'custom'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: 'custom'
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true