Skip to content

Commit b9fddf7

Browse files
committed
Re-instate principles section, but only as a single page
1 parent 29847c2 commit b9fddf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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-
- [Optimise for the worst case](optimise-worst.md)
4+
- [Principles](principles/README.md)
55
- [Network](network/README.md)
66
- [Multiplexing](network/multiplexing.md)
77
- [Mini-protocols](network/mini-protocols.md)

src/optimise-worst.md renamed to src/principles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Principles
2+
3+
This section contains general principles to apply when developing Cardano nodes.
4+
15
## Optimise only for the worst case
26

37
Algorithms often possess different performance characteristics in the best,

0 commit comments

Comments
 (0)