Skip to content

Commit 422a21e

Browse files
committed
adds feedback link to all classes
1 parent f8c4df0 commit 422a21e

File tree

10 files changed

+21
-12
lines changed

10 files changed

+21
-12
lines changed

Diff for: 01 - Introducción a la Programación/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 1",
66
"order": 1
7-
}
7+
},
8+
"feedbackID": "01 - Introducción a la Programación"
89
}

Diff for: 02 - Variables y Tipos de Datos/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 2",
66
"order": 2
7-
}
7+
},
8+
"feedbackID": "02 - Variables y Tipos de Datos"
89
}

Diff for: 03 - Flujos de Control/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 3",
66
"order": 3
7-
}
7+
},
8+
"feedbackID": "03 - Flujos de Control"
89
}

Diff for: 04 - Estructuras de datos/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 4",
66
"order": 4
7-
}
7+
},
8+
"feedbackID": "04 - Estructuras de datos"
89
}

Diff for: 05 - Iteradores e Iterables/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 5",
66
"order": 5
7-
}
7+
},
8+
"feedbackID": "05 - Iteradores e Iterables"
89
}

Diff for: 06 - Funciones/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 6",
66
"order": 6
7-
}
7+
},
8+
"feedbackID": "06 - Funciones"
89
}

Diff for: 07 - Classes & OOP/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 7",
66
"order": 7
7-
}
7+
},
8+
"feedbackID": "07 - Classes y OOP"
89
}

Diff for: 08 - Error Handling/README.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"eleventyNavigation": {
55
"key": "Clase 8",
66
"order": 8
7-
}
8-
}
7+
},
8+
"feedbackID": "08 - Error Handling"
9+
}

Diff for: 09 - Entrada-Salida y Manejo de Archivos/README.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"eleventyNavigation": {
55
"key": "Clase 9",
66
"order": 9
7-
}
7+
},
8+
"feedbackID": "09 - Entrada-Salida y Manejo de Archivos"
89
}
910

Diff for: _src/data/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"repoTitle": "Titulo del repo",
3-
"airtableFormId": "hash del formulario Airtable"
2+
"repoTitle": "Python - Prep Course",
3+
"airtableFormId": "shra8F6NjMaKPeNgc"
44
}

0 commit comments

Comments
 (0)