========================================== Welcome to the wagtailmenus documentation! ========================================== wagtailmenus is an open-source extension for `Wagtail CMS `_ to help you define, manage and render menus in a consistent, yet flexible way. The current version is tested for compatibility with the following: - Wagtail versions 7.0, 7.3 and 7.4 - Django versions 4.2, 5.2 and 6.0 - Python versions 3.10 to 3.14 To find out more about what wagtailmenus does and why, see :doc:`overview` To view the code, open an issue, or submit a pull request, view the `wagtailmenus project on github `_. Below are some useful links to help you get you started: * **First steps** * :doc:`installation` * :doc:`managing_main_menus` * :doc:`managing_flat_menus` * **Rendering menus** * :doc:`rendering_menus/template_tag_reference` * :doc:`rendering_menus/custom_templates` * **Optional page models** * :doc:`menupage` * :doc:`abstractlinkpage` Full index ========== .. toctree:: :maxdepth: 3 :titlesonly: overview installation managing_main_menus managing_flat_menus rendering_menus/index menupage abstractlinkpage advanced_topics/index settings_reference contributing/index releases/index