Remove unwanted commented-out text and files

This commit is contained in:
Tony Garnock-Jones 2022-10-12 13:29:51 +02:00
parent e9001bece7
commit df6797cc94
3 changed files with 0 additions and 31 deletions

View File

@ -1 +0,0 @@
# Overview

View File

@ -17,30 +17,6 @@ Linux's Unix heritage.
- Project homepage: <https://synit.org/>
- Source code: <https://git.syndicate-lang.org/synit/>
<!--
## Who should read these pages
These pages present information about Synit for a few different audiences.
- To learn more about Synit and its foundations, you can read
- an overview of its [architecture](./architecture.md),
- [installation instructions](./install.md) for the system, and
- an extensive [project glossary](./glossary.md).
- For information on how to configure and use a Synit system, see the [User and Administration
Guide](./operation/index.md), a nascent system handbook for Synit.
- To learn about writing programs that integrate into Synit, see the [Programming Guide and
Reference](./guide/index.md).
- Finally, the section on [Specifications and Theory](./theory/index.md) digs deeper into some
of the concepts underpinning Synit's architecture. This is also the section where you will
find formal specification of the various protocols and data structures that make Synit
interesting.
-->
## Quickstart
If you have a mobile phone or computer capable of running

View File

@ -1,6 +0,0 @@
# Specifications and Theory
TODO: intro
- [Syndicated Actor Model](../syndicated-actor-model.md)
- [Protocol](../protocol.md)