docs: updated subtitle & fixed chronicles links
This commit is contained in:
@@ -116,7 +116,6 @@ export default defineConfig({
|
||||
{
|
||||
text: 'Chronicles',
|
||||
icon: 'lucide:calendar-days',
|
||||
link: withBase('/en/docs/chronicles/'),
|
||||
items: [
|
||||
{ text: 'Initial Publish v0.1.0', link: withBase('/en/docs/chronicles/version-v0.1.0/') },
|
||||
{ text: 'Before Story v0.0.1', link: withBase('/en/docs/chronicles/version-v0.0.1/') },
|
||||
@@ -177,7 +176,6 @@ export default defineConfig({
|
||||
{
|
||||
text: '编年史',
|
||||
icon: 'lucide:calendar-days',
|
||||
link: withBase('/zh-Hans/docs/chronicles/'),
|
||||
items: [
|
||||
{ text: '首次公开 v0.1.0', link: withBase('/zh-Hans/docs/chronicles/version-v0.1.0/') },
|
||||
{ text: '先前的故事 v0.0.1', link: withBase('/zh-Hans/docs/chronicles/version-v0.0.1/') },
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
sidebar: false
|
||||
outline: false
|
||||
community: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { data } from '../../../../.vitepress/theme/chronicles.data'
|
||||
import Chronicles from '../../../../.vitepress/components/Chronicles.vue'
|
||||
</script>
|
||||
|
||||
<Chronicles :data="data" />
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
sidebar: false
|
||||
outline: false
|
||||
community: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { data } from '../../../../.vitepress/theme/chronicles.data'
|
||||
import Chronicles from '../../../../.vitepress/components/Chronicles.vue'
|
||||
</script>
|
||||
|
||||
<Chronicles :data="data" />
|
||||
Reference in New Issue
Block a user