-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (38 loc) · 942 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (38 loc) · 942 Bytes
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
site_name: Docker Containers
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- bash
- dockerfile
use_directory_urls: false
docs_dir: docs
nav:
- Home: index.md
- Getting Started: getting-started.md
- Docker Engine: docker-engine.md
- Working with Images: working-with-images.md
- Working with Containers: working-with-containers.md
- Containerizing an Application: containerizing_an_app.md
- Multi-container apps with Compose: multi-container-apps.md
- Docker and Wasm: docker-and-wasm.md
- Docker Swarm: docker-swarm.md
- Docker Networking: docker-networking.md
- Docker Volumes: docker-volumes.md
- Docker Swecurity: docker-security.md
- Docker CheatSheet: docker-cheatsheet.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- sane_lists
- tables
- toc:
permalink: true
plugins:
- search
extra:
generator: false