public-testrepo2/mkdocs.yml
2026-01-22 23:04:13 +01:00

82 lines
1.8 KiB
YAML
Executable File

# Project information
site_name: "OLIVE IT Consulting"
site_url: https://www.olive-it.ch/
site_author: Oliver Büchel
site_description: >-
Continous quality delivered by continous learning, breaking
the wall of comfortable mediocracy
# Repository
repo_name: oliveit git
repo_url: https://gitea.olive-it.ch/oli/public-testrepo2.git
# Theme
theme:
name: material
# name: readthedocs
features:
- content.action.edit
- content.action.view
- content.tooltips
- navigation.sections
- search.highlight
favicon: assets/favicon.ico
palette:
primary: light green
# icon:
logo: assets/olive-banner.png
nav:
- Introduction: 'index.md'
- Learning: learning/learning.md
# Plugins
plugins:
- search:
enabled: true
# lang: en
# separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
# - projects:
# projects_dir: examples
# projects_config_transform: !!python/name:examples.transform
# log_level: info
# Hooks
# hooks:
# - hooks/archive.py
# Validation:
# nav:
# omitted_files: warn
# not_found: warn
# absolute_links: warn
# links:
# not_found: warn
# absolute_links: warn
# unrecognized_links: warn
# # Customization
# extra:
# analytics:
# provider: google
# property: !ENV GOOGLE_ANALYTICS_KEY
# # Extensions
# markdown_extensions:
# - admonition
# - attr_list
# - footnotes
# - toc:
# permalink: true
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.details
# - pymdownx.emoji:
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# - pymdownx.highlight:
# anchor_linenums: true
# - pymdownx.keys
# - pymdownx.tabbed:
# alternate_style: true