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