-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 1.13 KB
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
site_name: Graphite Docs
site_url: https://mkh-user.github.io/graphite
repo_url: https://github.com/mkh-user/graphite
repo_name: GitHub
edit_uri: blob/main/docs
site_description: Online documentation for Graphite
site_author: Mahan Khalili
copyright: Copyright © 2026 Mahan Khalili
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- admonition
nav:
- Home: index.md
- Introduction:
- Quick Start: quickstart.md
- Graph Model: graph-model.md
- Creating Data Model: creating-data-model.md
- Query Engine: query-engine.md
- References:
- Module-Level: references/module.md
- DSL: references/dsl.md
- Engine: references/engine.md
- Data Types: references/data.md
- Query: references/query.md
- Migration: references/migration.md
- Developer Guides:
- Contributing Guide: CONTRIBUTING.md
- Development Setup: development-setup.md
theme:
name: readthedocs
prev_next_buttons_location: both
draft_docs: drafts/