- 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
55 lines
2 KiB
JSON
55 lines
2 KiB
JSON
{
|
|
"theme.NotFound.title": {
|
|
"message": "Page Not Found"
|
|
},
|
|
"theme.NotFound.p1": {
|
|
"message": "We could not find what you were looking for."
|
|
},
|
|
"theme.NotFound.p2": {
|
|
"message": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken."
|
|
},
|
|
"homepage.title": {
|
|
"message": "Home",
|
|
"description": "The homepage title"
|
|
},
|
|
"homepage.tagline": {
|
|
"message": "Research and reflections on technical challenges",
|
|
"description": "The homepage tagline"
|
|
},
|
|
"homepage.description": {
|
|
"message": "Technical blog to document my research and reflections on technical challenges",
|
|
"description": "The homepage meta description"
|
|
},
|
|
"homepage.discoverDocs": {
|
|
"message": "Discover the documentation",
|
|
"description": "The homepage button to discover the documentation"
|
|
},
|
|
"homepage.readBlog": {
|
|
"message": "Read the blog",
|
|
"description": "The homepage button to read the blog"
|
|
},
|
|
"homepage.feature1.title": {
|
|
"message": "Technical Documentation",
|
|
"description": "Title of feature 1 (technical documentation) on the homepage"
|
|
},
|
|
"homepage.feature1.description": {
|
|
"message": "In-depth documentation of my projects and technical solutions.",
|
|
"description": "Description of feature 1 (technical documentation) on the homepage"
|
|
},
|
|
"homepage.feature2.title": {
|
|
"message": "Blog Posts",
|
|
"description": "Title of feature 2 (blog posts) on the homepage"
|
|
},
|
|
"homepage.feature2.description": {
|
|
"message": "Reflections and analysis on technical challenges encountered.",
|
|
"description": "Description of feature 2 (blog posts) on the homepage"
|
|
},
|
|
"homepage.feature3.title": {
|
|
"message": "Knowledge Sharing",
|
|
"description": "Title of feature 3 (knowledge sharing) on the homepage"
|
|
},
|
|
"homepage.feature3.description": {
|
|
"message": "Sharing experiences and solutions with the community.",
|
|
"description": "Description of feature 3 (knowledge sharing) on the homepage"
|
|
}
|
|
}
|