Skip to content

指南介绍

欢迎来到指南页面!这里是演示如何通过文件夹组织 VitePress 内容的示例。

目录结构与路由映射

在 VitePress 中,文件路径即是网页路由(URL):

  • guide/index.md -> 映射到 http://localhost:5173/guide/
  • guide/getting-started.md -> 映射到 http://localhost:5173/guide/getting-started

接下来,请点击侧边栏或导航栏的 “快速开始” 了解如何配置和使用。