diff options
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 |
