forked from ispyb/py-ispyb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (28 loc) · 775 Bytes
/
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
site_name: py-ISPyB
nav:
- Home: index.md
- Get Started: run.md
- Tests: tests.md
- Configuration: conf.md
- Authentication and Authorization:
- Authentication: auth.md
- Authorization: authorization.md
- Permissions: permissions.md
- Routes:
- About: routes.md
- ⧉ Endpoint documentation: https://ispyb.github.io/py-ispyb/api/
- Simulator: simulator.md
- User Portal Sync: upsync.md
- Developers:
- Notes: developers.md
- ⧉ Test coverage: https://app.codecov.io/gh/ispyb/py-ispyb/
theme:
name: material
site_dir: public
site_url: https://ispyb.github.io/py-ispyb/
repo_url: https://github.com/ispyb/py-ispyb
repo_name: "GitHub"
markdown_extensions:
- toc:
permalink: "#"
dev_addr: "127.0.0.1:8080"