mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-29 03:19:19 +08:00
15 lines
355 B
JavaScript
15 lines
355 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-c78c5de8",
|
|
path: "/zh/reference/default-theme/markdown.html",
|
|
component: Vuepress,
|
|
meta: { title: "Markdown" },
|
|
},
|
|
{
|
|
path: "/zh/reference/default-theme/markdown.md",
|
|
redirect: "/zh/reference/default-theme/markdown.html",
|
|
},
|
|
]
|