Skip to content

Commit 508de80

Browse files
Merge pull request #12 from auth0/chore-update-docs-domain-name-change-UIC-379
chore(docs): update domain references to auth0-universal-components
2 parents 2ccea46 + 8a7c381 commit 508de80

7 files changed

Lines changed: 7 additions & 7 deletions

docs-site/src/pages/DomainTableDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function DomainTableDocs() {
145145
title="1. Install Core Package"
146146
/>
147147
<CodeBlock
148-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/domain-table.json"
148+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/domain-table.json"
149149
language="bash"
150150
title="2. Add Shadcn Block"
151151
/>

docs-site/src/pages/GettingStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default function GettingStarted() {
196196
title="1. Install Core Package"
197197
/>
198198
<CodeBlock
199-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/org-details-edit.json"
199+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/org-details-edit.json"
200200
language="bash"
201201
title="2. Add Shadcn Block (e.g., OrgDetailsEdit)"
202202
/>

docs-site/src/pages/OrgDetailsEditDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default function OrgDetailsEdit() {
146146
title="1. Install Core Package"
147147
/>
148148
<CodeBlock
149-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/org-details-edit.json"
149+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/org-details-edit.json"
150150
language="bash"
151151
title="2. Add Shadcn Block"
152152
/>

docs-site/src/pages/SsoProviderCreateDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function SsoProviderCreateDocs() {
144144
title="1. Install Core Package"
145145
/>
146146
<CodeBlock
147-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/sso-provider-create.json"
147+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/sso-provider-create.json"
148148
language="bash"
149149
title="2. Add Shadcn Block"
150150
/>

docs-site/src/pages/SsoProviderEditDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function SsoProviderEditDocs() {
144144
title="1. Install Core Package"
145145
/>
146146
<CodeBlock
147-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/sso-provider-edit.json"
147+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/sso-provider-edit.json"
148148
language="bash"
149149
title="2. Add Shadcn Block"
150150
/>

docs-site/src/pages/SsoProviderTableDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function SsoProviderTableDocs() {
143143
title="1. Install Core Package"
144144
/>
145145
<CodeBlock
146-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-org/sso-provider-table.json"
146+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-org/sso-provider-table.json"
147147
language="bash"
148148
title="2. Add Shadcn Block"
149149
/>

docs-site/src/pages/UserMFAMgmtDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default function UserMFA() {
158158
title="1. Install Core Package"
159159
/>
160160
<CodeBlock
161-
code="npx shadcn@latest add https://auth0-ui-components.vercel.app/r/my-account/user-mfa-management.json"
161+
code="npx shadcn@latest add https://auth0-universal-components.vercel.app/r/my-account/user-mfa-management.json"
162162
language="bash"
163163
title="2. Add Shadcn Block"
164164
/>

0 commit comments

Comments
 (0)