forked from ssl-hep/ServiceX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
26 lines (26 loc) · 848 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
site_name: ServiceX
nav:
- Home: index.md
- Introduction: introduction.md
- 'User Guide':
- Getting started: user/getting-started.md
- Specifying a request: user/requests.md
- Outreach: user/outreach.md
- 'Examples':
- ATLAS xAOD Example: user/func_adl_xaod.ipynb
# - TCut Intro: user/tcut_intro.ipynb
# - Advanced xAOD with Func-ADL: user/func_adl_xaod.ipynb
- 'Deployment Guide':
- Basic deployments: deployment/basic.md
- Production deployments: deployment/production.md
- Reference: deployment/reference.md
- 'Developer Guide':
- Architecture: development/architecture.md
- Contributing: development/contributing.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
plugins:
- mkdocs-jupyter