|
@@ -45,39 +45,43 @@ export default defineUserConfig({
|
|
|
],
|
|
],
|
|
|
sidebar: {
|
|
sidebar: {
|
|
|
'/': [
|
|
'/': [
|
|
|
|
|
+ {
|
|
|
|
|
+ text: 'Home',
|
|
|
|
|
+ link: '/'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
text: 'Guide',
|
|
text: 'Guide',
|
|
|
- children: ['/guide/README.md'],
|
|
|
|
|
|
|
+ link: '/guide/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: 'Screenshots',
|
|
text: 'Screenshots',
|
|
|
- children: ['/screenshots/README.md'],
|
|
|
|
|
|
|
+ link: '/screenshots/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text: 'Setup',
|
|
|
|
|
- children: ['/setup/README.md'],
|
|
|
|
|
|
|
+ text: 'Setup Instructions',
|
|
|
|
|
+ link: '/setup/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: 'Advanced Configuration',
|
|
text: 'Advanced Configuration',
|
|
|
- children: ['/advanced-config/README.md'],
|
|
|
|
|
|
|
+ link: '/advanced-config/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: 'Upgrading',
|
|
text: 'Upgrading',
|
|
|
- children: ['/upgrading/README.md'],
|
|
|
|
|
|
|
+ link: '/upgrading/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: 'Frequently Asked Questions',
|
|
text: 'Frequently Asked Questions',
|
|
|
- children: ['/faq/README.md'],
|
|
|
|
|
|
|
+ link: '/faq/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: 'Third Party',
|
|
text: 'Third Party',
|
|
|
- children: ['/third-party/README.md'],
|
|
|
|
|
|
|
+ link: '/third-party/',
|
|
|
collapsible: true,
|
|
collapsible: true,
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
@@ -85,6 +89,11 @@ export default defineUserConfig({
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}),
|
|
}),
|
|
|
|
|
+ markdown: {
|
|
|
|
|
+ code: {
|
|
|
|
|
+ lineNumbers: false,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
plugins: [
|
|
plugins: [
|
|
|
googleAnalyticsPlugin({
|
|
googleAnalyticsPlugin({
|
|
|
id: 'UA-99675467-4'
|
|
id: 'UA-99675467-4'
|