Skip to content

Commit

Permalink
Added Rollouts, and DevQuests to the general sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
zizom01 committed Jun 4, 2024
1 parent c5cd20e commit 3866257
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ function sidebarGeneral(): DefaultTheme.SidebarItem[] {
text: "Events",
link: "/general/events",
},
{
text: "Rollouts",
link: "/general/rollouts"
},
{
text: "DevQuests",
link: "/general/devquests"
},
{
text: "Overlay Themes",
link: "/general/overlay-themes",
Expand Down
8 changes: 8 additions & 0 deletions docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ function sidebarGeneral(): DefaultTheme.SidebarItem[] {
// link: "/es/general/events",
// },
// {
// text: "Rollouts",
// link: "/es/general/rollouts"
// },
// {
// text: "DevQuests",
// link: "/es/general/devquests"
// },
// {
// text: "Temas de Superposición",
// link: "/es/general/overlay-themes",
// },
Expand Down
7 changes: 7 additions & 0 deletions docs/.vitepress/config/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ function sidebarGeneral(): DefaultTheme.SidebarItem[] {
// text: "Eventos",
// link: "/pt/general/events",
// },
// text: "Rollouts",
// link: "/pt/general/rollouts"
// },
// {
// text: "DevQuests",
// link: "/pt/general/devquests"
// },
// {
// text: "Temas de Overlay",
// link: "/pt/general/overlay-themes",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/general/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
| Achievement of the Week | Various | | |
| Challenge League 4 | BahamutVoid | | |
| Daily DistRActions | Bendyhuman | | |
| [DevQuests](/orphaned/devquests.html) | Various | | Developer Event (Series) |
| [DevQuests](/general/devquests.html) | Various | | Developer Event (Series) |
| Leaderboard of the Month | Searo | | |
| Peak Streak | Bendyhuman | | |
| RetroAchievements Roulette (RAWR) | StingX2 | | |
| Retro Game Show | Thoreau | | |
| [Rollouts](/orphaned/rollouts.html) | | |
| [Rollouts](/general/rollouts.html) | | |
| Simple Monthly Master | Hotscrock | | |
| The Unwanted | televandalist | | |
| UserQuests(?) | Various | | Player Event (Series) |
Expand Down
File renamed without changes.

0 comments on commit 3866257

Please sign in to comment.