alnoda-workspaces/workspaces/postgres-workspace/mkdocs/mkdocs.yml

63 lines
1.5 KiB
YAML
Raw Normal View History

2022-02-01 10:44:40 +13:00
# ===========================================================
# NAVIGATION
# ===========================================================
nav:
- Home: README.md
2022-05-24 04:13:15 +12:00
- My apps: pages/my-apps.md
2022-07-21 05:08:36 +12:00
- About: about.md
2022-05-24 04:13:15 +12:00
- Docs: https://docs.alnoda.org/postgres-workspace/
2022-02-01 10:44:40 +13:00
# ===========================================================
# CONFIGURATION
# ===========================================================
2022-07-21 05:08:36 +12:00
site_name: PostgreSQL workspace
2022-02-01 10:44:40 +13:00
repo_url: https://github.com/bluxmit/alnoda-workspaces
2022-05-24 04:13:15 +12:00
site_url: https://docs.alnoda.org
2022-02-01 10:44:40 +13:00
edit_uri: ""
# ===========================================================
# APPEARANCE
# ===========================================================
theme:
name: 'material'
2022-07-21 05:08:36 +12:00
favicon: 'assets/postgres-circle.svg'
logo: 'assets/postgres-circle-white.svg'
2022-02-01 10:44:40 +13:00
custom_dir: overrides
2022-07-21 05:08:36 +12:00
font:
text: Open Sans
2022-02-01 10:44:40 +13:00
icon:
2022-07-21 05:08:36 +12:00
repo: fontawesome/brands/github
2022-02-01 10:44:40 +13:00
features:
- navigation.instant
palette:
2022-07-21 05:08:36 +12:00
- scheme: postgres
2022-02-01 10:44:40 +13:00
toggle:
2022-07-21 05:08:36 +12:00
icon: material/brightness-7
2022-02-01 10:44:40 +13:00
name: Switch to dark mode
2022-07-21 05:08:36 +12:00
- scheme: postgres-dark
toggle:
icon: material/brightness-4
name: Switch to light mode
2022-02-01 10:44:40 +13:00
extra:
# Link to open when your logo is clicked
2022-05-24 04:13:15 +12:00
homepage: https://docs.alnoda.org
host_url: http://docs.alnoda.org
2022-02-01 10:44:40 +13:00
plugins:
# Enable Macros and jinja2 templates
- macros:
module_name: macros/helpers
2022-07-21 05:08:36 +12:00
extra_css:
- stylesheets/extra.css
2022-02-01 10:44:40 +13:00
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6