mirror of
https://github.com/novoland-developer-network/BistroWebsite.git
synced 2026-01-15 00:55:07 +08:00
build(config): 🔧 更新路径
This commit is contained in:
@@ -9,7 +9,7 @@ const config = {
|
|||||||
title: "小九馆",
|
title: "小九馆",
|
||||||
tagline: "亲眼去看, 亲耳去听, 亲口讲述",
|
tagline: "亲眼去看, 亲耳去听, 亲口讲述",
|
||||||
url: "https://novoland-developer-network.github.io",
|
url: "https://novoland-developer-network.github.io",
|
||||||
baseUrl: "/BistroWebsite/",
|
baseUrl: "/",
|
||||||
onBrokenLinks: "throw",
|
onBrokenLinks: "throw",
|
||||||
onBrokenMarkdownLinks: "warn",
|
onBrokenMarkdownLinks: "warn",
|
||||||
favicon: "img/favicon.ico",
|
favicon: "img/favicon.ico",
|
||||||
@@ -47,8 +47,7 @@ const config = {
|
|||||||
alt: "bistro Logo",
|
alt: "bistro Logo",
|
||||||
src: "img/logo.svg",
|
src: "img/logo.svg",
|
||||||
},
|
},
|
||||||
items: [
|
items: [{
|
||||||
{
|
|
||||||
type: "doc",
|
type: "doc",
|
||||||
docId: "intro",
|
docId: "intro",
|
||||||
position: "left",
|
position: "left",
|
||||||
@@ -74,19 +73,16 @@ const config = {
|
|||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: "dark",
|
style: "dark",
|
||||||
links: [
|
links: [{
|
||||||
{
|
|
||||||
title: "手册",
|
title: "手册",
|
||||||
items: [
|
items: [{
|
||||||
{
|
|
||||||
label: "简介",
|
label: "简介",
|
||||||
to: "/docs/intro",
|
to: "/docs/intro",
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "社区",
|
title: "社区",
|
||||||
items: [
|
items: [{
|
||||||
{
|
|
||||||
label: "机巧殿🏗开发者",
|
label: "机巧殿🏗开发者",
|
||||||
href: "https://jq.qq.com/?_wv=1027&k=DUMjkk9z",
|
href: "https://jq.qq.com/?_wv=1027&k=DUMjkk9z",
|
||||||
},
|
},
|
||||||
@@ -102,8 +98,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "汇聚成海",
|
title: "汇聚成海",
|
||||||
items: [
|
items: [{
|
||||||
{
|
|
||||||
label: "九州第一社区 By 机巧殿",
|
label: "九州第一社区 By 机巧殿",
|
||||||
href: "https://9.doylee.cn/",
|
href: "https://9.doylee.cn/",
|
||||||
},
|
},
|
||||||
@@ -115,8 +110,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "开发相关",
|
title: "开发相关",
|
||||||
items: [
|
items: [{
|
||||||
{
|
|
||||||
label: "开发者说",
|
label: "开发者说",
|
||||||
to: "/blog",
|
to: "/blog",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user