18 lines
377 B
TypeScript
18 lines
377 B
TypeScript
export default {
|
|
index: "Introduction",
|
|
"-- getting-started": {
|
|
type: "separator",
|
|
title: "Getting Started",
|
|
},
|
|
installation: "Installation",
|
|
"database-migrations": "Database Migrations",
|
|
upgrading: "Upgrading",
|
|
docker: "Docker",
|
|
apps: "Apps",
|
|
"-- deployments": {
|
|
type: "separator",
|
|
title: "Deployments",
|
|
},
|
|
deployments: "Deployments",
|
|
};
|