.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
DEPLOYMENT.md
DOCKER_SETUP.md
LICENSE
MANIFEST.in
PUBLISHING.md
QUICKSTART.md
README.md
SETUP_SUMMARY.md
USAGE.md
pyproject.toml
.github/RELEASE_CHECKLIST.md
.github/workflows/README.md
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
example/.gitignore
example/mkdocs.yml
example/requirements.txt
example/docs/examples.md
example/docs/getting-started.md
example/docs/index.md
example/docs/nested-menus.md
example/docs/cms-docs-common/CMSlogo_white_nolabel_1024_May2014.png
mkdocs_header_dropdown/__init__.py
mkdocs_header_dropdown/plugin.py
mkdocs_header_dropdown.egg-info/PKG-INFO
mkdocs_header_dropdown.egg-info/SOURCES.txt
mkdocs_header_dropdown.egg-info/dependency_links.txt
mkdocs_header_dropdown.egg-info/entry_points.txt
mkdocs_header_dropdown.egg-info/requires.txt
mkdocs_header_dropdown.egg-info/top_level.txt
mkdocs_header_dropdown/templates/partials/header-dropdown.html
mkdocs_header_dropdown/templates/partials/header.html
tests/test_plugin.py