-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (64 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: SeaDoc Specification
site_author: seafile
docs_dir: ./docs
site_url: https://haiwen.github.io/seadoc-specification/seadoc/
repo_name: haiwen/seadoc-specification
repo_url: https://github.com/haiwen/seadoc-specification/
edit_uri: edit/main/docs/
copyright: Copyright © 2024 seafile
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
- bash
- javascript
- python
# icon:
logo: assets/seafile-logo.png
favicon: assets/favicon.ico
# features:
# - tabs
palette:
primary: deep orange
accent:
plugins:
- search # necessary for search to work
- awesome-pages
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/haiwen/seadoc-specification/
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: true
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
toc_depth: "1-4"
- pymdownx.superfences
# Page tree
nav:
- Introduction: readme.md
- Seadoc Support Types: support-types.md
- Seadoc Data Structure:
- Block quote: data-structure/block-quote.md
- Callout: data-structure/callout.md
- Check list: data-structure/check-list.md
- Code block: data-structure/code-block.md
- File link: data-structure/file-link.md
- Header: data-structure/header.md
- Image: data-structure/image.md
- Link: data-structure/link.md
- List: data-structure/list.md
- Mention: data-structure/mention.md
- Multi column: data-structure/multi-column.md
- Paragraph: data-structure/paragraph.md
- Sdoc link: data-structure/sdoc-link.md
- Table: data-structure/table.md