mirror of
https://github.com/RhenCloud/Cloud-Index.git
synced 2025-12-06 15:26:10 +08:00
初始化文档
This commit is contained in:
16
docs/.vuepress/collections.ts
Normal file
16
docs/.vuepress/collections.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineUserConfig } from "vuepress";
|
||||
import { plumeTheme } from "vuepress-theme-plume";
|
||||
|
||||
export default defineUserConfig({
|
||||
theme: plumeTheme({
|
||||
collections: [
|
||||
{
|
||||
type: "doc",
|
||||
dir: "guide",
|
||||
linkPrefix: "/guide/",
|
||||
title: "TypeScript 笔记",
|
||||
sidebar: ["basic", "types"],
|
||||
},
|
||||
],
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user