-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathmkdocs.yaml
114 lines (107 loc) · 3.45 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: Wrappers
site_url: https://supabase.github.io/wrappers
site_description: A PostgreSQL extension for connecting to external data sources
copyright: Copyright © Supabase
repo_name: supabase/wrappers
repo_url: https://github.com/supabase/wrappers
edit_uri: edit/main/docs/
not_in_nav: |
tags.md
nav:
- Home:
- "index.md"
- Catalog:
- catalog/index.md
- Native:
- Airtable: "catalog/airtable.md"
- Auth0: "catalog/auth0.md"
- AWS Cognito: "catalog/cognito.md"
- BigQuery: "catalog/bigquery.md"
- ClickHouse: "catalog/clickhouse.md"
- Firebase: "catalog/firebase.md"
- Logflare: "catalog/logflare.md"
- Redis: "catalog/redis.md"
- S3 (CSV, JSON, Parquet): "catalog/s3.md"
- Stripe: "catalog/stripe.md"
- SQL Server: "catalog/mssql.md"
- Wasm:
- catalog/wasm/index.md
- Cal.com: "catalog/cal.md"
- Calendly: "catalog/calendly.md"
- Clerk: "catalog/clerk.md"
- Cloudflare D1: "catalog/cfd1.md"
- HubSpot: "catalog/hubspot.md"
- Notion: "catalog/notion.md"
- Orb: "catalog/orb.md"
- Paddle: "catalog/paddle.md"
- Slack: "catalog/slack.md"
- Snowflake: "catalog/snowflake.md"
- Guides:
- Native vs Wasm Wrappers: "guides/native-wasm.md"
- Query Pushdown: "guides/query-pushdown.md"
- Remote Subqueries: "guides/remote-subqueries.md"
- Security: "guides/security.md"
- FDW Statistics: "guides/usage-statistics.md"
- Installing Wrappers in Postgres: "guides/installation.md"
- Updating Foreign Data Wrappers: "guides/updating-wrappers.md"
- Removing Foreign Data Wrappers: "guides/removing-wrappers.md"
- Limitations: "guides/limitations.md"
- Contributing:
- Building the Docs: "contributing/documentation.md"
- Core Development: "contributing/core.md"
- Developing a Native Wrapper:
- Quick Start: "contributing/native.md"
- Developing a Wasm Wrapper:
- Quick Start: "guides/create-wasm-wrapper.md"
- Advanced guide: "guides/wasm-advanced.md"
plugins:
- tags:
tags_file: tags.md
theme:
name: "material"
favicon: "assets/favicon.ico"
logo: "assets/wrappers.svg"
homepage: https://supabase.github.io/wrappers
features:
- content.code.annotate
- content.code.copy
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.footer
palette:
scheme: slate
primary: green
accent: green
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://x.com/supabase
name: Supabase on Twitter
- icon: fontawesome/brands/reddit
link: https://reddit.com/r/supabase
name: Supabase on Reddit
- icon: fontawesome/brands/github
link: https://github.com/supabase/wrappers
name: Wrappers on GitHub
markdown_extensions:
- attr_list
- md_in_html
- 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:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg