diff --git a/SUMMARY.md b/SUMMARY.md index c0cc583..844cded 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -17,7 +17,7 @@ * [Overview](miscellaneous/glossary.md) * [Space](basics/space.md) * [Objects](basics/object-editor/README.md) - * [Working with Blocks](basics/object-editor/blocks.md) + * [Blocks](basics/object-editor/blocks.md) * [Ways to Create Objects](basics/object-editor/create-an-object.md) * [Locating your Objects](basics/object-editor/finding-your-objects.md) * [Types](basics/types/README.md) diff --git a/miscellaneous/glossary.md b/miscellaneous/glossary.md index cb545ee..07eab24 100644 --- a/miscellaneous/glossary.md +++ b/miscellaneous/glossary.md @@ -11,10 +11,14 @@ Getting the most out of Anytype means getting comfortable with the basic termino These include: * [space.md](../basics/space.md "mention"): The container for your graph of objects - in beta stage, this is equivalent to your account. Future versions of Anytype will permit multiple spaces with different access controls. -* [graph.md](../basics/graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other. * [object-editor](../basics/object-editor/ "mention"): Building blocks of Anytype. They represent the smallest linkable components in your account; each object is a node in your graph. +* [blocks.md](../basics/object-editor/blocks.md "mention"): A container for actual content inside Objects. Their behavior is defined by their Block Type. * [types](../basics/types/ "mention"): Classification system for objects. All objects must have a type. +* [layouts.md](../basics/types/layouts.md "mention"): Defines the general look and feel of the Object and determines what actions can be taken for the Object. * [templates](../basics/types/templates/ "mention"): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates. * [relations](../basics/relations/ "mention"): Object connectors; either via shared properties or defined links. +* [anytype-library](../basics/anytype-library/ "mention"): The place where all of your Types and Relations live. +* [linking-objects.md](../anytype-basics/object-editor/linking-objects.md "mention"): For creating connections between objects either trough relations or directly. +* [graph.md](../basics/graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other. * [sets](../basics/sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation). * [collections.md](../basics/collections.md "mention"): Manually created compilation of multiple objects within a single one.