Remplacement diagrammes PDF par PNG, ajout note Docker Swarm, traductions complètes
- Replace PDF diagrams with PNG images for inline display in docs - Add infrastructure diagram to Homelab actuel category page - Add network diagram to single-machine HA homelab page - Add Docker Swarm vs Kubernetes decision note in docker-compose page - Complete English translations for homepage tagline - Translate homepage tagline dynamically using Docusaurus i18n - Remove PDF diagram files from static assets (homelab-actuel-infra.pdf, homelab-futur-network.pdf) - Add new documentation pages: Docker Compose, Ansible playbooks, Traefik - Add Future Homelab pages: single-machine HA and 3-node Proxmox cluster - Remove example pages and notions category - Update sidebar configuration
This commit is contained in:
parent
cb1640c1cc
commit
ed2cca8c0e
27 changed files with 1482 additions and 636 deletions
18
sidebars.ts
18
sidebars.ts
|
|
@ -25,17 +25,6 @@ const sidebars: SidebarsConfig = {
|
|||
'projets-openclassrooms/p13-migration-cloud-aws',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Notions',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'notions/index',
|
||||
},
|
||||
items: [
|
||||
'notions/exemple',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Homelab actuel - Docker Compose & Ansible',
|
||||
|
|
@ -44,7 +33,9 @@ const sidebars: SidebarsConfig = {
|
|||
id: 'homelab-actuel/index',
|
||||
},
|
||||
items: [
|
||||
'homelab-actuel/exemple',
|
||||
'homelab-actuel/playbooks-ansible',
|
||||
'homelab-actuel/docker-compose',
|
||||
'homelab-actuel/traefik',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -55,7 +46,8 @@ const sidebars: SidebarsConfig = {
|
|||
id: 'homelab-futur/index',
|
||||
},
|
||||
items: [
|
||||
'homelab-futur/exemple',
|
||||
'homelab-futur/premiere-version-ha-monomachine',
|
||||
'homelab-futur/cluster-3-noeuds-proxmox',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue