-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.02 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
site_name: LuisaGroup
theme:
name: material
logo: assets/images/logo.png
favicon: assets/images/logo.png
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LuisaGroup
repo_url: https://github.com/LuisaGroup/LuisaCompute
repo_name: LuisaGroup/LuisaCompute
nav:
- 首页: index.md
- 快速开始:
- getting_started/index.md
- 安装: getting_started/installation.md
- 快速开始: getting_started/quickstart.md