@@ -5,33 +5,49 @@ export default defineConfig({
55 title : "NotReal003 | Support Desk" ,
66 description : "NotReal003 | Support Help Desk" ,
77 base : '/' ,
8-
9- // section to include the script on all pages
8+
9+ // Section to include the script on all pages
1010 head : [
1111 [ 'script' , { src : 'https://status.notreal003.org/support-collect.js' } ]
1212 ] ,
13-
13+
1414 themeConfig : {
1515 // https://vitepress.dev/reference/default-theme-config
1616 search : {
17- provider : 'local'
18- } ,
17+ provider : 'local'
18+ } ,
19+
1920 editLink : {
20- pattern : 'https://github.com/NotReal003/support/edit/main/docs/:path'
21+ pattern : 'https://github.com/NotReal003/support/edit/main/docs/:path'
2122 } ,
23+
2224 footer : {
23- copyright : '© 2025 Helpdesk | <a href="https://notreal003.github.io"> NotReal003 </a>'
24- } ,
25+ copyright : '© 2025 Helpdesk | <a href="https://notreal003.github.io"> NotReal003 </a>'
26+ } ,
2527
28+ // Organized Navigation Bar with Dropdowns
2629 nav : [
2730 { text : 'Home' , link : '/' } ,
31+ {
32+ text : 'Services & Tools' ,
33+ items : [
34+ { text : 'Request Page' , link : 'https://request.notreal003.org' } ,
35+ { text : 'Player Stats' , link : 'https://notreal003.github.io/player' } ,
36+ { text : 'SkyLine Status' , link : 'https://status.notreal003.org' } ,
37+ ]
38+ } ,
2839 { text : 'Social Page' , link : 'https://notreal003.github.io' } ,
29- { text : 'Request Page' , link : 'https://request.notreal003.org' } ,
30- { text : 'Player Stats Page' , link : 'https://notreal003.github.io/player' } ,
31- { text : 'SkyLine Status Page' , link : 'https://status.notreal003.org' } ,
3240 ] ,
3341
42+ // Categorized Sidebar
3443 sidebar : [
44+ {
45+ text : 'Partner Program' ,
46+ items : [
47+ // Added the new Creator Application file here
48+ { text : 'Apply for Creator Code' , link : '/creator-application' }
49+ ]
50+ } ,
3551 {
3652 text : 'Applications / Stats' ,
3753 items : [
@@ -41,12 +57,12 @@ export default defineConfig({
4157 { text : 'Invite Our Discord Bot' , link : 'https://notreal003.github.io/invite' }
4258 ]
4359 } ,
44- {
45- text : 'Important Articles ' ,
60+ {
61+ text : 'Legal & Policies ' ,
4662 items : [
4763 { text : 'Terms of Service' , link : '/terms' } ,
4864 { text : 'Privacy Policy' , link : '/privacy' } ,
49- { text : 'CopyRight Statement' , link : '/copyright' } ,
65+ { text : 'Copyright Statement' , link : '/copyright' } ,
5066 { text : 'Bot(s) Data Collections' , link : '/bot:privacy-policy' } ,
5167 { text : 'Bot(s) Terms of Service' , link : '/bot-tos' }
5268 ]
0 commit comments