mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
feat: add descriptive notes to courses
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
20ab8606a4
commit
26741e96d0
1 changed files with 5 additions and 5 deletions
|
@ -116,35 +116,35 @@ const config = {
|
|||
type: "doc",
|
||||
docId: "ib002-intro",
|
||||
position: "left",
|
||||
label: "IB002",
|
||||
label: "IB002: Algorithms",
|
||||
},
|
||||
// {
|
||||
// type: "doc",
|
||||
// docId: "ib015-intro",
|
||||
// docsPluginId: "ib015",
|
||||
// position: "left",
|
||||
// label: "IB015",
|
||||
// label: "IB015: Non-imperative programming",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// docId: "ib110-intro",
|
||||
// docsPluginId: "ib110",
|
||||
// position: "left",
|
||||
// label: "IB110",
|
||||
// label: "IB110: Introduction to informatics",
|
||||
// },
|
||||
{
|
||||
type: "doc",
|
||||
docId: "pb071-intro",
|
||||
docsPluginId: "pb071",
|
||||
position: "left",
|
||||
label: "PB071",
|
||||
label: "PB071: C",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
docId: "pb161-intro",
|
||||
docsPluginId: "pb161",
|
||||
position: "left",
|
||||
label: "PB161",
|
||||
label: "PB161: C++",
|
||||
},
|
||||
{
|
||||
href: "https://gitlab.fi.muni.cz/xfocko/fi",
|
||||
|
|
Loading…
Reference in a new issue