forked from tsunday/mappers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (42 loc) · 1.08 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
strict: true
site_name: mappers
site_description: |
Declarative mappers from ORM models to domain entities. And back
again!
theme:
name: "material"
palette:
primary: "white"
accent: "light-blue"
logo: "https://raw.githubusercontent.com\
/dry-python/brand/master/logo/dry-python.png"
favicon: "https://raw.githubusercontent.com\
/dry-python/brand/master/logo/dry-python.ico"
language: "en"
repo_name: dry-python/mappers
repo_url: "https://github.com/dry-python/mappers"
edit_uri: ""
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
nav:
- "Home": index.md
- "Changelog": changelog.md
# A UI hack to split Table of Content into two visual parts.
- "": "/"
- "": "/"
- "": "/"
- "": "/"
- "": "/"
- "GitHub": "https://github.com/dry-python"
- "Twitter": "https://twitter.com/dry_py"
- "Gitter": "https://gitter.im/dry-python/mappers"
- "LinkedIn": "https://www.linkedin.com/company/drylabs/"