merge about and installation into getting-started

This commit is contained in:
outfoxxed 2024-11-08 15:00:34 -08:00
parent 2f88aa46ad
commit 2166b238e2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 72 additions and 137 deletions

View file

@ -41,8 +41,6 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
const defaultValue = {
tutorials: {
configuration: [
{ name: "About", type: "about" },
{ name: "Installation", type: "installation" },
{ name: "Getting Started", type: "getting-started" },
{ name: "Intro", type: "intro" },
{ name: "Positioning", type: "positioning" },
@ -55,8 +53,6 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
if (!acc.tutorials) {
acc.tutorials = {
configuration: [
{ name: "About", type: "about" },
{ name: "Installation", type: "installation" },
{ name: "Getting Started", type: "getting-started" },
{ name: "Intro", type: "intro" },
{ name: "Positioning", type: "positioning" },