From df6797cc94b8a1ed1465d7bd7eafec4372dedecd Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 12 Oct 2022 13:29:51 +0200 Subject: [PATCH] Remove unwanted commented-out text and files --- src/guide/index.md | 1 - src/introduction.md | 24 ------------------------ src/theory/index.md | 6 ------ 3 files changed, 31 deletions(-) delete mode 100644 src/guide/index.md delete mode 100644 src/theory/index.md diff --git a/src/guide/index.md b/src/guide/index.md deleted file mode 100644 index 07dd0c5..0000000 --- a/src/guide/index.md +++ /dev/null @@ -1 +0,0 @@ -# Overview diff --git a/src/introduction.md b/src/introduction.md index e4fc8c3..6db96ca 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -17,30 +17,6 @@ Linux's Unix heritage. - Project homepage: - Source code: - - ## Quickstart If you have a mobile phone or computer capable of running diff --git a/src/theory/index.md b/src/theory/index.md deleted file mode 100644 index 9b02ae0..0000000 --- a/src/theory/index.md +++ /dev/null @@ -1,6 +0,0 @@ -# Specifications and Theory - -TODO: intro - - - [Syndicated Actor Model](../syndicated-actor-model.md) - - [Protocol](../protocol.md)