77 lines
2.1 KiB
YAML
Executable File
77 lines
2.1 KiB
YAML
Executable File
site_name: Changemaker Documentation
|
|
site_description: Demo site for Changemaker
|
|
site_url: http://betteredmonton.org
|
|
site_author: Bunker Ops
|
|
docs_dir: docs
|
|
site_dir: site
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
palette:
|
|
scheme: slate
|
|
primary: deep purple
|
|
accent: amber
|
|
features:
|
|
- navigation.sections
|
|
- navigation.tracking
|
|
- navigation.indexes
|
|
- navigation.collapse
|
|
- toc.integrate
|
|
- content.code.copy
|
|
- navigation.top
|
|
- navigation.tabs # Added for top-level navigation tabs
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
- https://fonts.googleapis.com/icon?family=Material+Icons
|
|
|
|
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:
|
|
- social
|
|
- search
|
|
- blog
|
|
# - tags # Consider adding if you use tags for your blog or docs
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Applications:
|
|
- Overview: apps.md
|
|
- Homepage Dashboard: apps/homepage.md
|
|
- Code Server: apps/code-server.md
|
|
- Flatnotes: apps/flatnotes.md
|
|
- Listmonk: apps/listmonk.md
|
|
- NocoDB: apps/nocodb.md
|
|
- MkDocs Material: apps/mkdocs-material.md
|
|
- Excalidraw: apps/excalidraw.md
|
|
- Gitea: apps/gitea.md
|
|
- OpenWebUI: apps/openwebui.md
|
|
- Monica CRM: apps/monica-crm.md
|
|
- Answer: apps/answer.md
|
|
- Ferdium: apps/ferdium.md
|
|
- Rocket.Chat: apps/rocketchat.md
|
|
- Ollama (Local AI): apps/ollama.md
|
|
- Portainer (Docker UI): apps/portainer.md
|
|
- n8n (Workflow Automation): apps/n8n.md
|
|
- Guides:
|
|
- Authoring Content: guides/authoring-content.md
|
|
- Using Ollama in VS Code: guides/ollama-vscode.md
|
|
- Ollama Setup (Legacy): ollama.md # Renamed to avoid conflict, consider merging or removing
|