From 513ad2aa7c6a56c16b046ef72a2cee121f9a7e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Costin=20Caraba=C8=99?= Date: Thu, 12 Oct 2023 18:05:01 +0300 Subject: [PATCH] Fixes compiling issues --- .../lab/content/observer/observer.md | 0 .../introduction/lab/content/wallet/wallet.md | 0 config.yaml | 16 ++-------------- 3 files changed, 2 insertions(+), 14 deletions(-) create mode 100644 chapters/introduction/lab/content/observer/observer.md create mode 100644 chapters/introduction/lab/content/wallet/wallet.md diff --git a/chapters/introduction/lab/content/observer/observer.md b/chapters/introduction/lab/content/observer/observer.md new file mode 100644 index 00000000..e69de29b diff --git a/chapters/introduction/lab/content/wallet/wallet.md b/chapters/introduction/lab/content/wallet/wallet.md new file mode 100644 index 00000000..e69de29b diff --git a/config.yaml b/config.yaml index b8005c32..9a783708 100644 --- a/config.yaml +++ b/config.yaml @@ -79,26 +79,14 @@ docusaurus: - ../../media/ - ../../quiz/ subsections: - - Time in Blockchain/: time.md - - Blocks/: blocks.md - - Transactions/: transactions.md - - Leader/: leader.md - - Consensus Grup/: consensus.md - - Validators/: validators.md - - Observers/: observers.md + - Observer/: observer.md - Wallet: path: chapters/introduction/lab/content/wallet extra: - ../../media/ - ../../quiz/ subsections: - - Time in Blockchain/: time.md - - Blocks/: blocks.md - - Transactions/: transactions.md - - Leader/: leader.md - - Consensus Grup/: consensus.md - - Validators/: validators.md - - Observers/: observers.md + - Wallet/: wallet.md - Basic Peer-to-Peer Blockchain: path: chapters/template-chapter/yet-another-topic/ subsections: