From 545e7a09a47aa01519794212d82978fc53299eaf Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji Date: Tue, 9 Jan 2024 22:54:48 +0900 Subject: [PATCH] add docs --- .changeset/tender-cherries-divide.md | 7 +++++++ packages/ui/README.md | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/tender-cherries-divide.md diff --git a/.changeset/tender-cherries-divide.md b/.changeset/tender-cherries-divide.md new file mode 100644 index 0000000..f9c0f03 --- /dev/null +++ b/.changeset/tender-cherries-divide.md @@ -0,0 +1,7 @@ +--- +"@dandori/core": patch +"@dandori/cli": patch +"@dandori/ui": patch +--- + +Create miro board diff --git a/packages/ui/README.md b/packages/ui/README.md index fbf118e..af6cfac 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -65,7 +65,7 @@ The tasks which are generated by `generateDandoriTasks` of `@dandori/core`. ```ts interface GenerateDandoriMiroCardsOptions { - boardId: string; + boardId?: string; isAppCard?: boolean; apiKey?: string; } @@ -79,6 +79,8 @@ You can get the board id from the miro url of the board. For example, if the url is `https://miro.com/app/board/1234567890/`, the board id is `1234567890`. +If not set, the new board is created. + * isAppCard **default is `false`**