Fix docs structure
All checks were successful
Build release image / build (push) Successful in 1m55s

This commit is contained in:
yehor
2025-06-11 16:07:33 +03:00
parent 339b714cbd
commit 4c7a1a6721
6 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 1 sidebar_position: 1
title: Overview title: Homelab
--- ---
## What is it? ## What is it?

View File

@ -1,4 +1,5 @@
--- ---
sidebar_position: 2
title: Network title: Network
--- ---
## WAN ## WAN

View File

@ -100,9 +100,9 @@ const config = {
items: [ items: [
{ {
type: 'docSidebar', type: 'docSidebar',
sidebarId: 'homelabSidebar', sidebarId: 'docsSidebar',
position: 'left', position: 'left',
label: 'HomeLab', label: 'Homelab',
}, },
{ to: '/blog', label: 'Blog', position: 'left' }, { to: '/blog', label: 'Blog', position: 'left' },
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "yevi-org", "name": "yevi-org",
"version": "0.1.0", "version": "0.1.1",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
@ -42,4 +42,4 @@
"engines": { "engines": {
"node": ">=18.0" "node": ">=18.0"
} }
} }

View File

@ -16,9 +16,9 @@
*/ */
const sidebars = { const sidebars = {
homelabSidebar: [{ docsSidebar: [{
type: 'autogenerated', type: 'autogenerated',
dirName: 'homelab', dirName: '.',
},], },],

View File

@ -14,7 +14,7 @@ const FeatureList = [
), ),
}, },
{ {
title: 'HomeLab Documented', title: 'Homelab Documented',
link: 'docs/homelab', link: 'docs/homelab',
Svg: require('@site/static/img/homelab.svg').default, Svg: require('@site/static/img/homelab.svg').default,
description: ( description: (