From bca52fdc0e1557df73bac36ce76fad6ff407d311 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 5 Nov 2022 22:47:35 +0100 Subject: [PATCH] chore: add ib111 Signed-off-by: Matej Focko --- docusaurus.config.js | 9 ++++++++- ib111/00-intro-ib111.md | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 ib111/00-intro-ib111.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 54f61ca..b7d751a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,7 +53,7 @@ const config = { ], ], - plugins: ["ib002", "ib015", "ib110", "pb071", "pb161"].map(constructDocs), + plugins: ["ib002", "ib015", "ib110", "ib111", "pb071", "pb161"].map(constructDocs), stylesheets: [ { @@ -92,6 +92,13 @@ const config = { // position: "left", // label: "IB110: Introduction to informatics", // }, + // { + // type: "doc", + // docId: "ib111-intro", + // docsPluginId: "ib111", + // position: "left", + // label: "IB111: Foundations of programming", + // }, { type: "doc", docId: "pb071-intro", diff --git a/ib111/00-intro-ib111.md b/ib111/00-intro-ib111.md new file mode 100644 index 0000000..7f895d4 --- /dev/null +++ b/ib111/00-intro-ib111.md @@ -0,0 +1,5 @@ +--- +id: ib111-intro +title: Introduction +slug: / +---