mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 07:37:24 +08:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export default navbar([
|
|
"/",
|
|
"/deployment/",
|
|
"/usage/",
|
|
]);
|