Skip to content

Commit 58aa421

Browse files
DavidLiedleclaude
andcommitted
Fix chapter numbering in navigation
Corrected navigation to show proper chapter numbers 1-16, with Introduction before Chapter 1, and Conclusion/Appendix at the end. Now reflects the actual book structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 0dce9a9 commit 58aa421

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

_config.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,41 +58,41 @@ navigation:
5858
url: "/01-table-of-contents"
5959
- title: "Introduction"
6060
url: "/02-introduction"
61-
- title: "Chapter 3: Why React Exists"
61+
- title: "1. Why React Exists"
6262
url: "/03-chapter-why-react-exists"
63-
- title: "Chapter 4: JavaScript Fatigue"
63+
- title: "2. JavaScript Fatigue"
6464
url: "/04-chapter-javascript-fatigue"
65-
- title: "Chapter 5: Virtual DOM Lie"
65+
- title: "3. The Virtual DOM"
6666
url: "/05-chapter-virtual-dom-lie"
67-
- title: "Chapter 6: JSX Abomination"
67+
- title: "4. JSX"
6868
url: "/06-chapter-jsx-abomination"
69-
- title: "Chapter 7: Components Everywhere"
69+
- title: "5. Components"
7070
url: "/07-chapter-components-everywhere"
71-
- title: "Chapter 8: State Management Hell"
71+
- title: "6. State Management"
7272
url: "/08-chapter-state-management-hell"
73-
- title: "Chapter 9: Hooks Magic"
73+
- title: "7. Hooks"
7474
url: "/09-chapter-hooks-magic"
75-
- title: "Chapter 10: Effects Footguns"
75+
- title: "8. useEffect"
7676
url: "/10-chapter-effects-footguns"
77-
- title: "Chapter 11: Props Drilling"
77+
- title: "9. Props Drilling"
7878
url: "/11-chapter-props-drilling"
79-
- title: "Chapter 12: Patterns & Anti-patterns"
79+
- title: "10. Patterns & Anti-patterns"
8080
url: "/12-chapter-patterns-antipatterns"
81-
- title: "Chapter 13: Performance Myths"
81+
- title: "11. Performance"
8282
url: "/13-chapter-performance-myths"
83-
- title: "Chapter 14: Testing Nightmare"
83+
- title: "12. Testing"
8484
url: "/14-chapter-testing-nightmare"
85-
- title: "Chapter 15: Tooling Ecosystem"
85+
- title: "13. The Ecosystem"
8686
url: "/15-chapter-tooling-ecosystem"
87-
- title: "Chapter 16: Real World App"
87+
- title: "14. Building a Real App"
8888
url: "/16-chapter-real-world-app"
89-
- title: "Chapter 17: Alternatives"
89+
- title: "15. Alternatives"
9090
url: "/17-chapter-alternatives-grass"
91-
- title: "Chapter 18: Acceptance"
91+
- title: "16. Acceptance"
9292
url: "/18-chapter-acceptance"
93-
- title: "Chapter 19: Conclusion"
93+
- title: "Conclusion"
9494
url: "/19-conclusion"
95-
- title: "Appendix: Resources"
95+
- title: "Appendix"
9696
url: "/20-appendix-resources"
9797

9898
# Plugins

0 commit comments

Comments
 (0)