docs: 全局修改描述,在文档中加入版本信息并在发版时自动替换 (#128)

* 暂存

* chore: 修改一些杂项
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-07-05 22:31:26 +08:00
committed by GitHub
parent fa2bc7b5e8
commit 352282f277
5 changed files with 18 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import taskLists from "markdown-it-task-lists";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "bili-sync",
description: "基于 rust tokio 的哔哩哔哩同步工具",
description: "由 Rust & Tokio 驱动的哔哩哔哩同步工具",
lang: "zh-Hans",
sitemap: {
hostname: "https://bili-sync.github.io",
@@ -21,14 +21,14 @@ export default defineConfig({
nav: [
{ text: "主页", link: "/" },
{
text: "更新日志",
text: "v2.0.7",
items: [
{
text: "程序本体",
text: "程序更新",
link: "https://github.com/amtoaer/bili-sync/releases",
},
{
text: "文档页面",
text: "文档更新",
link: "https://github.com/search?q=repo:amtoaer/bili-sync+docs&type=commits",
},
],