diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico index f408bb0..f539c06 100644 Binary files a/docs/assets/favicon.ico and b/docs/assets/favicon.ico differ diff --git a/docs/assets/logo.png b/docs/assets/logo.png index d13f4b0..06cdf8a 100644 Binary files a/docs/assets/logo.png and b/docs/assets/logo.png differ diff --git a/docs/index.md b/docs/index.md index 420b122..f014254 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # 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 @@ -17,14 +17,16 @@ DevOps is the combination of cultural philosophies, practices, and tools that in ## Practices -* Continuous Integration -* Continuous Delivery -* Continuous Deployment +* Continuous Integration (CI) +* Continuous Delivery (CD) +* Continuous Deployment (CD) * Microservices -* Infrastructure as Code +* Infrastructure as Code (IaC) * Monitoring and Logging * Communication and Collaboration ## Tools For list of tools check [list](http://awesome-devops.xyz/list) page. + +[^1]: Site Reliability Engineering. diff --git a/mkdocs.yml b/mkdocs.yml index e62c00d..01f3e9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,6 +23,8 @@ theme: features: - search.suggest - search.highlight + - navigation.indexes + - toc.integrate # Extra extra: @@ -33,14 +35,10 @@ extra: feature: tabs: true social: - - icon: fontawesome/solid/globe - link: http://marius.xyz - - icon: fontawesome/brands/github-alt + - icon: fontawesome/brands/github link: https://github.com/wmariuss - icon: fontawesome/brands/twitter link: https://twitter.com/wmariuss - - icon: fontawesome/brands/linkedin - link: https://www.linkedin.com/in/wmariuss extra_css: - stylesheets/syntax.css @@ -53,17 +51,25 @@ extra_javascript: plugins: - search: lang: en + - minify: + minify_html: true # Navigator nav: - Welcome: "index.md" - - List: "list.md" + - Awesome list: "list.md" - Contribution: "contribution.md" # Extensions markdown_extensions: - admonition - footnotes - - meta + - pymdownx.critic + - pymdownx.caret + - pymdownx.keys + - pymdownx.mark + - pymdownx.tilde - toc: permalink: true + - pymdownx.tasklist: + custom_checkbox: true