forked from marcosschroh/python-schema-registry-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (20 loc) · 650 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
24 lines (20 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: Python Schema Registry Client
site_description: avro, kafka, client, faust, schema
theme:
name: 'material'
repo_name: marcosschroh/python-schema-registry-client
repo_url: https://github.com/marcosschroh/python-schema-registry-client
nav:
- Introduction: 'index.md'
- SchemaRegistryClient Api: 'client.md'
- Message Serializer: 'serializer.md'
- Faust integration: 'faust.md'
- Schemas: 'schemas.md'
- Exceptions: 'exceptions.md'
- Schema Registry Server: 'schemaregistry_server.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra