mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GitBook: [#129] Library moved to features
This commit is contained in:
parent
10c45a7d76
commit
f0597647c5
5 changed files with 5 additions and 6 deletions
|
@ -16,7 +16,6 @@
|
||||||
* [Type](fundamentals/type/README.md)
|
* [Type](fundamentals/type/README.md)
|
||||||
* [Template](fundamentals/type/template.md)
|
* [Template](fundamentals/type/template.md)
|
||||||
* [Set](fundamentals/set.md)
|
* [Set](fundamentals/set.md)
|
||||||
* [Library](fundamentals/library.md)
|
|
||||||
|
|
||||||
## Use cases & tutorials
|
## Use cases & tutorials
|
||||||
|
|
||||||
|
@ -26,6 +25,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
* [Library](features/library.md)
|
||||||
* [Navigation](features/navigation.md)
|
* [Navigation](features/navigation.md)
|
||||||
* [Privacy & Security](features/privacy-and-security.md)
|
* [Privacy & Security](features/privacy-and-security.md)
|
||||||
* [Syncing & P2P](features/syncing-and-p2p.md)
|
* [Syncing & P2P](features/syncing-and-p2p.md)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Let's look at an example. Say you need to add a new relation `Color,` to your **Type** `Cat`. And you already have 10 objects of this type.
|
Let's look at an example. Say you need to add a new relation `Color,` to your **Type** `Cat`. And you already have 10 objects of this type.
|
||||||
|
|
||||||
1. You need to open [library.md](../fundamentals/library.md "mention")
|
1. You need to open [library.md](../features/library.md "mention")
|
||||||
2. Find and open the [type](../fundamentals/type/ "mention") `Cat`
|
2. Find and open the [type](../fundamentals/type/ "mention") `Cat`
|
||||||
3. Add a new [relation.md](../fundamentals/relation.md "mention") `Color` there.
|
3. Add a new [relation.md](../fundamentals/relation.md "mention") `Color` there.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Library
|
# Library
|
||||||
|
|
||||||
`Library` contains all entities you need for building a knowledge graph. There you will find [type](type/ "mention")s, [template.md](type/template.md "mention")s, and [relation.md](relation.md "mention")s created by you and pre-build by Anytype.
|
`Library` contains all entities you need for building a knowledge graph. There you will find [type](../fundamentals/type/ "mention")s, [template.md](../fundamentals/type/template.md "mention")s, and [relation.md](../fundamentals/relation.md "mention")s created by you and pre-build by Anytype.
|
||||||
|
|
||||||
It is a starting point when you want to create a new Type and work with the templates.
|
It is a starting point when you want to create a new Type and work with the templates.
|
||||||
|
|
||||||
|
@ -13,4 +13,3 @@ You can't delete existing types, templates and relations. However, we will add t
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
In the future, you can choose which ones you need, add types made by the community, propose objects to create/remove, and more.
|
In the future, you can choose which ones you need, add types made by the community, propose objects to create/remove, and more.
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
|
@ -12,6 +12,6 @@ You can create a Set with a + menu in the Home or bottom-left corner or in / men
|
||||||
|
|
||||||
.gif>)
|
.gif>)
|
||||||
|
|
||||||
From the [library.md](library.md "mention"), choose an object type, click "Create," and choose "Create a set."
|
From the [library.md](../features/library.md "mention"), choose an object type, click "Create," and choose "Create a set."
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -23,7 +23,7 @@ Sets collect all your objects that match given criterion. You can add a new book
|
||||||
|
|
||||||
If you don't like\*\* Relations\*\* and **Templates** used in Task, you can [#create-a-type](../fundamentals/type/#create-a-type "mention") that will fit your needs.
|
If you don't like\*\* Relations\*\* and **Templates** used in Task, you can [#create-a-type](../fundamentals/type/#create-a-type "mention") that will fit your needs.
|
||||||
|
|
||||||
1. You need to open [library.md](../fundamentals/library.md "mention") in **Home** screen, which contains all **Types** in Anytype
|
1. You need to open [library.md](../features/library.md "mention") in **Home** screen, which contains all **Types** in Anytype
|
||||||
2. Press "Create a new type."
|
2. Press "Create a new type."
|
||||||
3. In your custom **Type**, you can choose any relation and create a template you want.
|
3. In your custom **Type**, you can choose any relation and create a template you want.
|
||||||
4. To create a **Task tracker**, you need to click "Create" → "New Set of objects."
|
4. To create a **Task tracker**, you need to click "Create" → "New Set of objects."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue