Skip to content

Commit d91b6dd

Browse files
SarahSoutoulmanovotnyclaude
authored
Fixing broken refs for two docs pages (#3293)
Co-authored-by: Michael Novotny <manovotny@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6db04da commit d91b6dd

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/_partials/javascript/clerk-options.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ The `load()` method accepts an optional object that accepts the following props.
44
- `appearance`
55
- <code>[Appearance](/docs/guides/customizing-clerk/appearance-prop/overview) | undefined</code>
66

7-
Optional object to style your components. Will only affect \[Clerk components]\[components-ref] and not \[Account Portal]\[ap-ref] pages.
7+
Optional object to style your components. Will only affect [Clerk components][components-ref] and not [Account Portal][ap-ref] pages.
88

99
---
1010

1111
- `localization`
1212
- <code>[Localization](/docs/guides/customizing-clerk/localization) | undefined</code>
1313

14-
Optional object to localize your components. Will only affect \[Clerk components]\[components-ref] and not \[Account Portal]\[ap-ref] pages.
14+
Optional object to localize your components. Will only affect [Clerk components][components-ref] and not [Account Portal][ap-ref] pages.
1515

1616
---
1717

@@ -37,7 +37,7 @@ The `load()` method accepts an optional object that accepts the following props.
3737
---
3838

3939
- `selectInitialSession`
40-
- <code>((client: \[Client]\[client-ref]) => Session | null) | undefined</code>
40+
- <code>((client: [Client][client-ref]) => Session | null) | undefined</code>
4141

4242
An optional function which allows you to control which active session is the initial session to base a user's state off of. Defaults to the first session in the client's sessions array.
4343

@@ -139,3 +139,9 @@ The `load()` method accepts an optional object that accepts the following props.
139139

140140
Controls whether or not Clerk will collect [telemetry data](/docs/guides/how-clerk-works/security/clerk-telemetry).
141141
</Properties>
142+
143+
[client-ref]: /docs/reference/objects/client
144+
145+
[components-ref]: /docs/reference/components/overview
146+
147+
[ap-ref]: /docs/guides/account-portal/overview

docs/reference/objects/clerk.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,3 @@ The `Clerk` class also contains a number of methods for interacting with prebuil
14791479
[api-ref]: /docs/reference/objects/api-keys
14801480

14811481
[billing-ref]: /docs/reference/objects/billing
1482-
1483-
[components-ref]: /docs/reference/components/overview
1484-
1485-
[ap-ref]: /docs/guides/account-portal/overview

0 commit comments

Comments
 (0)