1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-09 17:44:58 +09:00

GITBOOK-473: Various improvements

This commit is contained in:
Filip Bozicevic 2024-04-18 09:45:47 +00:00 committed by gitbook-bot
parent c5d4825ed7
commit e8d6116c7d
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
36 changed files with 210 additions and 173 deletions

View file

@ -15,10 +15,10 @@ These include:
* [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.
* [templates.md](../basics/types/templates.md "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.
* [anytype-library.md](../basics/anytype-library.md "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 through 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.
* [sets](../basics/sets-and-collections/sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation).
* [collections.md](../basics/sets-and-collections/collections.md "mention"): Manually created compilation of multiple objects within a single one.