add about page
This commit is contained in:
parent
84703e3117
commit
74a18e301d
5 changed files with 72 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue