mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-30 20:39:18 +08:00
15 lines
305 B
JavaScript
15 lines
305 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-9beb15b6",
|
|
path: "/zh/reference/cli.html",
|
|
component: Vuepress,
|
|
meta: { title: "命令行接口" },
|
|
},
|
|
{
|
|
path: "/zh/reference/cli.md",
|
|
redirect: "/zh/reference/cli.html",
|
|
},
|
|
]
|