Skip to content

Commit f510518

Browse files
chore(collaboration): added script to resolve typedoc issue (#3997)
* chore(collaboration): added script to resolve typedoc issue * chore(collaboration): added docs for DataDog env values * chore(collaboration): fix typo --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 533b099 commit f510518

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal-docs/engineering/developing-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ DATADOG_CLIENT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx
9898
<tr>
9999
<td>DATADOG_APPLICATION_ID
100100
</td>
101-
<td>Datadog RUM app ID
101+
<td>Datadog RUM app ID. You can get this from the dashboard chart <a href="https://app.datadoghq.com/dashboard/p79-36e-cxi/paste-monitoring-dashboard?fullscreen_paused=false&fullscreen_refresh_mode=sliding&fullscreen_section=edit&fullscreen_start_ts=1719073205976&fullscreen_widget=6572526642365602&refresh_mode=sliding">here</a>
102102
</td>
103103
</tr>
104104
<tr>
105105
<td>DATADOG_CLIENT_TOKEN
106106
</td>
107-
<td>Datadog RUM client token
107+
<td><a href="https://app.datadoghq.com/organization-settings/client-tokens">Datadog RUM client token</a> (search Paste)
108108
</td>
109109
</tr>
110110
</table>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"build": "yarn prebuild && yarn nx run-many --target=build --exclude @twilio-paste/website @twilio-paste/theme-designer @twilio-paste/nextjs-template @twilio-paste/token-contrast-checker",
3737
"build:js": "yarn prebuild && yarn nx run-many --target=build:js --exclude @twilio-paste/website @twilio-paste/theme-designer",
3838
"build:typedocs": "yarn prebuild && yarn nx run-many --target=build:typedocs",
39+
"build:typedocs:clean":"rm -rf .nx/cache && yarn build && yarn build:typedocs",
3940
"build:core": "yarn nx run @twilio-paste/core:build",
4041
"build:codemods": "yarn nx run @twilio-paste/codemods:build",
4142
"build:tokens": "yarn nx run @twilio-paste/design-tokens:tokens",

0 commit comments

Comments
 (0)