forked from dynaconf/dynaconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (55 loc) · 1.56 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
55
site_name: Dynaconf - 3.1.7
site_url: https://dynaconf.com
site_description: Configuration Management for Python
site_author: Bruno Rocha
repo_name: rochacbruno/dynaconf
repo_url: https://github.com/rochacbruno/dynaconf
edit_uri: 'https://github.com/rochacbruno/dynaconf/tree/master/docs'
nav:
- Home: index.md
- Configuration: configuration.md
- Env vars: envvars.md
- Settings files: settings_files.md
- Secrets: secrets.md
- Merging: merging.md
- Dynamic Variables: dynamic.md
- CLI: cli.md
- Validation: validation.md
- Flask: flask.md
- Django: django.md
- Advanced usage: advanced.md
theme:
language: en
name: material
logo: img/logo_square_d.svg
favicon: img/favicon.ico
markdown_extensions:
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
extra:
disqus: dynaconf
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/rochacbruno/dynaconf
- icon: fontawesome/brands/twitter
link: https://twitter.com/rochacbruno
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/rochacbruno
- icon: fontawesome/brands/twitch
link: https://twitch.tv/codeshow