merge about and installation into getting-started
This commit is contained in:
parent
2f88aa46ad
commit
2166b238e2
6 changed files with 72 additions and 137 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue