supabase-operator/mkdocs.yml
Peter Kurfer 0014927ca9
Some checks failed
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled
Lint / Run on Ubuntu (push) Has been cancelled
Docs / deploy (push) Successful in 1m51s
release / release (push) Successful in 6m36s
feat(storage): finish initial basic implementation
- support both s3 & file storage backends
- support imgproxy to scale images
- manually tested with MinIO & local storage
- fixed service discovery issue in APIGatey reconciler not detecting
  service changes
- refactored defaults and env variable code to make it manageable again
- add repo link to docs
2025-01-23 18:00:05 +01:00

32 lines
781 B
YAML

site_name: Supabase Operator
site_author: Peter Kurfer
site_url: https://docs.supabase-operator.icb4dc0.de/
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"
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- search.suggest
- search.highlight
- toc.integrate
plugins:
- search
- kroki:
HttpMethod: POST
nav:
- Home:
- About: index.md
- Getting Started: getting_started.md
- Components:
- Overview: components/overview.md
- Core: components/core.md
- API Reference: api/supabase.k8s.icb4dc0.de.md