forked from MrThearMan/graphene-django-query-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (34 loc) · 822 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
31
32
33
34
35
36
37
38
39
site_name: Graphene Django Query Optimizer
nav:
- Home: index.md
- Quickstart: quickstart.md
- Relay: relay.md
- Filtering: filtering.md
- Depth Limiting: depth.md
- Fragments: fragments.md
- Custom Fields: custom.md
- Settings: settings.md
- Technical Details: technical.md
theme:
name: readthedocs
highlightjs: true
hljs_languages: # https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
- python
- console
- json
markdown_extensions:
pymdownx.highlight:
anchor_linenums: true
pymdownx.inlinehilite:
pymdownx.snippets:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
plugins:
- search:
- mermaid2:
version: 10.3.1
extra_css:
- css/docs.css