File tree Expand file tree Collapse file tree
docs/website/src/content/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121Here are some helpful links:
2222
23- - [ Getting Started Guide] ( /en /guides/getting-started/)
24- - [ Project Structure] ( /en /guides/structure/)
25- - [ Features Checklist] ( /en /guides/features/)
23+ - [ Getting Started Guide] ( .. /guides/getting-started/)
24+ - [ Project Structure] ( .. /guides/structure/)
25+ - [ Features Checklist] ( .. /guides/features/)
2626- [ GitHub Repository] ( https://github.com/dallay/starter-gradle )
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ make test
4343
4444## Next Steps
4545
46- - Explore the [ Project Structure] ( /en/guides /structure/) to understand how files are organized.
47- - Check the [ Features Checklist] ( /en/guides /features/) for available functionalities.
48- - Learn about standard [ Development Procedures] ( /en/guides /development/) .
46+ - Explore the [ Project Structure] ( . /structure/) to understand how files are organized.
47+ - Check the [ Features Checklist] ( . /features/) for available functionalities.
48+ - Learn about standard [ Development Procedures] ( . /development/) .
Original file line number Diff line number Diff line change 2020
2121Aquí tienes algunos enlaces útiles:
2222
23- - [ Guía de Inicio Rápido] ( /es /guides/getting-started/)
24- - [ Estructura del Proyecto] ( /es /guides/structure/)
25- - [ Lista de Características] ( /es /guides/features/)
23+ - [ Guía de Inicio Rápido] ( .. /guides/getting-started/)
24+ - [ Estructura del Proyecto] ( .. /guides/structure/)
25+ - [ Lista de Características] ( .. /guides/features/)
2626- [ Repositorio en GitHub] ( https://github.com/dallay/starter-gradle )
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ make test
4848
4949## Siguientes Pasos
5050
51- - Explora la [ Estructura del Proyecto] ( /es/guides /structure/) para entender cómo están organizados los archivos.
52- - Consulta la [ Lista de Funcionalidades] ( /es/guides /features/) para conocer las capacidades disponibles.
53- - Aprende sobre los [ Procedimientos de Desarrollo] ( /es/guides /development/) estándar.
51+ - Explora la [ Estructura del Proyecto] ( . /structure/) para entender cómo están organizados los archivos.
52+ - Consulta la [ Lista de Funcionalidades] ( . /features/) para conocer las capacidades disponibles.
53+ - Aprende sobre los [ Procedimientos de Desarrollo] ( . /development/) estándar.
Original file line number Diff line number Diff line change 11# Lychee configuration file
22# See https://github.com/lycheeverse/lychee#configuration
33
4- # Root directory for resolving root-relative links
5- # This allows lychee to resolve links like /en/guides/getting-started/
6- root_dir = " docs/website/src/content/docs"
4+ # Note: root_dir is not set because it requires absolute paths.
5+ # Internal docs links are handled via exclude patterns below.
76
87# Exclude these URLs from link checking
98exclude = [
You can’t perform that action at this time.
0 commit comments