File tree Expand file tree Collapse file tree 1 file changed +20
-9
lines changed
Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 11import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared" ;
2- import { ExternalLink , Zap } from "lucide-react" ;
2+ import { BookOpen , SquareTerminal , Zap } from "lucide-react" ;
33
44export const gitConfig = {
55 user : "rbbydotdev" ,
@@ -22,26 +22,37 @@ export function baseOptions(): BaseLayoutProps {
2222 </ span >
2323 ) ,
2424 } ,
25+ githubUrl : `https://github.com/${ gitConfig . user } /${ gitConfig . repo } ` ,
2526 links : [
2627 {
2728 text : (
28- < span className = "inline-flex items-center gap-1" >
29+ < span className = "inline-flex items-center gap-1.5" >
30+ < BookOpen className = "size-4" />
31+ Documentation
32+ </ span >
33+ ) ,
34+ url : "/docs" ,
35+ } ,
36+ {
37+ text : (
38+ < span className = "inline-flex items-center gap-1.5" >
39+ < SquareTerminal className = "size-4" />
2940 Playground
30- < ExternalLink className = "size-3" />
3141 </ span >
3242 ) ,
33- url : "/spac/playground" ,
43+ url : "https://rbby.dev /spac/playground" ,
3444 external : true ,
3545 } ,
3646 {
37- type : "icon" ,
38- icon : < Zap className = "size-4" /> ,
39- label : "rbby.dev" ,
40- text : "rbby.dev" ,
47+ text : (
48+ < span className = "inline-flex items-center gap-1.5" >
49+ < Zap className = "size-4" />
50+ rbby.dev
51+ </ span >
52+ ) ,
4153 url : "https://rbby.dev" ,
4254 external : true ,
4355 } ,
4456 ] ,
45- githubUrl : `https://github.com/${ gitConfig . user } /${ gitConfig . repo } ` ,
4657 } ;
4758}
You can’t perform that action at this time.
0 commit comments