From 1562bbbc720c878ec7c87ce956c96afe551d6640 Mon Sep 17 00:00:00 2001 From: Fred Every Date: Fri, 17 Aug 2018 16:48:23 +0200 Subject: [PATCH 1/2] #25 - Add deep dive articles to development docs --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README.md b/docs/README.md index a3affcb..24e79c4 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 From 90e4c619a29217c2e8f1f8f04239248498877d56 Mon Sep 17 00:00:00 2001 From: Fred Every Date: Fri, 17 Aug 2018 16:50:03 +0200 Subject: [PATCH 2/2] #25 - Markdown syntax fix --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 24e79c4..768783f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,8 +14,8 @@ ## 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) +- [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) ---