Skip to content

Commit d7d3be9

Browse files
Add changes
1 parent 8e006b0 commit d7d3be9

File tree

6 files changed

+25
-22
lines changed

6 files changed

+25
-22
lines changed

docs/devops/_category_.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

sidebars.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

4733
export default sidebars;

0 commit comments

Comments
 (0)