-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproperdocs.yml
More file actions
77 lines (71 loc) · 1.7 KB
/
Copy pathproperdocs.yml
File metadata and controls
77 lines (71 loc) · 1.7 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
71
72
73
74
75
76
77
site_name: pglifecycle
site_description: A PostgreSQL schema management tool
site_url: https://gmr.github.io/pglifecycle/
repo_url: https://github.com/gmr/pglifecycle
repo_name: gmr/pglifecycle
theme:
name: material
custom_dir: overrides
logo: assets/logo.svg
favicon: assets/logo.svg
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
# The schema reference is generated from schemata/*.yml at build time
- gen-files:
scripts:
- bin/generate-schema-docs.py
- literate-nav:
nav_file: SUMMARY.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
extra_css:
- stylesheets/pglifecycle.css
extra:
social:
- icon: material/web
link: https://pglifecycle.com/
name: pglifecycle.com
- icon: fontawesome/brands/github
link: https://github.com/gmr/pglifecycle
name: gmr/pglifecycle
nav:
- Home: index.md
- Commands: commands.md
- Project Format: project-format.md
- Schema Reference: reference/
- GitHub Actions: github-actions.md