-
Notifications
You must be signed in to change notification settings - Fork 0
feat(lab): complete EN translations for blog, docs and homepage #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f7f877e
feat(skills): redesign section with compact cards and detail modal
GMNAPI bce73b3
fix(skills): improve hover overlay progress bar contrast
GMNAPI f4ce2ce
feat(lab): blog, i18n es/en/fr, homepage
DevFBI b4f3717
Merge feature/lab-blog-i18n: blog, i18n es/en/fr
DevFBI b6fe784
fix(lab): use absolute paths in intro links for trailingSlash
DevFBI 619017c
fix(lab): absolute paths in intro for trailingSlash
DevFBI 3a07240
Merge intro link fix
DevFBI 2dc88c6
fix(lab): remove fr locale, set trailingSlash false for routing
DevFBI 7526cef
Merge lab: remove fr, trailingSlash false
DevFBI e080e3a
feat(lab): add complete EN translations for blog, docs and homepage
GMNAPI f77117a
style(skills): fix Prettier formatting in SkillModal
GMNAPI df2cea8
ci: remove uploadArtifacts from Lighthouse action to fix artifact API…
GMNAPI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| slug: bienvenida-al-blog-lab | ||
| title: Bienvenida al Blog de Lab | ||
| authors: [angel] | ||
| tags: [typescript, nextjs] | ||
| date: 2025-03-12 | ||
| --- | ||
|
|
||
| # Bienvenida al Blog de Lab | ||
|
|
||
| Bienvenido al blog técnico del Lab de DevPortfolio. Este espacio está pensado para compartir experimentos, aprendizajes y documentación de desarrollo. | ||
|
|
||
| ## ¿Qué encontrarás aquí? | ||
|
|
||
| - **Tutoriales** sobre tecnologías del stack actual (Next.js, TypeScript, Docusaurus) | ||
| - **Reflexiones** sobre arquitectura, patrones y buenas prácticas | ||
| - **Cómo hacer** (how-tos) y guías prácticas | ||
| - **Experimentos** con nuevas herramientas o enfoques | ||
|
|
||
| ## El stack del proyecto | ||
|
|
||
| El monorepo DevPortfolio combina: | ||
|
|
||
| - **Portfolio**: Next.js 15, React 19, Tailwind, Framer Motion | ||
| - **Lab**: Docusaurus 2.4 para documentación y este blog | ||
|
|
||
| Siéntete libre de explorar las [Guías](/docs/intro) para documentación más estructurada sobre arquitectura, i18n y testing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| facebook: | ||
| label: Facebook | ||
| permalink: /facebook | ||
| description: Facebook tag description | ||
| typescript: | ||
| label: TypeScript | ||
| permalink: /typescript | ||
| description: Artículos sobre TypeScript y tipado estático | ||
|
|
||
| hello: | ||
| label: Hello | ||
| permalink: /hello | ||
| description: Hello tag description | ||
| nextjs: | ||
| label: Next.js | ||
| permalink: /nextjs | ||
| description: Contenido sobre Next.js y React Server Components | ||
|
|
||
| docusaurus: | ||
| label: Docusaurus | ||
| permalink: /docusaurus | ||
| description: Docusaurus tag description | ||
| devops: | ||
| label: DevOps | ||
| permalink: /devops | ||
| description: CI/CD, Docker, despliegues y automatización | ||
|
|
||
| hola: | ||
| label: Hola | ||
| permalink: /hola | ||
| description: Hola tag description | ||
| clean-architecture: | ||
| label: Clean Architecture | ||
| permalink: /clean-architecture | ||
| description: Patrones, capas y estructura de proyectos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...lab/i18n/en/docusaurus-plugin-content-blog/2025-03-12-bienvenida-al-blog-lab.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| slug: bienvenida-al-blog-lab | ||
| title: Welcome to the Lab Blog | ||
| authors: [angel] | ||
| tags: [typescript, nextjs] | ||
| date: 2025-03-12 | ||
| --- | ||
|
|
||
| # Welcome to the Lab Blog | ||
|
|
||
| Welcome to the technical blog of the DevPortfolio Lab. This space is designed for sharing experiments, learnings, and development documentation. | ||
|
|
||
| ## What will you find here? | ||
|
|
||
| - **Tutorials** on technologies in the current stack (Next.js, TypeScript, Docusaurus) | ||
| - **Reflections** on architecture, patterns, and best practices | ||
| - **How-tos** and practical guides | ||
| - **Experiments** with new tools or approaches | ||
|
|
||
| ## The project stack | ||
|
|
||
| The DevPortfolio monorepo combines: | ||
|
|
||
| - **Portfolio**: Next.js 15, React 19, Tailwind, Framer Motion | ||
| - **Lab**: Docusaurus 2.4 for documentation and this blog | ||
|
|
||
| Feel free to explore the [Guides](/en/docs/intro) for more structured documentation on architecture, i18n, and testing. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
apps/lab/i18n/en/docusaurus-plugin-content-docs/current/guides/_category_.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "label": "Architecture Guides", | ||
| "position": 2, | ||
| "link": { | ||
| "type": "generated-index", | ||
| "description": "Detailed guides on Clean Architecture, Testing, and i18n in DevPortfolio." | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to the guides includes a hardcoded
/enlocale prefix. While this works, the recommended practice in Docusaurus is to use root-relative links (e.g.,/docs/intro). Docusaurus's i18n system is designed to automatically prepend the correct locale prefix based on the current language context. Relying on this automatic behavior improves maintainability and makes the content more robust against future changes to URL structures or locale configurations.