forked from thedrow/dependencies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (54 loc) · 1.43 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
43
44
45
46
47
48
49
50
51
52
53
54
---
strict: true
site_name: dependencies
site_description: Dependency Injection for Humans.
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'indigo'
logo: "https://raw.githubusercontent.com\
/dry-python/brand/master/logo/dry-python.png"
# FIXME: Favicon.
language: 'en'
repo_name: dry-python/dependencies
repo_url: 'https://github.com/dry-python/dependencies'
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
- 'Overview': overview.md
- 'Why': why.md
- 'Usage': usage.md
- 'Proxies':
- 'This': proxies/this.md
- 'Operation': proxies/operation.md
- 'Package': proxies/package.md
- 'Contrib':
- 'Attrs': contrib/attrs.md
- 'Django': contrib/django.md
- 'REST Framework': contrib/rest_framework.md
- 'Celery': contrib/celery.md
- 'Py.test': contrib/pytest.md
- 'Implementation': implementation.md
- 'FAQ': faq.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/dependencies'
- 'LinkedIn': 'https://www.linkedin.com/company/drylabs/'