File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,10 @@ const fontMono = Geist_Mono({
21
21
22
22
const SEARCH_OPTIONS = {
23
23
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' ] ,
29
25
[ 'Blocks' , '/docs/blocks/authentication' ] ,
30
- [ 'Create Your Registry' , '/docs/create-your-registry' ] ,
26
+ [ 'Components' , '/docs/components/accordion' ] ,
27
+ [ 'Changelog' , '/docs/changelog' ] ,
31
28
] satisfies SearchLink [ ] ,
32
29
} ;
33
30
Original file line number Diff line number Diff line change 1
1
---
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.
4
4
---
5
5
6
6
import { Callout } from ' @docs/components/callout' ;
Original file line number Diff line number Diff line change 26
26
" ..." ,
27
27
" ------" ,
28
28
" ---Registry---" ,
29
- " create-your-registry" ,
29
+ " create-your-own- registry" ,
30
30
" ------" ,
31
31
" ---About us---" ,
32
32
" [FoundedLabs][Founded Labs](https://foundedlabs.com)"
You can’t perform that action at this time.
0 commit comments