forked from FederatedAI/FedVision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (77 loc) · 1.94 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
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: FedVision
repo_name: FederatedAI/FedVision
repo_url: https://github.com/FederatedAI/FedVision
edit_uri: https://github.com/FederatedAI/FedVision/tree/main/docs
site_url: http://github.com/FederatedAI/FedVision
copyright: © Copyright 2020 WeBank Co., Ltd. | All Rights Reserved.
theme:
name: material
features:
tabs: true
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- fedvision
- mkdocs-jupyter
markdown_extensions:
- pymdownx.snippets
- mdx_math
- codehilite
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
extra_css:
- 'css/termynal.css'
- 'css/custom.css'
extra_javascript:
# - 'https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js'
- 'js/termynal.js'
- 'js/custom.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
nav:
- Welcome to Fedvision: index.md
- Quickstart: quickstart/quickstart.md
- Overview:
- framework: framework/overview.md
- paddledetection: framework/paddledetection.md
- paddlefl: framework/paddlefl.md
- Deploy:
- fedvision-deploy-toolkit-cli: deploy/cli.md
- Develop:
- codestyle: develop/codestyle.md
- API:
- framework:
- cluster: apis/cluster.md
- coordinator: apis/coordinator.md
- master: apis/master.md
- proto buffer: apis/proto.md
- Releases:
- release notes: release/release.md
- v0.1: release/v0.1.md