Remove bold.ru mentions (#6649)

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
Anna Khismatullina 2024-09-20 13:28:52 +07:00 committed by GitHub
parent 2cc5309d64
commit 8cb77ff248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,29 +77,3 @@ docker run \
--workspace ws1 \ --workspace ws1 \
--teamspace notion --teamspace notion
``` ```
##### Here is an example for those who's using bold.ru cloud:
To import Notion workspace with teamspaces
```
docker run \
-e SERVER_SECRET="" \
-e ACCOUNTS_URL="https://account.bold.ru" \
-e FRONT_URL="https://app.bold.ru" \
hardcoreeng/tool:latest \
-- bundle.js import-notion-with-teamspaces /tmp/notion-docs \
--user jane.doe@gmail.com \
--password 4321qwe \
--workspace ws1
```
To import Notion workspace without teamspaces or a page with subpages.
```
docker run \
-e SERVER_SECRET="" \
-e ACCOUNTS_URL="https://account.bold.ru" \
-e FRONT_URL="https://app.bold.ru" \
hardcoreeng/tool:latest \
-- bundle.js import-notion-to-teamspace /tmp/notion-docs \
--user jane.doe@gmail.com \
--password 4321qwe \
--workspace ws1 \
--teamspace notion
```