You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 fix(docs): comprehensive documentation cleanup and correction
- Fixed corrupted UTF-8 emoji encoding across all language versions
- Recreated Portuguese CONTRIBUTING.md from 471 lines to clean 267 lines
- Recreated Portuguese STACKS.md with proper translation and structure
- Corrected ADR status from 'planned' to 'implemented' in PT/ES versions
- Fixed navigation links in Spanish README.md
- Standardized emoji usage across EN/PT/ES documentation
- Ensured consistency between all language versions
- Verified all technical references match actual codebase
BREAKING CHANGE: None
Fixes documentation encoding issues and content duplications
Copy file name to clipboardExpand all lines: docs/STACKS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
StackCode supports multiple technology stacks, each designed with best practices and optimal project structures. This document provides an overview of all **currently implemented** stacks based on the available templates in the core package.
4
4
5
-
## � Dependency Validation
5
+
## 🔍 Dependency Validation
6
6
7
7
StackCode automatically validates that all required tools for your chosen stack are installed before proceeding with project creation. This ensures a smooth setup experience and prevents common installation errors.
8
8
@@ -28,7 +28,7 @@ StackCode automatically validates that all required tools for your chosen stack
28
28
29
29
> **💡 Tip**: If you see dependency warnings, you can still create the project structure. You'll just need to install the dependencies manually afterward.
30
30
31
-
## �📋 Currently Available Stacks
31
+
## 📋 Currently Available Stacks
32
32
33
33
### Frontend Stacks
34
34
@@ -253,7 +253,7 @@ StackCode automatically validates that all required tools for your chosen stack
253
253
└── composer.json
254
254
```
255
255
256
-
## � Additional .gitignore Support
256
+
## 📁 Additional .gitignore Support
257
257
258
258
Beyond the main project templates, StackCode provides comprehensive `.gitignore` support for:
Copy file name to clipboardExpand all lines: docs/es/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
¡Bienvenido al hub de documentación de StackCode! Este directorio contiene documentación completa para desarrolladores, contribuidores y organizaciones que usan StackCode.
4
4
5
-
## � Navegación Rápida
5
+
## 📋 Navegación Rápida
6
6
7
7
### 🏗️ **Documentación Principal**
8
8
@@ -21,7 +21,7 @@
21
21
22
22
### 🌐 **Traducciones**
23
23
24
-
-**[🇪🇸 Español](es/)** - Documentación en español _(actual)_
24
+
-**[🇪🇸 Español](.)** - Documentación en español _(actual)_
25
25
-**[🇧🇷 Português (Brasil)](../pt-BR/)** - Documentação em português
26
26
-**[🇺🇸 English](../)** - English documentation _(original)_
27
27
@@ -43,7 +43,7 @@ Comienza aquí si quieres contribuir a StackCode:
43
43
2.[Guía de Arquitectura](ARCHITECTURE.md) - Entiende la base de código
44
44
3.[Directorio ADR](adr/) - Aprende sobre decisiones arquitecturales
45
45
46
-
### �**Para Organizaciones**
46
+
### 🏢**Para Organizaciones**
47
47
48
48
Comienza aquí si quieres desplegar StackCode internamente:
Copy file name to clipboardExpand all lines: docs/pt-BR/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Bem-vindo ao hub de documentação do StackCode! Este diretório contém documentação abrangente para desenvolvedores, contribuidores e organizações que usam o StackCode.
4
4
5
-
## � Navegação Rápida
5
+
## 📋 Navegação Rápida
6
6
7
7
### 🏗️ **Documentação Principal**
8
8
@@ -43,7 +43,7 @@ Comece aqui se você quer contribuir com o StackCode:
43
43
2.[Guia de Arquitetura](ARCHITECTURE.md) - Entenda a base de código
44
44
3.[Diretório ADR](adr/) - Aprenda sobre decisões arquiteturais
45
45
46
-
### �**Para Organizações**
46
+
### 🏢**Para Organizações**
47
47
48
48
Comece aqui se você quer implantar o StackCode internamente:
0 commit comments