basic installation/getting started pages

This commit is contained in:
outfoxxed 2024-11-04 04:06:17 -08:00
parent 11256941d4
commit aabd966878
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 130 additions and 1 deletions

View file

@ -42,6 +42,8 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
tutorials: {
configuration: [
{ name: "About", type: "about" },
{ name: "Installation", type: "installation" },
{ name: "Getting Started", type: "getting-started" },
{ name: "Intro", type: "intro" },
{ name: "Positioning", type: "positioning" },
{ name: "QML Overview", type: "qml-overview" },
@ -54,6 +56,8 @@ export function groupRoutes(routes: RouteData[]): GroupedRoutes {
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" },
{ name: "QML Overview", type: "qml-overview" },