Skip to content

Commit

Permalink
Minor adjustments + Sidebar updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalz committed Sep 1, 2024
1 parent 2439107 commit 900d090
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Perfect and utilize the full extent of your game server. With our expertise, we

<Cards>
<Card title="7 Days to Die" description="Placeholder" link="7d2d-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/dXbYWLtmqHnAz8n/preview"/>
<Card title="Abiotic Factor" description="Placeholder" link="abioticfactor-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/ktTGqHAKnPH6rya"/>
<Card title="Abiotic Factor" description="Placeholder" link="abioticfactor-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/ktTGqHAKnPH6rya/preview"/>
<Card title="American Truck Simulator" description="Placeholder" link="ats-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/MEJfqyT5YwYpjpW/preview"/>
<Card title="Among Us" description="Placeholder" link="amongus-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/56aajb26cS6Lda3/preview"/>
<Card title="ARK" description="Placeholder" link="ark-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/qnWELD8ik9srBDG/preview"/>
Expand Down
2 changes: 1 addition & 1 deletion i18n/de/docusaurus-plugin-content-docs/current/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Perfektioniere und Nutze den vollen Umfang deines Gameservers. Mit unserer Exper

<Cards>
<Card title="7 Days to Die" description="Placeholder" link="7d2d-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/dXbYWLtmqHnAz8n/preview"/>
<Card title="Abiotic Factor" description="Placeholder" link="abioticfactor-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/ktTGqHAKnPH6rya"/>
<Card title="Abiotic Factor" description="Placeholder" link="abioticfactor-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/ktTGqHAKnPH6rya/preview"/>
<Card title="American Truck Simulator" description="Placeholder" link="ats-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/MEJfqyT5YwYpjpW/preview"/>
<Card title="Among Us" description="Placeholder" link="amongus-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/56aajb26cS6Lda3/preview"/>
<Card title="ARK" description="Placeholder" link="ark-firststeps-dashboard" image="https://screensaver01.zap-hosting.com/index.php/s/qnWELD8ik9srBDG/preview"/>
Expand Down
60 changes: 40 additions & 20 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,6 @@ const sidebars = {
"fivem-editlocalfiles"
]
},
{
type: "category",
label: "Dunko VRP",
items: [
"fivem-vrp-changemoneyicon",
"fivem-vrp-removespeedo"
]
},
{
type: "category",
label: "txAdmin",
Expand Down Expand Up @@ -699,6 +691,7 @@ const sidebars = {
"dayz-firststeps-dashboard"
]
},
"dayz-becomeadmin",
"dayz-mods",
],
},
Expand Down Expand Up @@ -844,14 +837,6 @@ const sidebars = {
"fivem-editlocalfiles"
]
},
{
type: "category",
label: "Dunko VRP",
items: [
"fivem-vrp-changemoneyicon",
"fivem-vrp-removespeedo"
]
},
{
type: "category",
label: "txAdmin",
Expand Down Expand Up @@ -1491,7 +1476,14 @@ const sidebars = {
'vserver-windows-valheim',
'vserver-windows-vrising',
]
},
},
{
type: "category",
label: "Troubleshooting",
items: [
'vserver-windows-rdp-freeze',
]
},
],

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -1613,6 +1605,13 @@ const sidebars = {
'dedicated-windows-vrising',
]
},
{
type: "category",
label: "Troubleshooting",
items: [
'dedicated-windows-rdp-freeze',
]
},
{
type: 'html',
className: 'sidebar-title',
Expand Down Expand Up @@ -1664,11 +1663,32 @@ const sidebars = {
'webspace-subdomain',
'webspace-adddomain',
'webspace-plesk-ftp',
'webspace-plesk-sendmail',
{
type: "category",
label: "E-Mails",
items: [
'webspace-plesk-sendmail',
'webspace-email-delivery-optimization',
],
},
'webspace-plesk-ssl',
'webspace-htaccess-discord',
'webspace-mybb',
'webspace-wordpress',
{
type: "category",
label: "MyBB",
items: [
'webspace-mybb',
],
},
{
type: "category",
label: "WordPress",
items: [
'webspace-wordpress',
'webspace-wordpress-plugins',
],
},

],

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 900d090

Please sign in to comment.