1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-369: Integrate guides

This commit is contained in:
Filip Božičević 2023-09-14 09:34:34 +00:00 committed by gitbook-bot
parent b671a37f78
commit c6901cf4da
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
21 changed files with 23 additions and 59 deletions

View file

@ -10,10 +10,6 @@ Lots of people compare Sets with databases, but there's a key difference: Sets d
Sets are a way to see a portion of your graph, and objects you've created, based on your filtered criteria, and several secondary filters which you can customize. You can think of them as a live filter or query for Objects which share certain criteria - specifically, a type or a relation.
{% content-ref url="../../guides/tutorials/deep-dive-sets.md" %}
[deep-dive-sets.md](../../guides/tutorials/deep-dive-sets.md)
{% endcontent-ref %}
#### Sets serve two primary functions:
1. **Organizing and Accessing Objects**\

View file

@ -0,0 +1,7 @@
---
description: Short demo on how to use Sets to quickly access and manage Objects in Anytype.
---
# 🌟 Deep dive: Sets
{% embed url="https://vimeo.com/717016770?share=copy" %}

View file

@ -22,7 +22,7 @@ Colleagues, friends, and neighbours might all be considered type: _Human_ in you
* Movie
* Idea
It's up to you how narrow or broad you'd like your types to be, but generally we recommend using general types for categorizing your objects, and further refining the use of your types through [templates](../../guides/tutorials/deep-dive-templates.md). 
It's up to you how narrow or broad you'd like your types to be, but generally we recommend using general types for categorizing your objects, and further refining the use of your types through [templates](templates/deep-dive-templates.md). 
You can always view and manage your types from the Types Library, found in the _Library_ widget on your sidebar.

View file

@ -4,6 +4,6 @@ A **Layout** defines the general look and feel of the Object and determines what
There are currently four basic layouts that users can choose for their Objects, and there are plans for contributors to be able to create new layouts in the future.
You can choose a recommended object layout for each type trough the [types.md](../anytype-library/types.md "mention"), and you can also choose a different layout for each [templates.md](templates.md "mention").
You can choose a recommended object layout for each type trough the [types.md](../anytype-library/types.md "mention"), and you can also choose a different layout for each [templates](templates/ "mention").
You can find the object layout menu above the Object title; next to the cover and icon buttons. This is where you can change the layout of the object or set the layout width. Some layouts even let you change the text alignment.

View file

@ -13,10 +13,6 @@ Templates are one of our most-beloved ways to work at Anytype, designed to help
Templates are saved on the Type level, and each Type can support multiple Templates. For example, you can have different Templates for different kinds of Books, like academic, fiction, or non-fiction. 
{% content-ref url="../../guides/tutorials/deep-dive-templates.md" %}
[deep-dive-templates.md](../../guides/tutorials/deep-dive-templates.md)
{% endcontent-ref %}
### How to Create a Template
There are two ways to add a Template: 

View file

@ -0,0 +1,3 @@
# 💫 Deep dive: Templates
{% embed url="https://vimeo.com/717028105?share=copy" %}