aboutsummaryrefslogtreecommitdiffstats
path: root/guide/src/SUMMARY.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-20 12:40:12 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-20 12:40:20 -0700
commitf10bcb49d17234dc52c8b67a7b7fd1796ab6f435 (patch)
tree070ef3376b67798b9c81c78c940a09ead51dcf49 /guide/src/SUMMARY.md
parent90f059d1ad87a068b0dce92a965175c6ed158ba1 (diff)
downloadfatcat-f10bcb49d17234dc52c8b67a7b7fd1796ab6f435.tar.gz
fatcat-f10bcb49d17234dc52c8b67a7b7fd1796ab6f435.zip
work in progress on guide (mdbook)
Diffstat (limited to 'guide/src/SUMMARY.md')
-rw-r--r--guide/src/SUMMARY.md14
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)