{"library":"mkdocs-api-autonav","title":"MkDocs API AutoNav","description":"Plugin for MkDocs that automatically generates API documentation using mkdocstrings and populates the navigation tree. Version 0.4.0 requires Python >=3.9. Active development, releases occur irregularly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install mkdocs-api-autonav"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# mkdocs.yml\nplugins:\n  - search\n  - mkdocs-api-autonav:\n      modules:\n        - \"my_package\"\n\n# docs/index.md\n# Welcome to My Package\n# Full API reference is auto-generated.\n","lang":"yaml","description":"Add the plugin to your MkDocs configuration. The plugin will scan the specified modules and generate markdown pages with mkdocstrings, automatically updating the navigation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}