fullcalendar_block-1.0.0-rc4/mkdocs.yml
mkdocs.yml
# Project information
site_name: 'FullCalendar Block Documentation'
site_description: 'Documentation for the Drupal FullCalendar Block module.'
site_url: 'https://www.drupal.org/project/fullcalendar_block'
# Theme configuration
theme:
name: material
features:
- content.code.copy
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Source directory for markdown files
docs_dir: 'docs'
# Navigation structure
nav:
- 'Home': 'index.md'
- 'Requirements': 'requirements.md'
- 'Installation': 'installation.md'
- 'Configuration': 'configuration.md'
- 'Development': 'development.md'
