From 7160ff29832083f00bc9301543354ab789946cb0 Mon Sep 17 00:00:00 2001 From: Divyanshu Singh <84194742+div3xi@users.noreply.github.com> Date: Wed, 24 Nov 2021 21:03:15 +0530 Subject: [PATCH] added step for nested page media blocks Thank you @jonathan2384 for finding this --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9507ba..61d374f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -201,6 +201,7 @@ You are welcome to propose any changes in PR and participate in discussion in [I ![Home page](<.gitbook/assets/Screenshot 2021-11-05 at 18.45.31.png>) ``` + When adding a media block, if the page you are adding the block to is nested then use `../` the appropriate number of times to make the embedd work. - **File Storage :** Any media has to be uploaded to the [.gitbook/assets/](https://github.com/anytypeio/docs/tree/main/.gitbook/assets) folder first. Only then it can be used inside the documentation. You may see GitBook embedding proprietary format `{% embed url=" in existing pages, you don't need to use that.