-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
42 lines (37 loc) · 1021 Bytes
/
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
site_name: vec2pg
site_url: https://supabase-community.github.io/vec2pg
site_description: A CLI for migrating vector data to Supabase
repo_name: supabase-community/vec2pg
repo_url: https://github.com/supabase-community/vec2pg
nav:
- Welcome: 'index.md'
- Installation: 'installation.md'
- Vendors:
- Pinecone: 'pinecone.md'
- Qdrant: 'qdrant.md'
- Contributing: 'contributing.md'
theme:
name: 'material'
favicon: 'assets/favicon.ico'
logo: 'assets/favicon.ico'
homepage: https://supabase-community.github.io/vec2pg
features:
- navigation.expand
palette:
scheme: slate
primary: green
accent: green
extra_css:
- stylesheets/extra.css
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