docs: 修改导航栏和部分图标

This commit is contained in:
ikun 2024-04-14 14:31:12 +08:00
parent da342db1a8
commit 831d051d81
6 changed files with 22 additions and 6 deletions

View File

@ -1 +1,17 @@
import { navbar } from "vuepress-theme-hope";
const NavbarConfig = navbar([
{
text: "首页",
link: "/README.md",
icon: "home",
},
{ text: "介绍", link: "/guide/README.md", icon: "fas fa-info" },
{
text: "部署",
link: "/deploy/README.md",
icon: "fas fa-file-alt",
},
]);
export default NavbarConfig

View File

@ -1,5 +1,5 @@
import { hopeTheme } from "vuepress-theme-hope"; import { hopeTheme } from "vuepress-theme-hope";
// import navbar from "./navbar.js"; import navbar from "./navbar.js";
import sidebar from "./sidebar.js"; import sidebar from "./sidebar.js";
export default hopeTheme({ export default hopeTheme({
@ -16,7 +16,7 @@ export default hopeTheme({
docsBranch: "docs", docsBranch: "docs",
// 导航栏 // 导航栏
// navbar, navbar,
// 侧边栏 // 侧边栏
sidebar, sidebar,

View File

@ -4,7 +4,7 @@ head:
- name: keywords - name: keywords
content: 即刻开始 content: 即刻开始
title: 部署 title: 部署
icon: docs icon: fas fa-file-alt
author: ikun0014 author: ikun0014
date: 2024-04-11 date: 2024-04-11
index: true index: true

View File

@ -4,7 +4,7 @@ head:
- name: keywords - name: keywords
content: Linux or MacOS部署教程 content: Linux or MacOS部署教程
title: Linux or MacOS部署教程 title: Linux or MacOS部署教程
icon: fab fa-dochub icon: fas fa-file-alt
author: ikun0014 author: ikun0014
date: 2024-04-10 date: 2024-04-10
index: false index: false

View File

@ -4,7 +4,7 @@ head:
- name: keywords - name: keywords
content: Windows部署教程 content: Windows部署教程
title: Windows部署教程 title: Windows部署教程
icon: fab fa-dochub icon: fas fa-file-alt
author: ikun0014 author: ikun0014
date: 2024-04-10 date: 2024-04-10
index: false index: false

View File

@ -4,7 +4,7 @@ head:
- name: keywords - name: keywords
content: API接口 content: API接口
title: API接口 title: API接口
icon: docs icon: fas fa-file-alt
author: ikun0014 author: ikun0014
date: 2024-04-10 date: 2024-04-10
index: false index: false