We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29847c2 commit b9fddf7Copy full SHA for b9fddf7
src/SUMMARY.md
@@ -1,7 +1,7 @@
1
# Summary
2
3
- [Introduction](introduction/README.md)
4
-- [Optimise for the worst case](optimise-worst.md)
+- [Principles](principles/README.md)
5
- [Network](network/README.md)
6
- [Multiplexing](network/multiplexing.md)
7
- [Mini-protocols](network/mini-protocols.md)
src/optimise-worst.md renamed to src/principles/README.md
@@ -1,3 +1,7 @@
+# Principles
+
+This section contains general principles to apply when developing Cardano nodes.
## Optimise only for the worst case
Algorithms often possess different performance characteristics in the best,
0 commit comments