mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-28 11:05:12 +08:00
19 lines
333 B
JavaScript
19 lines
333 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-fffb8e28",
|
|
path: "/guide/",
|
|
component: Vuepress,
|
|
meta: { title: "Introduction" },
|
|
},
|
|
{
|
|
path: "/guide/index.html",
|
|
redirect: "/guide/",
|
|
},
|
|
{
|
|
path: "/guide/README.md",
|
|
redirect: "/guide/",
|
|
},
|
|
]
|