-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
94 lines (88 loc) · 2.67 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: NebulaGraph Jupyter Extension
plugins:
- mkdocs-jupyter:
execute: false
include_source: true
- redirects:
redirect_maps:
"get_started.md": "get_started_docs.ipynb"
- search
- social:
cards_layout: default
nav:
- Home:
- NebulaGraph Jupyter: index.md
- Get Started: get_started_docs.ipynb
- Installation: installation.md
- Commands:
- ngql: magic_words/ngql.md
- ng_draw: magic_words/ng_draw.md
- ng_draw_schema: magic_words/ng_draw_schema.md
- ng_load: magic_words/ng_load.md
- Configurations: configurations.md
- Cheat Sheet: cheatsheet.md
- Try on Colab: https://colab.research.google.com/github/wey-gu/jupyter_nebulagraph/blob/main/docs/get_started.ipynb
- Installation: installation.md
- Commands:
- ngql: magic_words/ngql.md
- ng_draw: magic_words/ng_draw.md
- ng_draw_schema: magic_words/ng_draw_schema.md
- ng_load: magic_words/ng_load.md
- Configurations: configurations.md
- Cheat Sheet: cheatsheet.md
- Get Started: get_started_docs.ipynb
- Try on Colab: https://colab.research.google.com/github/wey-gu/jupyter_nebulagraph/blob/main/docs/get_started.ipynb
repo_url: https://github.com/wey-gu/jupyter_nebulagraph
repo_name: jupyter_nebulagraph
theme:
favicon: images/favicon.png
name: material
custom_dir: docs/overrides
palette:
primary: white
accent: white
scheme: slate
icon:
repo: fontawesome/brands/github
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/nebula_jupyter_logo_dark.png'
features:
- navigation.instant
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- accent: purple
media: "(prefers-color-scheme: light)"
primary: white
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- accent: purple
media: "(prefers-color-scheme: dark)"
primary: black
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/wey-gu/jupyter_nebulagraph
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/weygu/nebulagraph-jupyter
- icon: fontawesome/brands/python
link: https://github.com/vesoft-inc/nebula-python
- icon: fontawesome/brands/twitter
link: https://twitter.com/NebulaGraph
copyright: Copyright © 2021-2024, NebulaGraph Community