diff options
Diffstat (limited to 'guide/src/SUMMARY.md')
-rw-r--r-- | guide/src/SUMMARY.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/guide/src/SUMMARY.md b/guide/src/SUMMARY.md new file mode 100644 index 00000000..6a23f7fe --- /dev/null +++ b/guide/src/SUMMARY.md @@ -0,0 +1,14 @@ +# Outline + +- [Fatcat Overview](./overview.md) + - [Data Model](./data_model.md) + - [Sources](./sources.md) + - [Implementation](./implementation.md) + - [Original Design Document](./rfc.md) +- [Cataloging Style Guide](./style_guide.md) + - [Entity Field Reference](./entity_fields.md) +- [Public API](./http_api.md) + - [Bulk Exports](./bulk_exports.md) + - [Cookbook](./cookbook.md) +- [Software Contributions](./sw_contribute.md) +- [Policies](./policies.md) |