Skip to content

Commit

Permalink
Fix numbers of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Nov 1, 2023
1 parent aa3f5ac commit 0404362
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CodeStyleAndFormatting/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 2: Code style and Formatting"
custom_name: "Section 3: Code style and Formatting"
content:
- Introduction
- WhatIsFormatting
Expand Down
2 changes: 1 addition & 1 deletion Conclusion/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
custom_name: "Section 8: Conclusion"
custom_name: "Section 9: Conclusion"
content:
- Conclusion
2 changes: 1 addition & 1 deletion ExtractingCode/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 5: Extracting code"
custom_name: "Section 6: Extracting code"
content:
- Introduction
- WhatIsExtractMethodRefactoring
Expand Down
2 changes: 1 addition & 1 deletion InliningCode/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 6: Inlining code"
custom_name: "Section 7: Inlining code"
content:
- Introduction
- WhatIsInlineVariableRefactoring
Expand Down
2 changes: 2 additions & 0 deletions Introduction/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
custom_name: "Section 1: Introduction"

content:
- Introduction
- JoinOurDiscordCommunity
2 changes: 1 addition & 1 deletion MovingCode/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 4: Moving code"
custom_name: "Section 5: Moving code"
content:
- Introduction
- CohesionAndCoupling
Expand Down
2 changes: 1 addition & 1 deletion RefactoringAndItsPurpose/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 1: Refactoring and its purpose"
custom_name: "Section 2: Refactoring and its purpose"
content:
- Introduction
- WhatIsCodeRefactoring
Expand Down
2 changes: 1 addition & 1 deletion RefactoringToDesignPatterns/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 7: Refactoring to Design Patterns"
custom_name: "Section 8: Refactoring to Design Patterns"
content:
- Introduction
- DesignPatternsAndTheirRelationshipsWithRefactoring
Expand Down
2 changes: 1 addition & 1 deletion RenamingCode/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
custom_name: "Section 3: Renaming code"
custom_name: "Section 4: Renaming code"
content:
- Introduction
- NamingRules
Expand Down

0 comments on commit 0404362

Please sign in to comment.