Skip to content

Commit

Permalink
link github, rename relato docker, add monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
HipyCas committed Aug 29, 2024
1 parent 03ca58e commit 1e9d796
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ let guideSidebar = [
text: "Configurando MariaDB con Docker",
link: "/equipo/mariadb-docker",
},
{
text: "Monitorizando el equipo y los servicios",
link: "/equipo/monitorizacion",
},
{
text: "Conectando varios servidores",
link: "/equipo/conectando-servidores",
Expand Down Expand Up @@ -68,8 +72,8 @@ let guideSidebar = [
items: [
{ text: "Bloqueo de SSH", link: "/relatos/bloqueo-ssh" },
{
text: "Lucas vs. Debian & Docker & etc.",
link: "/relatos/usuario-docker",
text: "Docker y sus cosas",
link: "/relatos/docker",
},
{
text: "Resolución de dominios en initramfs",
Expand All @@ -83,6 +87,9 @@ let guideSidebar = [
},
];

/**
* @type {import('vitepress').SiteConfig}
*/
export default {
title: "WUPP",
description: "Guía del servidor.",
Expand All @@ -106,7 +113,13 @@ export default {
link: "https://github.com/wupp-dev/server",
},
],
socialLinks: [{ icon: "discord", link: "https://discord.gg/2pdbaf6Ugz" }],
socialLinks: [
{ icon: "discord", link: "https://discord.gg/2pdbaf6Ugz" },
{
icon: "github",
link: "https://github.com/wupp-dev/",
},
],
sidebar: {
"/equipo/": guideSidebar,
"/servicios/": guideSidebar,
Expand Down

0 comments on commit 1e9d796

Please sign in to comment.