Add es/ prefix to Spanish file paths to avoid route collisions

This commit is contained in:
dobleuber
2025-03-03 20:59:55 -05:00
parent ffd0555a5a
commit cf91244de6
12 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Un Binario Rust Autónomo" title = "Un Binario Rust Autónomo"
weight = 1 weight = 1
path = "freestanding-rust-binary" path = "es/freestanding-rust-binary"
date = 2018-02-10 date = 2018-02-10
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Un Kernel Mínimo en Rust" title = "Un Kernel Mínimo en Rust"
weight = 2 weight = 2
path = "minimal-rust-kernel" path = "es/minimal-rust-kernel"
date = 2018-02-10 date = 2018-02-10
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Modo de Texto VGA" title = "Modo de Texto VGA"
weight = 3 weight = 3
path = "modo-texto-vga" path = "es/modo-texto-vga"
date = 2018-02-26 date = 2018-02-26
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Pruebas" title = "Pruebas"
weight = 4 weight = 4
path = "testing" path = "es/testing"
date = 2019-04-27 date = 2019-04-27
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Excepciones de CPU" title = "Excepciones de CPU"
weight = 5 weight = 5
path = "cpu-exceptions" path = "es/cpu-exceptions"
date = 2018-06-17 date = 2018-06-17
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Excepciones de Doble Fallo" title = "Excepciones de Doble Fallo"
weight = 6 weight = 6
path = "double-fault-exceptions" path = "es/double-fault-exceptions"
date = 2018-06-18 date = 2018-06-18
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Interrupciones de Hardware" title = "Interrupciones de Hardware"
weight = 7 weight = 7
path = "hardware-interrupts" path = "es/hardware-interrupts"
date = 2018-10-22 date = 2018-10-22
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Introducción a la Paginación" title = "Introducción a la Paginación"
weight = 8 weight = 8
path = "paging-introduction" path = "es/paging-introduction"
date = 2019-01-14 date = 2019-01-14
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Implementación de Paginación" title = "Implementación de Paginación"
weight = 9 weight = 9
path = "implementacion-de-paginacion" path = "es/implementacion-de-paginacion"
date = 2019-03-14 date = 2019-03-14
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Asignación en el Heap" title = "Asignación en el Heap"
weight = 10 weight = 10
path = "heap-allocation" path = "es/heap-allocation"
date = 2019-06-26 date = 2019-06-26
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Diseños de Allocadores" title = "Diseños de Allocadores"
weight = 11 weight = 11
path = "allocator-designs" path = "es/allocator-designs"
date = 2020-01-20 date = 2020-01-20
[extra] [extra]

View File

@@ -1,7 +1,7 @@
+++ +++
title = "Async/Aait" title = "Async/Aait"
weight = 12 weight = 12
path = "async-await" path = "es/async-await"
date = 2020-03-27 date = 2020-03-27
[extra] [extra]