diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-16 18:02:39 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-16 18:02:39 +1000 |
| commit | 9f3606a2c12d7c66e136283ae68855c2f70b2ed1 (patch) | |
| tree | 09a80c1eaac914fa668d43d076bbc6447afb5bc2 /docs/src/SUMMARY.md | |
| parent | 056996cf5914978a7a0051d11bf5bc4570705fa8 (diff) | |
feat(docs): Add mdbook docs
Diffstat (limited to 'docs/src/SUMMARY.md')
| -rw-r--r-- | docs/src/SUMMARY.md | 32 |
1 files changed, 32 insertions, 0 deletions
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 |
