From 9f3606a2c12d7c66e136283ae68855c2f70b2ed1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 16 Apr 2026 18:02:39 +1000 Subject: feat(docs): Add mdbook docs --- docs/src/SUMMARY.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/src/SUMMARY.md (limited to 'docs/src/SUMMARY.md') diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md new file mode 100644 index 0000000..948cceb --- /dev/null +++ b/docs/src/SUMMARY.md @@ -0,0 +1,32 @@ +# tinyff + +[welcome](introduction.md) + +--- + +# getting started + +- [building tinyff](getting-started/building.md) +- [your first image](getting-started/first-image.md) + +--- + +# behind the scenes + +- [the context](concepts/context.md) +- [bring your own allocator](concepts/allocators.md) +- [streaming](concepts/streams.md) +- [normalisation and generics](concepts/normalisation.md) + +--- + +# supported formats + +- [png](formats/png.md) + +--- + +# join the project + +- [format stewardship](contributing/stewardship.md) +- [contributing](contributing/contributing.md) \ No newline at end of file -- cgit v1.2.3