From 4afbbd5f7cf19ea3295dd668697a594481bb1bd1 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 17 Nov 2021 10:25:47 +0100 Subject: [PATCH] collapside test --- docs/devops.md | 35 ++++++++++++++++++++++++----------- mkdocs.yml | 12 +++--------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/docs/devops.md b/docs/devops.md index e1ff3ae9..861f9056 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -5,23 +5,23 @@ - [Interview Questions](#interview-questions) - [AIOps](#aiops) - [Configuration Drift](#configuration-drift) - - [Drift Detection Tools](#drift-detection-tools) + - [Drift Detection Tools](#drift-detection-tools) - [DevOps Docs](#devops-docs) - [DevOps as a Service (DaaS)](#devops-as-a-service-daas) - [IaC Infrastructure as Code](#iac-infrastructure-as-code) - [Blogs](#blogs) - [Xebia Labs and DevOps](#xebia-labs-and-devops) - [DevOps Tools](#devops-tools) - - [Data Driven DevOps Automation with Ketpn. Automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins](#data-driven-devops-automation-with-ketpn-automating-service-level-indicatorsservice-level-objectives-based-build-validation-with-keptn-and-jenkins) - - [keptn slides and videos](#keptn-slides-and-videos) - - [Puppet](#puppet) - - [Relay](#relay) - - [Devtron Labs](#devtron-labs) + - [Data Driven DevOps Automation with Ketpn. Automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins](#data-driven-devops-automation-with-ketpn-automating-service-level-indicatorsservice-level-objectives-based-build-validation-with-keptn-and-jenkins) + - [keptn slides and videos](#keptn-slides-and-videos) + - [Puppet](#puppet) + - [Relay](#relay) + - [Devtron Labs](#devtron-labs) - [Netflix and DevOps](#netflix-and-devops) - [Public Cloud DevOps](#public-cloud-devops) - - [AWS DevOps](#aws-devops) - - [Azure DevOps](#azure-devops) - - [Google Cloud Platform](#google-cloud-platform) + - [AWS DevOps](#aws-devops) + - [Azure DevOps](#azure-devops) + - [Google Cloud Platform](#google-cloud-platform) - [NoOps](#noops) - [NetOps](#netops) - [GPT 3 Tools](#gpt-3-tools) @@ -197,6 +197,7 @@ * DevOps is one of the most broad topics within software dev because it lacks boundaries and limitations. Many technologies, tools, concepts, processes and ideas converge to give a good DevOps pipeline and DevOps process resulting in agile planning, continuous integration, continuous delivery, and high level monitoring of your enterprise level software systems. Hence, devops is not a single role or even a team's work that deals with all the technologies and processes. It a mixture of culture, traditions and process.
+ [![OCP 4 Pland and Deploy](images/openshift_day2.png)](https://www.openshift.com/blog/openshift-end-to-end-cluster-customization) [![devops tools dzone](images/devops_tools_dzone.png)](https://dzone.com/articles/the-10-minute-read-to-understanding-devops-tools) @@ -384,7 +385,6 @@ Resolve your software incidents 10x faster
How will DevOps benefit enterprise? from InterQuest Group
-
## Videos @@ -413,4 +413,17 @@ Resolve your software incidents 10x faster

Artem Kobrin from @NTTDATAServices presents their multi-stage blue-green deployments with @keptnProject and @argoproj in #Kubernetes. Nice pipelines😍 #keptnUserGroup pic.twitter.com/E1eDMoxcDz

— Oleg Nenashev (@oleg_nenashev) November 16, 2021
- \ No newline at end of file + + + +??? collapside test + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod + nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor + massa, nec semper lorem quam in massa. + +
+ + [![devops1](images/devops1.png)](http://www.softwaretestingnews.co.uk/a-software-testing-and-devops-tools-directory-for-digital-programmes/) + +
diff --git a/mkdocs.yml b/mkdocs.yml index 0fa098c7..2026a0db 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,13 +35,7 @@ markdown_extensions: smart_enable: all - pymdownx.caret - pymdownx.critic - - pymdownx.details - #- pymdownx.emoji: - # emoji_index: !!python/name:pymdownx.emoji.twemoji - # emoji_generator: !!python/name:pymdownx.emoji.to_svg - #- pymdownx.emoji: - # emoji_index: !!python/name:materialx.emoji.twemoji - # emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.details - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.mark @@ -53,8 +47,8 @@ markdown_extensions: - pymdownx.tilde - codehilite - footnotes - #- toc: - # permalink: True + - toc: + permalink: True nav: - Home: index.md - Introduction: