-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
28 lines (26 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
site_name: Chaise
site_description: Computer-human access interface with schema evolution
theme: readthedocs
site_url: https://informatics-isi-edu.github.io/chaise/
extra_css:
- /css/extra.css
copyright: Copyright © 2020 <a href="<https://github.com/informatics-isi-edu/chaise>">chaise</a>.
pages:
- Welcome to the documentation: index.md
- User Documents:
- Installation: user-docs/installation.md
- Chaise Configuration: user-docs/chaise-config.md
- Contexts: user-docs/contexts.md
- Custom CSS: user-docs/custom-css.md
- Navbar app: user-docs/navbar-app.md
- Login app: user-docs/login-app.md
- Logging: user-docs/logging.md
- Developer Documents:
- Dev Guide: dev-docs/dev-guide.md
- E2E Testing: dev-docs/e2e-test.md
- Manual Testing: dev-docs/manual-test.md
- Style Guide: dev-docs/style-guide.md
- Search:
- Annotation: search/annotation.md
- Heuristics: search/heuristics.md
- URLs: search/urls.md