-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroot.toml
21 lines (16 loc) · 971 Bytes
/
root.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[content]
"Primeiro ano" = { separator = true }
"Fundamentos da Programação" = { include = "./1ano1/FP/map.toml" }
"Introdução as tecnologias web" = { include = "./1ano1/ITW/map.toml" }
"Modelação e análise de sistemas" = { include = "./1ano1/MAS/map.toml" }
"Álgebra Linear e Geometria Analítica" = { include = "./1ano1/Alga.toml" }
"Cálculo I" = { include = "./1ano1/CalcI.toml" }
"Cálculo II" = { include = "./1ano2/CalcII.toml" }
"Matemática Discreta" = { include = "./1ano2/MD.toml" }
"Modelação de Sistemas Físicos" = { include = "./1ano2/MSF/map.toml" }
"Introdução à Arquitetura de Computadores" = { include = "./1ano2/IAC/map.toml" }
"Programação Orientada a Objetos" = { include = "./1ano2/POO/map.toml" }
"Segundo ano" = { separator = true }
"Algoritmos e Estruturas de Dados" = { include = "./2ano1/AED/map.toml" }
"Redes e Serviços" = { include = "./2ano1/RS/map.toml" }
"Sistemas Multimédia" = { include = "./2ano1/SM/map.toml" }