Compare commits
2 Commits
2025.05.21
...
2025.06.11
Author | SHA1 | Date | |
---|---|---|---|
4c7a1a6721 | |||
339b714cbd |
@ -32,7 +32,7 @@ jobs:
|
|||||||
password: ${{ secrets.IMAGE_REGISTRY_PASSWORD }}
|
password: ${{ secrets.IMAGE_REGISTRY_PASSWORD }}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
title: Overview
|
title: Homelab
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is it?
|
## What is it?
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
sidebar_position: 2
|
||||||
title: Network
|
title: Network
|
||||||
---
|
---
|
||||||
## WAN
|
## WAN
|
||||||
|
@ -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' },
|
||||||
],
|
],
|
||||||
|
@ -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",
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
*/
|
*/
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
|
|
||||||
homelabSidebar: [{
|
docsSidebar: [{
|
||||||
type: 'autogenerated',
|
type: 'autogenerated',
|
||||||
dirName: 'homelab',
|
dirName: '.',
|
||||||
},],
|
},],
|
||||||
|
|
||||||
|
|
||||||
|
@ -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: (
|
||||||
|
Reference in New Issue
Block a user