Skip to content

Commit 46f6721

Browse files
committed
fix(docs): update default search items + rename create your own registry
1 parent 05ca5c1 commit 46f6721

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

apps/docs/app/layout.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ const fontMono = Geist_Mono({
2121

2222
const SEARCH_OPTIONS = {
2323
links: [
24-
['Installation', '/docs/installation'],
25-
['Customization', '/docs/customization'],
26-
['CLI', '/docs/cli'],
27-
['Changelog', '/docs/changelog'],
28-
['Components', '/docs/components/accordion'],
24+
['Docs', '/docs/installation'],
2925
['Blocks', '/docs/blocks/authentication'],
30-
['Create Your Registry', '/docs/create-your-registry'],
26+
['Components', '/docs/components/accordion'],
27+
['Changelog', '/docs/changelog'],
3128
] satisfies SearchLink[],
3229
};
3330

apps/docs/content/docs/create-your-registry.mdx renamed to apps/docs/content/docs/create-your-own-registry.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create Your Registry
3-
description: Host your own registry and allow others to add your code to their projects.
2+
title: Create Your Own Registry
3+
description: Host a registry and allow others to add your code to their projects.
44
---
55

66
import { Callout } from '@docs/components/callout';

apps/docs/content/docs/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"...",
2727
"------",
2828
"---Registry---",
29-
"create-your-registry",
29+
"create-your-own-registry",
3030
"------",
3131
"---About us---",
3232
"[FoundedLabs][Founded Labs](https://foundedlabs.com)"

0 commit comments

Comments
 (0)