chore: add ib111

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-11-05 22:47:35 +01:00
parent 33419ca64f
commit bca52fdc0e
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 13 additions and 1 deletions

View file

@ -53,7 +53,7 @@ const config = {
], ],
], ],
plugins: ["ib002", "ib015", "ib110", "pb071", "pb161"].map(constructDocs), plugins: ["ib002", "ib015", "ib110", "ib111", "pb071", "pb161"].map(constructDocs),
stylesheets: [ stylesheets: [
{ {
@ -92,6 +92,13 @@ const config = {
// position: "left", // position: "left",
// label: "IB110: Introduction to informatics", // label: "IB110: Introduction to informatics",
// }, // },
// {
// type: "doc",
// docId: "ib111-intro",
// docsPluginId: "ib111",
// position: "left",
// label: "IB111: Foundations of programming",
// },
{ {
type: "doc", type: "doc",
docId: "pb071-intro", docId: "pb071-intro",

5
ib111/00-intro-ib111.md Normal file
View file

@ -0,0 +1,5 @@
---
id: ib111-intro
title: Introduction
slug: /
---