1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +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",
collapsed: true,
items: [
{
text: 'Installation',
link: '/docs/installation/',
collapsed: true,
items: [
{
text: "Package Managers",
@ -48,7 +46,6 @@ export default defineConfig({
},
{
text: 'Architecture',
collapsed: true,
items: [
{ text: 'Overview', link: '/docs/architecture/' },
{ text: 'Benchmark', link: '/docs/architecture/benchmark' }
@ -56,7 +53,6 @@ export default defineConfig({
},
{
text: 'API',
collapsed: true,
items: [
{ text: 'Messages', link: '/docs/api/messages' },
{ text: 'Channels', link: '/docs/api/redis-channels' },