diff --git a/docs/README.md b/docs/README.md index a3affcb..768783f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) @@ -9,6 +10,13 @@ - [The Canvas](#core-concepts-the-canvas) - [Formatters](#core-concepts-formatters) +--- + +## 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) + --- ## Project Architecture