karthick1 commited on
Commit
22f00b4
·
1 Parent(s): a615154

Delete mkdocs.yml

Browse files
Files changed (1) hide show
  1. mkdocs.yml +0 -81
mkdocs.yml DELETED
@@ -1,81 +0,0 @@
1
- site_name: Getting Started
2
- site_description: Getting Started with Docker
3
- site_author: Docker
4
- # site_url: https://squidfunk.github.io/mkdocs-material/
5
-
6
- # Repository
7
- repo_name: docker/getting-started
8
- repo_url: https://github.com/docker/getting-started
9
- edit_uri: ""
10
-
11
- # Copyright
12
- copyright: 'Copyright © 2020-2022 Docker'
13
-
14
- # Configuration
15
- theme:
16
- name: material
17
- language: en
18
- palette:
19
- primary: blue
20
- accent: blue
21
- font:
22
- text: Roboto
23
- code: Roboto Mono
24
- favicon: assets/images/favicon.png
25
- logo: 'images/docker-labs-logo.svg'
26
-
27
- extra_css:
28
- - css/styles.css
29
- - css/dark-mode.css
30
-
31
- # Plugins
32
- plugins:
33
- - search
34
- - minify:
35
- minify_html: true
36
-
37
- # Customization
38
- extra:
39
- social:
40
- - type: github-alt
41
- link: https://github.com/docker/getting-started
42
-
43
- # Extensions
44
- markdown_extensions:
45
- - meta
46
- - markdown.extensions.admonition
47
- - markdown.extensions.codehilite:
48
- guess_lang: false
49
- - markdown.extensions.footnotes
50
- - markdown.extensions.toc:
51
- permalink: true
52
- - pymdownx.betterem:
53
- smart_enable: all
54
- - pymdownx.caret
55
- - pymdownx.critic
56
- - pymdownx.details
57
- - pymdownx.inlinehilite
58
- - pymdownx.magiclink:
59
- repo_url_shorthand: true
60
- user: dockersamples
61
- repo: 101-tutorial
62
- - pymdownx.mark
63
- - pymdownx.smartsymbols
64
- - pymdownx.superfences
65
- - pymdownx.tasklist:
66
- custom_checkbox: true
67
- - pymdownx.tilde
68
- - attr_list
69
-
70
- # Page tree
71
- nav:
72
- - Getting Started: tutorial/index.md
73
- - Our Application: tutorial/our-application/index.md
74
- - Updating our App: tutorial/updating-our-app/index.md
75
- - Sharing our App: tutorial/sharing-our-app/index.md
76
- - Persisting our DB: tutorial/persisting-our-data/index.md
77
- - Using Bind Mounts: tutorial/using-bind-mounts/index.md
78
- - Multi-Container Apps: tutorial/multi-container-apps/index.md
79
- - Using Docker Compose: tutorial/using-docker-compose/index.md
80
- - Image Building Best Practices: tutorial/image-building-best-practices/index.md
81
- - What Next?: tutorial/what-next/index.md