mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GITBOOK-386: Overview changes
This commit is contained in:
parent
28acccdef5
commit
4741697cb0
2 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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. 
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue