forked from ssl-hep/ServiceX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (24 loc) · 931 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
site_name: ServiceX
site_url: https://servicex.readthedocs.io/
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
- Columnar Data Output Options: deployment/output_options.md
- Reference: deployment/reference.md
- User Management: deployment/user_management.md
- 'Developer Guide':
- Architecture: development/architecture.md
- Contributing: development/contributing.md
plugins:
- mkdocs-jupyter