fix: ba_inf_2009 was missing rechnerarchitektur
This commit is contained in:
parent
72c70b74f9
commit
c100e3dba2
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
# Notenrechner
|
# Notenrechner
|
||||||
The Notenrechner is a Program that rechnes Noten
|
The Notenrechner is a Program that rechnes Noten
|
||||||
|
|
||||||
|
## Building
|
||||||
|
Run this command:
|
||||||
|
```
|
||||||
|
just build
|
||||||
|
```
|
||||||
|
The built website will be in `dist/`
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,10 @@ short = "is"
|
||||||
lp = 5
|
lp = 5
|
||||||
name = "Intelligente Systeme"
|
name = "Intelligente Systeme"
|
||||||
[[ba_inf_2009.module]]
|
[[ba_inf_2009.module]]
|
||||||
|
short = "ra"
|
||||||
|
lp = 10
|
||||||
|
name = "Rechnerarchitektur"
|
||||||
|
[[ba_inf_2009.module]]
|
||||||
short = "emi"
|
short = "emi"
|
||||||
lp = 5
|
lp = 5
|
||||||
name = "Einführung in die Medieninformatik"
|
name = "Einführung in die Medieninformatik"
|
||||||
|
|
Loading…
Add table
Reference in a new issue