Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Jan 9, 2024
1 parent 291a2c2 commit 545e7a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/tender-cherries-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@dandori/core": patch
"@dandori/cli": patch
"@dandori/ui": patch
---

Create miro board
4 changes: 3 additions & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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`**
Expand Down

0 comments on commit 545e7a0

Please sign in to comment.