-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
30 lines (30 loc) · 990 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
27
28
29
30
site_name: dgraphpandas docs
repo_url: https://github.com/kiran94/dgraphpandas
site_description: Transform Pandas DataFrames into Exports to be sent to DGraph
site_author: Kiran Patel
nav:
- Home: 'index.md'
- Getting Started: 'getting_started.md'
- Horizontal & Vertical Formats: 'horizontal_and_vertical_formats.md'
- Configuration: 'configuration.md'
- Logging: 'logging.md'
- Schema & Types: 'schema_and_types.md'
- Working with Larger Files: 'working_with_larger_files.md'
- Samples:
- Introduction: 'samples.md'
- Netflix Sample: 'samples/netflix.md'
- Planets Sample: 'samples/planets.md'
- Pokemon Sample: 'samples/pokemon.md'
- Notebooks:
- Netflix Notebook: 'notebooks/NetflixSample.ipynb'
- Planet Notebook: 'notebooks/PlanetSample.ipynb'
- Local Setup: 'local_setup.md'
theme:
material
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- codehilite:
use_pygments: true
plugins:
- mkdocs-jupyter