mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
docs: 修改导航栏和部分图标
This commit is contained in:
parent
da342db1a8
commit
831d051d81
@ -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
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user