Fix docs structure
All checks were successful
Build release image / build (push) Successful in 1m55s
All checks were successful
Build release image / build (push) Successful in 1m55s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: Overview
|
||||
title: Homelab
|
||||
---
|
||||
|
||||
## What is it?
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: Network
|
||||
---
|
||||
## WAN
|
||||
|
@ -100,9 +100,9 @@ const config = {
|
||||
items: [
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'homelabSidebar',
|
||||
sidebarId: 'docsSidebar',
|
||||
position: 'left',
|
||||
label: 'HomeLab',
|
||||
label: 'Homelab',
|
||||
},
|
||||
{ to: '/blog', label: 'Blog', position: 'left' },
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yevi-org",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
@ -42,4 +42,4 @@
|
||||
"engines": {
|
||||
"node": ">=18.0"
|
||||
}
|
||||
}
|
||||
}
|
@ -16,9 +16,9 @@
|
||||
*/
|
||||
const sidebars = {
|
||||
|
||||
homelabSidebar: [{
|
||||
docsSidebar: [{
|
||||
type: 'autogenerated',
|
||||
dirName: 'homelab',
|
||||
dirName: '.',
|
||||
},],
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@ const FeatureList = [
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'HomeLab Documented',
|
||||
title: 'Homelab Documented',
|
||||
link: 'docs/homelab',
|
||||
Svg: require('@site/static/img/homelab.svg').default,
|
||||
description: (
|
||||
|
Reference in New Issue
Block a user