Skip to content

Commit fe9b9d8

Browse files
committedDec 14, 2024·
feat: add automatic docgen
1 parent c462cc3 commit fe9b9d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1093
-281
lines changed
 

‎apps/docs/app/(home)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function HomePage() {
8080
Guide
8181
</Link>
8282
<Link
83-
href="/docs/typedef/AutocompleteProps"
83+
href="/docs"
8484
className="font-semibold bg-blue-500 py-2 px-4 rounded-full"
8585
>
8686
Docs

‎apps/docs/app/layout.config.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const baseOptions: BaseLayoutProps = {
1919
},
2020
{
2121
text: 'Documentation',
22-
url: '/docs/typedef/AutocompleteProps',
22+
url: '/docs',
2323
active: 'nested-url',
2424
},
2525
{

0 commit comments

Comments
 (0)
Please sign in to comment.