From f0597647c5da47ccd7a2f8f592eaa4d3cc539c3b Mon Sep 17 00:00:00 2001 From: Vladimir Ermolaev Date: Fri, 19 Nov 2021 09:58:50 +0000 Subject: [PATCH] GitBook: [#129] Library moved to features --- SUMMARY.md | 2 +- faqs/how-to-add-relation-to-multiple-objects.md | 2 +- {fundamentals => features}/library.md | 3 +-- fundamentals/set.md | 2 +- use-cases-and-tutorials/creating-a-task-tracker.md | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) rename {fundamentals => features}/library.md (71%) diff --git a/SUMMARY.md b/SUMMARY.md index 2ca928f..bc70af0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -16,7 +16,6 @@ * [Type](fundamentals/type/README.md) * [Template](fundamentals/type/template.md) * [Set](fundamentals/set.md) -* [Library](fundamentals/library.md) ## Use cases & tutorials @@ -26,6 +25,7 @@ ## Features +* [Library](features/library.md) * [Navigation](features/navigation.md) * [Privacy & Security](features/privacy-and-security.md) * [Syncing & P2P](features/syncing-and-p2p.md) diff --git a/faqs/how-to-add-relation-to-multiple-objects.md b/faqs/how-to-add-relation-to-multiple-objects.md index 7ac40da..8543dcb 100644 --- a/faqs/how-to-add-relation-to-multiple-objects.md +++ b/faqs/how-to-add-relation-to-multiple-objects.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. -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` 3. Add a new [relation.md](../fundamentals/relation.md "mention") `Color` there. diff --git a/fundamentals/library.md b/features/library.md similarity index 71% rename from fundamentals/library.md rename to features/library.md index 868ce83..6392c09 100644 --- a/fundamentals/library.md +++ b/features/library.md @@ -1,6 +1,6 @@ # 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. @@ -13,4 +13,3 @@ You can't delete existing types, templates and relations. However, we will add t {% 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. {% endhint %} - diff --git a/fundamentals/set.md b/fundamentals/set.md index 752af9e..cb6d768 100644 --- a/fundamentals/set.md +++ b/fundamentals/set.md @@ -12,6 +12,6 @@ You can create a Set with a + menu in the Home or bottom-left corner or in / men ![](<../.gitbook/assets/test (5).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." ![](https://t2535380.p.clickup-attachments.com/t2535380/4def3cb7-d672-4d11-b2a1-2c75e693a468/CleanShot%202021-09-09%20at%2018.06.11.gif) diff --git a/use-cases-and-tutorials/creating-a-task-tracker.md b/use-cases-and-tutorials/creating-a-task-tracker.md index 4d5a822..322ae73 100644 --- a/use-cases-and-tutorials/creating-a-task-tracker.md +++ b/use-cases-and-tutorials/creating-a-task-tracker.md @@ -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. -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." 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."