diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e45a4b4..e2342b9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -24,6 +24,10 @@ export default defineConfig({ { text: "潘绅翰", link: "/psh" }, { text: "郑子墨", link: "/zzm" }, { text: "石亚玲", link: "/syl" }, + { + text: "黄睿", + items: [{ text: "hr 示例", link: "/hr" }], + }, ], }, ], diff --git a/docs/api-examples.md b/docs/example/api-examples.md similarity index 100% rename from docs/api-examples.md rename to docs/example/api-examples.md diff --git a/docs/markdown-examples.md b/docs/example/markdown-examples.md similarity index 100% rename from docs/markdown-examples.md rename to docs/example/markdown-examples.md diff --git a/docs/黄睿/hr.md b/docs/黄睿/hr.md new file mode 100644 index 0000000..6d3b182 --- /dev/null +++ b/docs/黄睿/hr.md @@ -0,0 +1,2 @@ +# hr +content \ No newline at end of file