- Ajouter page À propos bilingue (FR/EN) avec structure i18n appropriée
- Supprimer fichiers presentation.md obsolètes des docs
- Mettre à jour navigation : lien À propos dans navbar et footer
- Uniformiser et traduire tags dans tout le contenu :
- Traduire tags en français si approprié (automation -> automatisation, storage -> stockage, etc.)
- Fusionner tags dupliqués (ha/high-availability -> haute-disponibilite, cluster/clustering -> cluster)
- Supprimer tag configuration-management
- Mettre à jour wifi/wireless/mesh-networking vers wifi/mesh
- Mettre à jour networking/tunneling vers reseau/tunnels
- Ajouter tags à tous les projets OpenClassrooms
- Corriger bouton Documentation page d'accueil pour pointer vers première page doc
- Ajouter page À propos bilingue (FR/EN) avec structure i18n appropriée
- Supprimer fichiers presentation.md obsolètes des docs
- Mettre à jour navigation : lien À propos dans navbar et footer
- Uniformiser et traduire tags dans tout le contenu :
- Traduire tags en français si approprié (automation -> automatisation, storage -> stockage, etc.)
- Fusionner tags dupliqués (ha/high-availability -> haute-disponibilite, cluster/clustering -> cluster)
- Supprimer tag configuration-management
- Mettre à jour wifi/wireless/mesh-networking vers wifi/mesh
- Mettre à jour networking/tunneling vers reseau/tunnels
- Ajouter tags à tous les projets OpenClassrooms
- Corriger bouton Documentation page d'accueil pour pointer vers première page doc
- Créer page À propos dédiée (versions française et anglaise)
- Ajouter lien navbar vers page À propos
- Déplacer lien À propos vers section Documentation footer
- Ajouter traductions i18n pour navbar et footer
- Supprimer presentation.md de structure barre latérale
- Créer page Tags unifiée affichant tous les tags des articles blog et docs
- Mettre à jour tags dans toutes les pages pour être plus pertinents et recherchables
- Ajouter documentation complète OpenWRT dans section Homelab actuel
- Créer article blog expliquant problème freeze SSH via tunnel GRE-TAP
- Documenter solutions MTU et MSS clamping pour tunnels réseau
- Ajouter traductions anglaises complètes pour nouveau contenu
- Corriger formatage Markdown dans articles blog
- Réorganiser structure fichiers pour meilleure lisibilité
- Mettre à jour liens internes et références
Added info admonition blocks to both FR and EN versions documenting the final decision to partition NVMe drives (300GB LINSTOR + 200GB local-lvm) instead of using the Python script approach. Includes rationale and forward reference to upcoming NFS HA implementation article.
Document the challenges encountered when attempting to provision VMs on LINSTOR DRBD storage using OpenTofu/Terraform with the Proxmox provider. Explain LINSTOR's architectural limitation regarding dynamic resource definition creation and explore four potential solutions: pre-creation script, manual creation, NVMe partitioning, or Ceph migration.
- Install docusaurus-plugin-image-zoom for interactive image zoom
- Display PNG diagrams with zoom capability
- Add PDF download links below each diagram
- Keep both PNG (for display) and PDF (for download) versions
- Update both French and English documentation pages
- Replace PNG images with PDF viewers like in Projets OpenClassrooms
- Allows users to zoom and view diagram details directly on page
- Copy original PDF files back to static/img/diagrams/
- Remove PNG image files
- Update both French and English documentation pages
Add WOL relay, VPN server, and DNS/PiHole to the list of initial homelab projects. Consolidate audio services (Bluetooth, AirPlay, UPnP) on a single line for better readability.
- Add blog post about choosing distributed storage for Proxmox HA cluster
- Add Forgejo link to navbar
- Complete EN blog translation (welcome post, authors.yml)
- Add English translations for presentation page and homepage
- Remove project numbers (P02-P13) from OpenClassrooms project titles
- Convert category pages to show content with DocCardList component
- Fix broken links to category pages
- Add all project documentation pages in French and English
- Include PDF viewers for presentations and documents (P10, P12)
- Add collapsible sections for scripts and logs (P10)
- Add static assets for all projects
- Update sidebars with new projets-openclassrooms category
- Add npm start:en script for testing English locale
- Add language switcher to navbar for bilingual site (FR/EN)
- Remove intro page, use presentation as entry point
- Add example pages to all documentation categories
- Configure categories with generated-index for page listings
- Update footer and homepage links to reference presentation
- Enhance configuration with best practices:
- Add metadata and SEO keywords
- Enable RSS/Atom feeds for blog
- Configure sitemap generation
- Add syntax highlighting for YAML, HCL, Docker
- Enable Mermaid diagram support
- Configure table of contents settings
- Respect user color scheme preferences
- Add last update metadata to docs
- Fix deprecated onBrokenMarkdownLinks configuration
- Create bilingual example pages with practical code examples
- Update all i18n translations for consistency
This update brings the site in line with Docusaurus 3.x best practices
and provides a solid foundation for documentation growth.