diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 16:57:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 16:57:57 -0700 |
commit | cd829eedb5bfc7328ab5266650a625a6c88db6fa (patch) | |
tree | 90aa164cbd7f4e86aadc25dbd036dab680c30e80 /guide/src/SUMMARY.md | |
parent | eb31be2172264091e192bcb4f17ffd571253fffa (diff) | |
download | fatcat-cd829eedb5bfc7328ab5266650a625a6c88db6fa.tar.gz fatcat-cd829eedb5bfc7328ab5266650a625a6c88db6fa.zip |
start refactoring guide (per-entity pages)
Diffstat (limited to 'guide/src/SUMMARY.md')
-rw-r--r-- | guide/src/SUMMARY.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/guide/src/SUMMARY.md b/guide/src/SUMMARY.md index c25615b8..2a986dcb 100644 --- a/guide/src/SUMMARY.md +++ b/guide/src/SUMMARY.md @@ -10,7 +10,14 @@ - [Implementation and Infrastructure](./implementation.md) - [Roadmap](./roadmap.md) - [Cataloging Style Guide](./style_guide.md) - - [Entity Field Reference](./entity_fields.md) + - [All Entities](./entity_fields.md) + - [Container](./entity_container.md) + - [Creator](./entity_creator.md) + - [File](./entity_file.md) + - [Fileset](./entity_fileset.md) + - [Web Capture](./entity_webcapture.md) + - [Release](./entity_release.md) + - [Work](./entity_work.md) - [Public API](./http_api.md) - [Bulk Exports](./bulk_exports.md) - [Cookbook](./cookbook.md) |