-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (50 loc) · 1.13 KB
/
mkdocs.yml
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
site_name: "@actcoding/supa-cli"
site_description: Advanced CLI tooling for Supabase.
site_url: https://actcoding.github.io/supa-cli/
site_dir: .docs
repo_url: https://github.com/actcoding/supa-cli
remote_branch: main
theme:
name: material
favicon: _assets/icon-192.png
# logo: _assets/icon-192.png
logo: _assets/heroicons-command-line.svg
features:
- navigation.instant
- navigation.footer
- content.action.edit
- content.code.copy
palette:
scheme: act
custom_dir: docs/overrides
nav:
- index.md
- installation.md
- configuration.md
- Command Reference: command-reference/
- API Reference: api-reference/
extra:
generator: true
plugins:
- search
- offline
- privacy
- git-revision-date-localized:
enabled: true
- autorefs
- literate-nav:
nav_file: SUMMARY.md
implicit_index: true
extra_css:
- _css/extra.css
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets