forked from supabase/wrappers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
44 lines (40 loc) · 1.16 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
site_name: wrappers
site_url: https://supabase.github.io/wrappers
site_description: A PostgreSQL extension for connecting to external data sources
repo_name: supabase/wrappers
repo_url: https://github.com/supabase/wrappers
nav:
- Welcome: 'index.md'
- Installation: 'installation.md'
- Wrappers:
- BigQuery: 'bigquery.md'
- ClickHouse: 'clickhouse.md'
- Firebase: 'firebase.md'
- S3: 's3.md'
- Stripe: 'stripe.md'
- Contributing: 'contributing.md'
theme:
name: 'material'
favicon: 'assets/favicon.ico'
logo: 'assets/favicon.ico'
homepage: https://supabase.github.io/wrappers
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