bilibili-API-collect/.vuepress/config.js

41 lines
1.3 KiB
JavaScript
Raw Normal View History

module.exports = {
base: "/bilibili-API-collect/",
2023-02-22 00:56:04 +08:00
title: "BAC Document",
description: "社区开源的第三方哔哩哔哩 API 文档",
head: [
['link', { rel: 'icon', href: './logo2.jpg' }]
],
locales: {
'/': {
lang: 'zh-CN',
},
},
themeConfig: {
2023-02-22 00:56:04 +08:00
logo: './logo2.jpg',
nav: [
2023-02-22 00:56:04 +08:00
{text: '首页', link: '/'},
{text: '目录', link: '/#🍴目录'},
{text: '贡献指南', link: '/CONTRIBUTING.html'},
2023-02-23 11:48:58 +08:00
{
text: '相关社群',
items: [
2023-05-17 08:37:50 +08:00
{text: 'QQ交流群', link: 'http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=2rRJXK3zgU5yi3e_4rNLeJYUjMLzw_Jj&authKey=L%2FN3EfZXo3QFjEuHq4ifTgh%2F384UmrYpjl7dbYPhYHtznhfJWxkymxQKObQunmEQ&noverify=0&group_code=560304737'},
2023-02-23 11:48:58 +08:00
{text: 'Telegram交流群', link: 'https://t.me/bilibili_API_collect_community'}
]
2023-08-06 19:02:55 +08:00
}
],
sidebar: 'auto',
2023-08-06 19:02:55 +08:00
smoothScroll: true,
repo: 'SocialSisterYi/bilibili-API-collect',
editLinks: true,
editLinkText: '在 GitHub 上编辑此页',
},
2023-02-22 00:56:04 +08:00
plugins: [
'@vuepress/back-to-top',
],
2023-02-21 12:18:23 +08:00
markdown: {
2023-02-22 00:56:04 +08:00
lineNumbers: true,
2023-02-21 12:18:23 +08:00
plugins: ['task-lists']
2023-02-22 00:56:04 +08:00
}
}