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 navbar from "./navbar.js";
|
||||
import navbar from "./navbar.js";
|
||||
import sidebar from "./sidebar.js";
|
||||
|
||||
export default hopeTheme({
|
||||
@ -16,7 +16,7 @@ export default hopeTheme({
|
||||
docsBranch: "docs",
|
||||
|
||||
// 导航栏
|
||||
// navbar,
|
||||
navbar,
|
||||
|
||||
// 侧边栏
|
||||
sidebar,
|
||||
|
@ -4,7 +4,7 @@ head:
|
||||
- name: keywords
|
||||
content: 即刻开始
|
||||
title: 部署
|
||||
icon: docs
|
||||
icon: fas fa-file-alt
|
||||
author: ikun0014
|
||||
date: 2024-04-11
|
||||
index: true
|
||||
|
@ -4,7 +4,7 @@ head:
|
||||
- name: keywords
|
||||
content: Linux or MacOS部署教程
|
||||
title: Linux or MacOS部署教程
|
||||
icon: fab fa-dochub
|
||||
icon: fas fa-file-alt
|
||||
author: ikun0014
|
||||
date: 2024-04-10
|
||||
index: false
|
||||
|
@ -4,7 +4,7 @@ head:
|
||||
- name: keywords
|
||||
content: Windows部署教程
|
||||
title: Windows部署教程
|
||||
icon: fab fa-dochub
|
||||
icon: fas fa-file-alt
|
||||
author: ikun0014
|
||||
date: 2024-04-10
|
||||
index: false
|
||||
|
@ -4,7 +4,7 @@ head:
|
||||
- name: keywords
|
||||
content: API接口
|
||||
title: API接口
|
||||
icon: docs
|
||||
icon: fas fa-file-alt
|
||||
author: ikun0014
|
||||
date: 2024-04-10
|
||||
index: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user