-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
53 lines (49 loc) · 1.39 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
# To preview the site locally, run docs/build.sh or docs/build.bat
site_name: Accera
site_author: Microsoft
site_description: >-
Open source compiler for generating fast, compute-intensive loops used in AI algorithms, from Microsoft Research.
copyright: Copyright © 2022+ Microsoft Research [MIT License]
repo_name: microsoft/Accera
repo_url: https://github.com/microsoft/Accera/
edit_uri: edit/main/docs/
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/microsoft/Accera
plugins:
- git-revision-date
- search
theme:
name: material
features:
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate
favicon: assets/logos/favicon.png
font:
text: Open Sans
code: Source Code Pro
logo: assets/logos/A_lighttext.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.superfences # workaround for bullet-point code blocks rendering