[View Changes on GitHub](https://github.com/jcayers20/mkdocs-autoapi/compare/0.2.1...0.3.0)
Developer Support
- Added pre-commit hooks for code formatting and linting
- Added a development guide (`CONTRIBUTING.md`) to the documentation
- Added some logging to the plugin to help with debugging
Features
- Renamed all existing configuration options to align with names used in
`sphinx-autoapi`:
- `project_root` to `autoapi_dir`
- `exclude` to `autoapi_ignore`
- `generate_local_output` to `autoapi_keep_files`
- `output_dir` to `autoapi_root`
- Added new configuration options based on `sphinx-autoapi`:
- `autoapi_file_patterns`: Define which files to include in the auto-generated
documentation
- `autoapi_generate_api_docs`: Define whether to generate API documentation
- `autoapi_add_nav_entry`: Define whether to add a navigation entry for the
API documentation