1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-23 10:13:42 +02:00

.vitepress/config.ts: remove collapsed from documentation navigation entries.

This commit is contained in:
Henrik Hautakoski 2023-07-07 20:09:28 +02:00
parent 6153fba3fc
commit 582fa2a221

View file

@ -23,12 +23,10 @@ export default defineConfig({
}, },
{ {
text: "Getting Started", text: "Getting Started",
collapsed: true,
items: [ items: [
{ {
text: 'Installation', text: 'Installation',
link: '/docs/installation/', link: '/docs/installation/',
collapsed: true,
items: [ items: [
{ {
text: "Package Managers", text: "Package Managers",
@ -48,7 +46,6 @@ export default defineConfig({
}, },
{ {
text: 'Architecture', text: 'Architecture',
collapsed: true,
items: [ items: [
{ text: 'Overview', link: '/docs/architecture/' }, { text: 'Overview', link: '/docs/architecture/' },
{ text: 'Benchmark', link: '/docs/architecture/benchmark' } { text: 'Benchmark', link: '/docs/architecture/benchmark' }
@ -56,7 +53,6 @@ export default defineConfig({
}, },
{ {
text: 'API', text: 'API',
collapsed: true,
items: [ items: [
{ text: 'Messages', link: '/docs/api/messages' }, { text: 'Messages', link: '/docs/api/messages' },
{ text: 'Channels', link: '/docs/api/redis-channels' }, { text: 'Channels', link: '/docs/api/redis-channels' },