mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
33 lines
887 B
YAML
33 lines
887 B
YAML
site_name: supabase-github-action
|
|
site_url: https://supabase.github.io/supabase-github-action
|
|
site_description: A GitHub action for interacting with your Supabase projects using the CLI.
|
|
|
|
repo_name: supabase/supabase-github-action
|
|
repo_url: https://github.com/supabase/supabase-github-action
|
|
|
|
nav:
|
|
- Welcome: 'index.md'
|
|
|
|
theme:
|
|
name: 'material'
|
|
features:
|
|
- navigation.expand
|
|
favicon: 'assets/favicon.ico'
|
|
logo: 'assets/favicon.ico'
|
|
homepage: https://supabase.github.io/supabase-github-action
|
|
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 |