add about page

This commit is contained in:
outfoxxed 2024-10-25 13:03:25 -07:00
parent 84703e3117
commit 74a18e301d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 72 additions and 0 deletions

View file

@ -41,6 +41,7 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
const defaultValue = {
tutorials: {
configuration: [
{ name: "About", type: "about" },
{ name: "Intro", type: "intro" },
{ name: "Positioning", type: "positioning" },
{ name: "QML Overview", type: "qml-overview" },
@ -52,6 +53,7 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
if (!acc.tutorials) {
acc.tutorials = {
configuration: [
{ name: "About", type: "about" },
{ name: "Intro", type: "intro" },
{ name: "Positioning", type: "positioning" },
{ name: "QML Overview", type: "qml-overview" },