2025-01-04 17:07:49 +01:00
|
|
|
site_name: Supabase Operator
|
2025-01-23 18:00:05 +01:00
|
|
|
site_author: Peter Kurfer
|
2025-01-04 17:07:49 +01:00
|
|
|
site_url: https://docs.supabase-operator.icb4dc0.de/
|
2025-01-23 18:00:05 +01:00
|
|
|
site_description: |
|
|
|
|
Documentation for the Supabase Operator, a Kubernetes operator for managing Supabase instances.
|
|
|
|
repo_name: prskr/supabase-operator
|
|
|
|
repo_url: https://code.icb4dc0.de/prskr/supabase-operator
|
|
|
|
|
|
|
|
dev_addr: "127.0.0.1:8001"
|
|
|
|
|
2025-01-04 17:07:49 +01:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
custom_dir: docs/overrides
|
|
|
|
features:
|
|
|
|
- navigation.instant
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- toc.integrate
|
2025-01-28 18:01:34 +01:00
|
|
|
- content.code.copy
|
|
|
|
- content.footnote.tooltips
|
2025-01-04 17:07:49 +01:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search
|
2025-01-21 10:31:02 +01:00
|
|
|
- kroki:
|
|
|
|
HttpMethod: POST
|
2025-01-04 17:07:49 +01:00
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home:
|
|
|
|
- About: index.md
|
|
|
|
- Getting Started: getting_started.md
|
2025-01-21 10:31:02 +01:00
|
|
|
- Components:
|
|
|
|
- Overview: components/overview.md
|
|
|
|
- Core: components/core.md
|
2025-01-28 18:01:34 +01:00
|
|
|
- APIGateway: components/apigateway.md
|
|
|
|
- Auth:
|
|
|
|
- Overview: auth/overview.md
|
|
|
|
- Email: auth/email.md
|
|
|
|
- Social Providers:
|
|
|
|
- Azure: auth/providers/azure.md
|
2025-01-04 17:07:49 +01:00
|
|
|
- API Reference: api/supabase.k8s.icb4dc0.de.md
|
2025-01-28 18:01:34 +01:00
|
|
|
- Development:
|
|
|
|
- Tools: development/tools.md
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
|
|
|
- footnotes
|