-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
mkdocs.yaml
56 lines (52 loc) · 1.59 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: supavisor
site_url: https://supabase.github.io/supavisor
site_description: A cloud native multi-tenant connection pooler for Postgres
repo_name: supabase/supavisor
repo_url: https://github.com/supabase/supavisor
nav:
- Welcome: 'index.md'
- FAQ: 'faq.md'
- Development:
- Installation: 'development/installation.md'
- Setup: 'development/setup.md'
- Docs: 'development/docs.md'
- Deployment:
- Deploy with Fly.io: 'deployment/fly.md'
- Connecting:
- Overview: 'connecting/overview.md'
- Authentication: 'connecting/authentication.md'
- Configuration:
- Tenants: 'configuration/tenants.md'
- Users: 'configuration/users.md'
- Pool Modes: 'configuration/pool_modes.md'
- Migrating:
- from PgBouncer: 'migrating/pgbouncer.md'
- Monitoring:
- Metrics: 'monitoring/metrics.md'
- ORMs:
- Prisma: 'orms/prisma.md'
theme:
name: 'material'
favicon: 'images/favicon.ico'
logo: 'images/favicon.ico'
homepage: https://supabase.github.io/supavisor
features:
- navigation.expand
palette:
primary: black
accent: light green
markdown_extensions:
- pymdownx.highlight:
linenums: true
guess_lang: false
use_pygments: true
pygments_style: default
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.tasklist
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg