-
Notifications
You must be signed in to change notification settings - Fork 5
Merge migration to astro #65
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
Conversation
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
- Remove Nuxt-specific files and configurations - Add Astro configuration and components - Update dependencies - Implement new UI components and layouts Note: Partial migration of the home page with aesthetic and responsive components; there are changes in the development tools.
…hooks Feature: Add lefthook to handle pre-commit hooks
- Implement new learning page layout with resizable editor and content panes - Add MDX content integration for tutorials and lessons - Create sidebar store for managing navigation state - Replace custom icons with Tabler icons - Update dependencies to support MDX and state management
refactor: footer styles
… and removing unnecessary height from article
cambiando estilos learning view page
-Update biome dependencies and configuration to version 2.3.0 Add tailwind directives support in biome css parser -Refactor global.css to use theme variables and remove biome ignore comment
-Update global CSS variables to use theme-based naming for better consistency -Replace inline CSS variable references with new theme variables across components -Standardize color and styling references throughout the application
- Merge lessons and tutorials into a single content directory - Update content.config.ts to handle unified content structure - Add slug field to Frontmatter interface for better routing - Implement dynamic routing for content pages - Update NavButtons component to use nextPath and previousPath props - Modify Hero component to link to first tutorial by slug - Remove deprecated learning.astro page
feat: dynamically generate sidebar
Soluciona issue #37: agregue alias de rutas
fix: solucion de issue #34: modificar layout grid
- Replace SVG and PNG assets with WebP versions for better performance - Update image imports to use astro:assets for optimized loading - Remove unused public assets and reorganize image directory structure - Add @fontsource/poppins dependency for local font loading - Improve accessibility with proper alt texts and aria labels
…gfeat: Add Rust autocompletion support and create Playground component
mejoras de diseño responsivo y semántica
refactor: migración a componentes Astro y editor interactivo mejorado
Wilovy09
reviewed
Jan 20, 2026
Member
Wilovy09
left a comment
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.
nice
Wilovy09
approved these changes
Jan 20, 2026
Member
Wilovy09
left a comment
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.
👍
ArturoAtomplay
approved these changes
Jan 20, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Gracias a todos los que colaboraron oficialmente en esta migracion