1
0
Fork 0
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:
Vladimir Ermolaev 2021-11-19 09:58:50 +00:00 committed by gitbook-bot
parent 10c45a7d76
commit f0597647c5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
5 changed files with 5 additions and 6 deletions

View file

@ -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.