Page MenuHomePhorge

mkdocs.yml
No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None

mkdocs.yml

---
site_name: Kolab Documentation 4.0.16
site_url: https://docs.kolab.org/
repo_name: kolab-infrastructure
repo_url: https://git.kolab.org/source/kolab-infrastructure
theme:
name: material
palette:
primary: grey
accent: custom
font:
text: Nunito
logo: assets/mail-blue.png
favicon: assets/mail-blue.png
features:
- navigation.sections
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.indexes
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.code.copy
- content.code.annotate
# FIXME doesn't work with mermaid atm.
# It attempts to obtain mermaid over the url inside the container "http://0.0.0.0:8000" instead of what we use in the browser (http://localhost:9000).
# This is not just about the port, but the entire URL
# plugins:
# - privacy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home:
- index.md
- home/what-is-kolab.md
- home/kolab3.md
- home/contribute.md
- Overview:
- overview/index.md
- overview/distribution.md
- overview/kolabctl.md
- overview/logging.md
- Components:
- overview/mta.md
- overview/roundcube.md
- overview/kolab.md
- Deploy:
- deploy/index.md
- deploy/quickstart.md
- deploy/supported-platforms.md
- deploy/about-kolab-on-kubernetes.md
- Reference Architectures:
- deploy/reference-architectures/index.md
- Single Node K3s: deploy/reference-architectures/single-node-k3s.md
- Replicated K3s: deploy/reference-architectures/replicated-k3s.md
- Kubernetes Cluster: deploy/reference-architectures/kubernetes-cluster.md
- Networking: deploy/networking.md
- Administration:
- administration/index.md
- Notes: administration/notes.md
- Migration: administration/migration.md
- User management: administration/usermanagement.md
- Changing TLS Certificates: administration/changing-tls-certificates.md
- Cyrus IMAP: administration/cyrus-imap.md
- Postfix: administration/postfix.md
- Spamassassin: administration/spamassassin.md

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 3:51 AM (4 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
84/3f/53227d9445f92ea53f149ff0ba70
Default Alt Text
mkdocs.yml (2 KB)

Event Timeline