File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ const docsOptions: DocsLayoutProps = {
2323 url : "/docs/cfx" ,
2424 } ,
2525 {
26- title : "Frameworks " ,
26+ title : "Framework Documentation " ,
2727 icon : < FixFXIcon className = "m-0 size-6 md:mb-7" stroke = "#f97891" /> ,
2828 description : "Explore various frameworks built on top of CitizenFX." ,
2929 url : "/docs/frameworks" ,
3030 } ,
3131 {
32- title : "Guides" ,
32+ title : "Common Guides" ,
3333 icon : < FixFXIcon className = "m-0 size-6 md:mb-7" stroke = "#79143b" /> ,
3434 description : "Step-by-step guides for CitizenFX." ,
3535 url : "/docs/guides" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export const baseOptions: HomeLayoutProps = {
6868 ) ,
6969 } ,
7070 icon : < FixFXIcon className = "size-6" /> ,
71- text : "FixFX Core" ,
71+ text : "Core Documentation " ,
7272 description :
7373 "Some information about FixFX." ,
7474 url : "/docs/core" ,
@@ -113,13 +113,13 @@ export const baseOptions: HomeLayoutProps = {
113113 < div className = "flex h-20 w-full items-center justify-center gap-x-1" >
114114 < FixFXIcon className = "size-8" stroke = "#79143b" />
115115 < h1 className = "text-fd-foreground text-2xl font-bold" >
116- Guides
116+ Common Guides
117117 </ h1 >
118118 </ div >
119119 ) ,
120120 } ,
121121 icon : < FixFXIcon className = "size-6" stroke = "#79143b" /> ,
122- text : "Guides" ,
122+ text : "Common Guides" ,
123123 description :
124124 "Step-by-step guides for CitizenFX." ,
125125 url : "/docs/guides" ,
Original file line number Diff line number Diff line change 11{
22 "root" : true ,
33 "pages" : [
4- " index" ,
5- " faq" ,
4+ " api" ,
65 " disclaimer" ,
76 " glossary" ,
8- " api "
7+ " faq "
98 ]
109}
Original file line number Diff line number Diff line change 11{
22 "title" : " ESX" ,
3+ "defaultOpen" : true ,
34 "pages" : [
45 " setup" ,
56 " development" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " QBCore" ,
3+ "defaultOpen" : true ,
34 "pages" : [
45 " index" ,
56 " setup" ,
You can’t perform that action at this time.
0 commit comments