Amélioration i18n et navigation catégories

- 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
This commit is contained in:
Tellsanguis 2025-11-22 18:07:34 +01:00
parent ed989ff004
commit 816e50ae84
25 changed files with 282 additions and 88 deletions

View file

@ -38,15 +38,21 @@ The documentation details:
## Advantages of This Approach
Simple to set up and maintain
Ansible enables complete automation
Docker Compose facilitates service management
Reproducible and versioned with Git
- Simple to set up and maintain
- Ansible enables complete automation
- Docker Compose facilitates service management
- Reproducible and versioned with Git
## Limitations
Limited scalability
No native high availability
Manual orchestration for certain tasks
- Limited scalability
- No native high availability
- Manual orchestration for certain tasks
These limitations motivate the evolution towards Kubernetes (see "Future Homelab" section).
## Articles
import DocCardList from '@theme/DocCardList';
<DocCardList />