Enable some useful features, change logo
This commit is contained in:
parent
ed0c6ca950
commit
ebbc566633
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 10 KiB |
@ -1,6 +1,6 @@
|
|||||||
# Welcome
|
# Welcome
|
||||||
|
|
||||||
A curated list of awesome DevOps platforms, tools, practices and resources. A list which help you to adopt and grow *DevOps* culture in your company. Also this list can be easily used for your *SRE* (Site Reliability Engineering) team.
|
A curated list of awesome DevOps platforms, tools, practices and resources. A list which help you to adopt and grow *DevOps* culture in your company. Also this list can be easily used for your *SRE*[^1] team.
|
||||||
|
|
||||||
## What is DevOps
|
## What is DevOps
|
||||||
|
|
||||||
@ -17,14 +17,16 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
|
|||||||
|
|
||||||
## Practices
|
## Practices
|
||||||
|
|
||||||
* Continuous Integration
|
* Continuous Integration (CI)
|
||||||
* Continuous Delivery
|
* Continuous Delivery (CD)
|
||||||
* Continuous Deployment
|
* Continuous Deployment (CD)
|
||||||
* Microservices
|
* Microservices
|
||||||
* Infrastructure as Code
|
* Infrastructure as Code (IaC)
|
||||||
* Monitoring and Logging
|
* Monitoring and Logging
|
||||||
* Communication and Collaboration
|
* Communication and Collaboration
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
For list of tools check [list](http://awesome-devops.xyz/list) page.
|
For list of tools check [list](http://awesome-devops.xyz/list) page.
|
||||||
|
|
||||||
|
[^1]: Site Reliability Engineering.
|
||||||
|
20
mkdocs.yml
20
mkdocs.yml
@ -23,6 +23,8 @@ theme:
|
|||||||
features:
|
features:
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
|
- navigation.indexes
|
||||||
|
- toc.integrate
|
||||||
|
|
||||||
# Extra
|
# Extra
|
||||||
extra:
|
extra:
|
||||||
@ -33,14 +35,10 @@ extra:
|
|||||||
feature:
|
feature:
|
||||||
tabs: true
|
tabs: true
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/solid/globe
|
- icon: fontawesome/brands/github
|
||||||
link: http://marius.xyz
|
|
||||||
- icon: fontawesome/brands/github-alt
|
|
||||||
link: https://github.com/wmariuss
|
link: https://github.com/wmariuss
|
||||||
- icon: fontawesome/brands/twitter
|
- icon: fontawesome/brands/twitter
|
||||||
link: https://twitter.com/wmariuss
|
link: https://twitter.com/wmariuss
|
||||||
- icon: fontawesome/brands/linkedin
|
|
||||||
link: https://www.linkedin.com/in/wmariuss
|
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/syntax.css
|
- stylesheets/syntax.css
|
||||||
@ -53,17 +51,25 @@ extra_javascript:
|
|||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
lang: en
|
lang: en
|
||||||
|
- minify:
|
||||||
|
minify_html: true
|
||||||
|
|
||||||
# Navigator
|
# Navigator
|
||||||
nav:
|
nav:
|
||||||
- Welcome: "index.md"
|
- Welcome: "index.md"
|
||||||
- List: "list.md"
|
- Awesome list: "list.md"
|
||||||
- Contribution: "contribution.md"
|
- Contribution: "contribution.md"
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- footnotes
|
- footnotes
|
||||||
- meta
|
- pymdownx.critic
|
||||||
|
- pymdownx.caret
|
||||||
|
- pymdownx.keys
|
||||||
|
- pymdownx.mark
|
||||||
|
- pymdownx.tilde
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
|
Loading…
Reference in New Issue
Block a user