-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (19 loc) · 602 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
23 lines (19 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: AsyncDB
site_description: Asyncio-based database connectors for Python.
theme:
name: 'material'
repo_name: phenobarbital/asyncdb
repo_url: https://github.com/phenobarbital/asyncdb
# edit_uri: ""
nav:
- Introduction: 'index.md'
- Database Queries: 'database_queries.md'
- Connections & Transactions: 'connections_and_transactions.md'
- Cursors & Prepared Statements: 'cursors.md'
- Tests & Migrations: 'tests_and_migrations.md'
- Contributing: 'contributing.md'
markdown_extensions:
- mkautodoc
- admonition
- pymdownx.highlight
- pymdownx.superfences