Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Typester Development

### TOC
* [Deep Dive Articles](#deep-dive-articles)
* [Project Architecture](#project-architecture)
* [Core Concepts](#core-concepts)
- [Containers](#core-concepts-containers)
Expand All @@ -9,6 +10,13 @@
- [The Canvas](#core-concepts-the-canvas)
- [Formatters](#core-concepts-formatters)

---
<a id='deep-dive-articles'></a>
## Deep Dive Articles
For a deeper understanding of how the system is pieced together check out these articles:
- [The Typester Series: Core](https://medium.com/typecode/the-typester-series-core-abc63affaef0)
- [The Typester Series: Formatters](https://medium.com/typecode/the-typester-series-formatters-c9ed8f78424e)

---
<a id='project-architecture'></a>
## Project Architecture
Expand Down