33 lines
844 B
YAML
33 lines
844 B
YAML
pydoc_markdown:
|
|
modules:
|
|
- amqp
|
|
renderer:
|
|
type: html
|
|
output_directory: api-doc
|
|
template: default
|
|
mkdocs_config:
|
|
site_name: AMQ Adapter Python API Documentation
|
|
site_description: API documentation for the AMQ Adapter Python library
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- search.highlight
|
|
- search.share
|
|
nav:
|
|
- Home: index.md
|
|
- Configuration: amqp.config.md
|
|
- Adapter: amqp.adapter.md
|
|
- Service: amqp.service.md
|
|
- Router: amqp.router.md
|
|
- Model: amqp.model.md
|
|
- RabbitMQ: amqp.rabbitmq.md
|
|
processors:
|
|
- type: filter
|
|
documented_only: true
|
|
- type: smart
|
|
docstring_style: google
|
|
docstring_parser: google
|