Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 982 Bytes

File metadata and controls

28 lines (22 loc) · 982 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2024-11-12

Added

  • Initial release of mkdocs-header-dropdown plugin
  • Support for configurable dropdown menus in MkDocs Material theme header
  • Multiple dropdown menus support
  • Optional icon support for dropdowns
  • Configurable links with text, URL, and target attributes
  • Hover and click interactions
  • Responsive design
  • Dark/light mode compatibility
  • Comprehensive documentation (README, QUICKSTART, USAGE, DEPLOYMENT)
  • Example templates for header integration

Features

  • Plugin configuration via mkdocs.yml
  • Jinja2 template integration
  • Material theme CSS variable support
  • No external dependencies beyond MkDocs