Skip to content

Commit 52d310c

Browse files
authored
docs(repo): Fix broken link for create domain method typedoc output (#8957)
1 parent cb825c2 commit 52d310c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.changeset/sweet-glasses-show.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.typedoc/custom-plugin.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const FILES_WITHOUT_HEADINGS = [
3939
'use-organization-creation-defaults-params.mdx',
4040
'use-o-auth-consent-params.mdx',
4141
'use-o-auth-consent-return.mdx',
42+
'create-organization-domain-params.mdx',
4243
];
4344

4445
/**
@@ -129,6 +130,7 @@ const LINK_REPLACEMENTS = [
129130
['session-task', '/docs/reference/types/session-task'],
130131
['public-user-data', '/docs/reference/types/public-user-data'],
131132
['session-status', '/docs/reference/types/session-status'],
133+
['create-organization-domain-params', '#create-organization-domain-params'],
132134
];
133135

134136
/**

0 commit comments

Comments
 (0)