forked from ssl-hep/ServiceX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 763 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: ServiceX
site_url: https://servicex.readthedocs.io/
nav:
- Home: index.md
- Introduction: introduction.md
- 'User Guide': 'https://servicex-frontend.readthedocs.io/'
- '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
theme:
name: material
features:
- navigation.tabs
logo: img/ServiceX-Color-Transparent.png