-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (24 loc) · 978 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: FIWARE Orion PySpark Connector
site_url: https://fiware-orion-pyspark-connector.readthedocs.org
github_url: https://github.com/Engineering-Research-and-Development/fiware-orion-pyspark-connector
edit_uri: edit/main/docs/
repo_url: https://github.com/Engineering-Research-and-Development/fiware-orion-pyspark-connector
site_description: FIWARE Orion PySpark Connector Documentation
docs_dir: docs
site_dir: html
markdown_extensions: [toc, fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css:
[
"https://www.fiware.org/style/fiware_readthedocs.css",
"https://www.fiware.org/style/fiware_readthedocs_core.css",
]
google_analytics: ["UA-198735649-1", "fiware-orion-pyspark-connector.readthedocs.io"]
pages:
- "Home": "index.md"
- "User & Programmers Manual": "quick_start.md"
- "Standalone Installation": "requirements.md"
- "Install with Docker": "docker.md"
- "Step by Step Tutorial": "step_by_step.md"
- "Roadmap": "roadmap.md"