Skip to content

Commit 04fd615

Browse files
committed
Adjust menus
1 parent 5ae447e commit 04fd615

2 files changed

Lines changed: 20 additions & 58 deletions

File tree

config/_default/menus.en.yaml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,23 @@ main:
1515
pageRef: "blog"
1616
weight: 100
1717

18-
- name: "Programming"
19-
pageRef: "programming"
18+
- name: "Trainings"
2019
weight: 200
2120

22-
- name: "Introduction to Programming"
23-
parent: "Programming"
24-
pageRef: "programming/intro"
21+
- name: "Programming"
22+
parent: "Trainings"
23+
pageRef: "programming"
2524
weight: 201
2625

27-
- name: "Starting Concepts"
28-
parent: "Programming"
29-
pageRef: "programming/starting-concepts"
30-
weight: 202
31-
32-
- name: "Object-Oriented Programming"
33-
parent: "Programming"
34-
pageRef: "programming/oop"
35-
weight: 203
36-
37-
- name: "Data Structures"
38-
parent: "Programming"
39-
pageRef: "programming/data-structures"
40-
weight: 204
41-
42-
- name: "Software Engineering"
43-
pageRef: "software-engineering"
44-
weight: 300
26+
# - name: "Software Engineering"
27+
# parent: "Trainings"
28+
# pageRef: "software-engineering"
29+
# weight: 202
4530

4631
# - name: "Artificial Intelligence"
32+
# parent: "Trainings"
4733
# pageRef: "artificial-intelligence"
48-
# weight: 400
34+
# weight: 203
4935

5036
# -- Footer Menu --
5137
# The footer menu is displayed at the bottom of the page, just before

config/_default/menus.es.yaml

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,47 +15,23 @@ main:
1515
pageRef: "blog"
1616
weight: 100
1717

18-
- name: "Programación"
19-
pageRef: "programming"
18+
- name: "Cursos"
2019
weight: 200
2120

22-
- name: "Introducción a la Programación"
23-
parent: "Programación"
24-
pageRef: "programming/intro"
21+
- name: "Programación"
22+
parent: "Cursos"
23+
pageRef: "programming"
2524
weight: 201
2625

27-
- name: "Conceptos Iniciales"
28-
parent: "Programación"
29-
pageRef: "programming/starting-concepts"
30-
weight: 202
31-
32-
- name: "Programación Orientada a Objetos"
33-
parent: "Programación"
34-
pageRef: "programming/oop"
35-
weight: 203
36-
37-
- name: "Estructuras de Datos"
38-
parent: "Programación"
39-
pageRef: "programming/data-structures"
40-
weight: 204
41-
42-
- name: "Ingeniería de Software"
43-
pageRef: "software-engineering"
44-
weight: 300
26+
# - name: "Ingeniería de Software"
27+
# parent: "Cursos"
28+
# pageRef: "software-engineering"
29+
# weight: 202
4530

4631
- name: "Inteligencia Artificial"
32+
parent: "Cursos"
4733
pageRef: "ai"
48-
weight: 400
49-
50-
- name: "Fundamentos de IA para Programadores"
51-
parent: "Inteligencia Artificial"
52-
pageRef: "ai/module1"
53-
weight: 401
54-
55-
- name: "Matemática para Machine Learning"
56-
parent: "Inteligencia Artificial"
57-
pageRef: "ai/module2"
58-
weight: 402
34+
weight: 203
5935

6036
# -- Footer Menu --
6137
# The footer menu is displayed at the bottom of the page, just before

0 commit comments

Comments
 (0)