mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { navbar } from 'vuepress-theme-hope'
|
|
|
|
const shamrockNavbar = navbar(['/guide', '/advanced', '/api', '/message', '/event'])
|
|
|
|
export { shamrockNavbar }
|