Skip to content

Commit 31d1b45

Browse files
fix doc note display
1 parent 85cec33 commit 31d1b45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ async function addComment() {
7979
addComment();
8080
```
8181

82-
::: note
82+
::: info
8383
Check out the documentation for the [full list of available APIs](/api).
8484
:::

docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import { createClickup } from "clickup.js";
2929
const clickup = createClickup("YOUR_PERSONAL_TOKEN");
3030

3131
const tokenResponse = await clickup.authorization.createToken({
32-
clientId: "YOUR_CLIENT_ID",
33-
clientSecret: "YOUR_CLIENT_SECRET",
34-
code: "AUTHORIZATION_CODE",
32+
clientId: "YOUR_CLIENT_ID",
33+
clientSecret: "YOUR_CLIENT_SECRET",
34+
code: "AUTHORIZATION_CODE",
3535
});
3636

3737
// Set the token for all future authenticated requests
@@ -80,6 +80,6 @@ console.log(teams);
8080

8181
This retrieves basic information about the teams you're part of.
8282

83-
::: note
83+
::: info
8484
Explore more methods: The SDK provides intuitive access to all ClickUp API endpoints. Check the full list of available methods in the [API reference](/api).
8585
:::

0 commit comments

Comments
 (0)