import { navbar } from "vuepress-theme-hope";

export default navbar([
  "/",
  { text: "设计文档", icon: "creative", link: "/designdoc/" },
  { text: "设计资源", icon: "creative", link: "/designresource/" },
  { text: "设计交流", icon: "creative", link: "/designdiscuss/" },
  {
    text: "联系小猪",
    icon: "note",
    link: "/contactpig",
  },
]);
