forked from supabase/pg_graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
34 lines (30 loc) · 888 Bytes
/
mkdocs.yaml
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
site_name: pg_graphql
site_url: https://supabase.github.io/pg_graphql
site_description: A PostgreSQL extension adding GraphQL support
repo_name: supabase/pg_graphql
repo_url: https://github.com/supabase/pg_graphql
nav:
- Welcome: 'index.md'
- Quickstart: 'quickstart.md'
- API: 'api.md'
- Reflection: 'reflection.md'
- Configuration: 'configuration.md'
- Performance: 'performance.md'
- Roadmap: 'roadmap.md'
- Installation: 'installation.md'
- Contributing: 'contributing.md'
theme:
name: 'material'
favicon: 'assets/favicon.ico'
logo: 'assets/favicon.ico'
homepage: https://supabase.github.io/pg_graphql
palette:
primary: black
accent: light green
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tasklist
- admonition