freealberta/mkdocs/mkdocs.yml
2025-05-28 09:47:43 -06:00

67 lines
1.7 KiB
YAML

site_name: Changemaker Lite Documentation
site_description: Self-hosted platform for documentation and development
site_url: https://changeme.org
site_author: Bunker Ops
docs_dir: docs
site_dir: site
# Theme
theme:
name: material
custom_dir: docs/overrides
palette:
scheme: slate
primary: deep purple
accent: amber
features:
- navigation.tracking
- navigation.indexes
- navigation.collapse
- navigation.path
- content.code.copy
- navigation.top
- navigation.tabs # Added for top-level navigation tabs
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.emoji # Simplified emoji config
- footnotes
- toc:
permalink: true
# The specific slugify line was removed to avoid previous tool error,
# you may need to add back your preferred slugify option:
# slugify: !!python/name:pymdownx.slugs.uslugify
copyright: Copyright © 2024 The Bunker Operations - Built with Change Maker
# Plugins
plugins:
- social
- search
- blog
# - tags # Consider adding if you use tags for your blog or docs
# Navigation
nav:
- Home: index.md
- Getting Started: getting-started.md
- Services:
- Overview: services/index.md
- Homepage: services/homepage.md
- Code Server: services/code-server.md
- MkDocs Material: services/mkdocs.md
- Static Site Server: services/static-server.md
- Listmonk: services/listmonk.md
- PostgreSQL: services/postgresql.md
- n8n: services/n8n.md
- NocoDB: services/nocodb.md
- Blog: blog/index.md