-
-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
70 lines (64 loc) · 1.8 KB
/
mkdocs.yaml
File metadata and controls
70 lines (64 loc) · 1.8 KB
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
site_name: Stripe Sync Engine
site_url: https://supabase.github.io/stripe-sync-engine
site_description: Sync your Stripe account to you Postgres database
copyright: Copyright © Supabase
repo_name: supabase/stripe-sync-engine
repo_url: https://github.com/supabase/stripe-sync-engine
edit_uri: edit/main/docs/
not_in_nav: |
tags.md
nav:
- Overview: 'index.md'
- Usage:
- 'docker.md'
- 'typescript.md'
- 'edge-function.md'
- 'contributing.md'
theme:
name: 'material'
favicon: 'https://avatars.githubusercontent.com/u/54469796'
logo: 'https://avatars.githubusercontent.com/u/54469796'
homepage: https://supabase.github.io/stripe-sync-engine
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/stripe-sync-engine
name: Stripe Sync Engine 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