Skip to content

Commit 1cbe180

Browse files
Nicholas Clarkech1bo
authored andcommitted
Add section README/contents page
Seems like this is necessary for the mdbook summary to generate correctly.
1 parent 58f3690 commit 1cbe180

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/SUMMARY.md

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

33
- [Introduction](introduction/README.md)
4-
- Principles
4+
- [Principles](principles/README.md)
55
- [Optimise for the worst case](principles/optimise-worst.md)
66
- [Network](network/README.md)
77
- [Multiplexing](network/multiplexing.md)

src/principles/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Principles
2+
3+
This section contains general principles to apply when developing Cardano nodes.
4+
5+
1. [Optimise only for the worst case](./optimise-worst.md)

0 commit comments

Comments
 (0)