mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 10:20:01 +00:00
Remove bold.ru mentions (#6649)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
parent
2cc5309d64
commit
8cb77ff248
@ -77,29 +77,3 @@ docker run \
|
||||
--workspace ws1 \
|
||||
--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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user