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 58f3690 commit 1cbe180Copy full SHA for 1cbe180
src/SUMMARY.md
@@ -1,7 +1,7 @@
1
# Summary
2
3
- [Introduction](introduction/README.md)
4
-- Principles
+- [Principles](principles/README.md)
5
- [Optimise for the worst case](principles/optimise-worst.md)
6
- [Network](network/README.md)
7
- [Multiplexing](network/multiplexing.md)
src/principles/README.md
@@ -0,0 +1,5 @@
+# Principles
+
+This section contains general principles to apply when developing Cardano nodes.
+1. [Optimise only for the worst case](./optimise-worst.md)
0 commit comments