-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
62 lines (54 loc) · 1.63 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
56
57
58
59
60
61
62
site_name: ddb (for Docker Devbox)
site_url: https://inetum-orleans.github.io/docker-devbox-ddb
site_description: Erase environment differences, make developers happy !
site_author: Rémi Alvergnat <remi.alvergnat@inetum.world>, Pierre Lejeune <pierre.lejeune@inetum.world>
copyright: Inetum
repo_url: https://github.com/inetum-orleans/docker-devbox-ddb
edit_uri: https://github.com/inetum-orleans/docker-devbox-ddb/blob/develop/docs
theme:
language: 'en'
name: 'material'
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
nav:
- Home: index.md
- Overview: overview.md
- Configuration: configuration.md
- Commands: commands.md
- Templates: templates.md
- Binaries: binaries.md
- Djp packages: djp.md
- Guides:
- PostgreSQL, Symfony, VueJS: guides/psql-symfony-vue.md
- Features:
- certs: features/certs.md
- cookiecutter: features/cookiecutter.md
- copy: features/copy.md
- core: features/core.md
- docker: features/docker.md
- file: features/file.md
- fixuid: features/fixuid.md
- git: features/git.md
- gitignore: features/gitignore.md
- jinja: features/jinja.md
- jsonnet: features/jsonnet.md
- permissions: features/permissions.md
- run: features/run.md
- shell: features/shell.md
- smartcd: features/smartcd.md
- symlinks: features/symlinks.md
- traefik: features/traefik.md
- version: features/version.md
- ytt: features/ytt.md
- FAQ: faq.md
plugins:
- search
extra_css:
- css/extra.css
dev_addr: 0.0.0.0:8000