docker_practice/.vuepress/navbar.ts
2022-03-14 01:10:04 +08:00

45 lines
876 B
Go

import { defineNavbarConfig } from "vuepress-theme-hope";
export default defineNavbarConfig([
{
text: "微信交流群",
link: "https://docker_practice.gitee.io/pic/dpsig-wechat.jpg",
},
{
text: "小程序",
link: "https://docker_practice.gitee.io/pic/dp-wechat-miniprogram.jpg",
},
{
text: "安装 Docker",
link: "/install/",
},
{
text: "Docker 入门",
link: "/",
},
{
text: "Docker 实战",
link: "/cases/os/",
},
{
text: "CI/CD",
link: "/cases/ci/",
},
{
text: "Compose",
link: "/compose/",
},
{
text: "Kubernetes",
link: "/kubernetes/",
},
{
text: "云计算",
link: "/cloud/",
},
{
text: "云服务器99/元首年特惠",
link: "https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console",
},
]);