Skip to content

Commit 7f3e8bc

Browse files
committed
docs: standardize section headings for consistency
1 parent 32c4d68 commit 7f3e8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Backend developers especially benefit from mastering CI/CD since they often mana
1010

1111
- **Continuous Deployment (also CD):** The practice of automatically deploying code to production once it passes all previous stages. No manual intervention is required.
1212

13-
## Why It Matters
13+
## Why it matters
1414

1515
Owning your part in CI/CD isn't just about following company processes — it directly improves your day-to-day experience.
1616

docs/containerization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You've heard about Docker and containers, but your current setup is simple—you develop locally and deploy to a single server that the DevOps person manages. It works fine for your current project. But as soon as you need to scale, work with multiple environments, or collaborate with larger teams, environment consistency becomes important. You realize that while you can avoid containers in simple environments, most modern development teams use them. It's time to learn containerization.
44

5-
## Why It Matters
5+
## Why it matters
66

77
By solving the environment problem, containers provide powerful advantages that improve the entire software development process. For you and your team, this translates to real benefits:
88

0 commit comments

Comments
 (0)