mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +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",
|
type: "doc",
|
||||||
docId: "ib002-intro",
|
docId: "ib002-intro",
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "IB002",
|
label: "IB002: Algorithms",
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// type: "doc",
|
// type: "doc",
|
||||||
// docId: "ib015-intro",
|
// docId: "ib015-intro",
|
||||||
// docsPluginId: "ib015",
|
// docsPluginId: "ib015",
|
||||||
// position: "left",
|
// position: "left",
|
||||||
// label: "IB015",
|
// label: "IB015: Non-imperative programming",
|
||||||
// },
|
// },
|
||||||
// {
|
// {
|
||||||
// type: "doc",
|
// type: "doc",
|
||||||
// docId: "ib110-intro",
|
// docId: "ib110-intro",
|
||||||
// docsPluginId: "ib110",
|
// docsPluginId: "ib110",
|
||||||
// position: "left",
|
// position: "left",
|
||||||
// label: "IB110",
|
// label: "IB110: Introduction to informatics",
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
type: "doc",
|
type: "doc",
|
||||||
docId: "pb071-intro",
|
docId: "pb071-intro",
|
||||||
docsPluginId: "pb071",
|
docsPluginId: "pb071",
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "PB071",
|
label: "PB071: C",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "doc",
|
type: "doc",
|
||||||
docId: "pb161-intro",
|
docId: "pb161-intro",
|
||||||
docsPluginId: "pb161",
|
docsPluginId: "pb161",
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "PB161",
|
label: "PB161: C++",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://gitlab.fi.muni.cz/xfocko/fi",
|
href: "https://gitlab.fi.muni.cz/xfocko/fi",
|
||||||
|
|
Loading…
Reference in a new issue