mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-02 06:09:17 +08:00
15 lines
320 B
JavaScript
15 lines
320 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-fb0f0066",
|
|
path: "/guide/getting-started.html",
|
|
component: Vuepress,
|
|
meta: { title: "Getting Started" },
|
|
},
|
|
{
|
|
path: "/guide/getting-started.md",
|
|
redirect: "/guide/getting-started.html",
|
|
},
|
|
]
|