docs: "References" chapter added to all tutorials

This commit is contained in:
Mateusz Pusz
2025-10-17 10:45:04 +02:00
parent d864da87e2
commit 23d91ff8be
8 changed files with 58 additions and 0 deletions
+7
View File
@@ -80,6 +80,13 @@ int main()
}
```
## References
- [Getting Started: Quick Start](../getting_started/quick_start.md)
- [API Reference](../api_reference.md)
## Takeaways
- Function contracts are now selfdocumenting and enforced by the type system.