mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-28 19:09:17 +08:00
15 lines
303 B
JavaScript
15 lines
303 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-a951be94",
|
|
path: "/reference/cli.html",
|
|
component: Vuepress,
|
|
meta: { title: "Command Line Interface" },
|
|
},
|
|
{
|
|
path: "/reference/cli.md",
|
|
redirect: "/reference/cli.html",
|
|
},
|
|
]
|