mirror of
https://github.com/mfocko/blog.git
synced 2024-11-21 20:43:48 +01:00
chore: add ib111
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
33419ca64f
commit
bca52fdc0e
2 changed files with 13 additions and 1 deletions
|
@ -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",
|
||||
|
|
5
ib111/00-intro-ib111.md
Normal file
5
ib111/00-intro-ib111.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
id: ib111-intro
|
||||
title: Introduction
|
||||
slug: /
|
||||
---
|
Loading…
Reference in a new issue