File tree Expand file tree Collapse file tree 6 files changed +25
-22
lines changed
Expand file tree Collapse file tree 6 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "label" : " DevOps" ,
3+ "position" : 5 ,
4+ "link" : {
5+ "type" : " generated-index" ,
6+ "description" : " DevOps is a set of practices that combines software development (Dev) and IT operations (Ops)."
7+ }
8+ }
9+
Original file line number Diff line number Diff line change 11---
2- title : " DevOps Introduction"
3- slug : devops/01-intro
2+ id : devops-introduction
3+ sidebar_position : 1
4+ title : DevOps Introduction
5+ sidebar_label : DevOps Introduction
46---
57
68# Introduction to DevOps
Original file line number Diff line number Diff line change 11---
2- title : " CI/CD Concepts"
3- slug : devops/02-ci-cd
2+ id : cicd-Concepts
3+ sidebar_position : 2
4+ title : CI/CD Concepts
5+ sidebar_label : CI/CD Concepts
46---
57
68# Continuous Integration & Continuous Deployment (CI/CD)
Original file line number Diff line number Diff line change 11---
2- title : " Containers & Orchestration"
3- slug : devops/03-containers
2+ id : containers-orchestration
3+ sidebar_position : 3
4+ title : Containers & Orchestration
5+ sidebar_label : Containers & Orchestration
46---
57
68# Containers & Orchestration
Original file line number Diff line number Diff line change 11---
2- title : " Monitoring & Observability"
3- slug : devops/04-monitoring
2+ id : monitoring-observability
3+ sidebar_position : 4
4+ title : Monitoring & Observability
5+ sidebar_label : Monitoring & Observability
46---
57
68# Monitoring & Observability
Original file line number Diff line number Diff line change @@ -28,20 +28,6 @@ const sidebars: SidebarsConfig = {
2828 },
2929 ],
3030 */
31- devopsSidebar : [
32- {
33- type : 'category' ,
34- label : 'DevOps Learning Path' ,
35- collapsed : false ,
36- items : [
37- // These paths correspond to MDX files under docs/learning-paths/devops/
38- 'devops/intro' ,
39- 'devops/ci-cd' ,
40- 'devops/containers' ,
41- 'devops/monitoring' ,
42- ] ,
43- } ,
44- ] ,
4531} ;
4632
4733export default sidebars ;
You can’t perform that action at this time.
0 commit comments