-
Notifications
You must be signed in to change notification settings - Fork 402
chore(repo): Improve Typedoc MDX output #5578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
57059dc
useAuth pass
LekoArts fdc7ffa
improvements
LekoArts af1144f
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts f947dea
more improvements
LekoArts 6efc447
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts e9e2b5e
wip
LekoArts b68d9e8
dep update
LekoArts 2f22078
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts 4f126b1
add missing inline
LekoArts 59bd888
update typedoc version
LekoArts bcaba2e
fix blockTags
LekoArts 8f93fc3
flatten output directories
LekoArts 72036b1
adjust script
LekoArts 0ae6ccb
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts dbb3444
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts d0a4398
output updates
LekoArts 34d659a
add tests
LekoArts 8405567
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts a748bfa
update plugin
LekoArts da3188b
merge fixes
LekoArts e23074c
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts feeac3b
lockfile
LekoArts 2223183
add changeset
LekoArts 361692c
simplify theme overrides ✨
LekoArts 3eb7cd2
Merge branch 'main' into lekoarts/eco-534-first-review-pass
LekoArts 7b2af64
finishing touches
LekoArts 0fb9ede
update snapshot
LekoArts File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@clerk/shared': patch | ||
| '@clerk/clerk-react': patch | ||
| '@clerk/types': patch | ||
| --- | ||
|
|
||
| Improve JSDoc comments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new regex accounts for two bugs I saw:
[]()and previously it replaced parts outside of that link (until the next occurence)[foo](bar.mdx)and[foo](bar.mdx#test)didn't work