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:
parent
6153fba3fc
commit
582fa2a221
1 changed files with 0 additions and 4 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue