Skip to content

Commit c1ce7d8

Browse files
authored
Merge pull request #47 from typecode/issue-25
#25 - Add deep dive articles to development docs
2 parents 6ef8ed9 + 90e4c61 commit c1ce7d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Typester Development
22

33
### TOC
4+
* [Deep Dive Articles](#deep-dive-articles)
45
* [Project Architecture](#project-architecture)
56
* [Core Concepts](#core-concepts)
67
- [Containers](#core-concepts-containers)
@@ -9,6 +10,13 @@
910
- [The Canvas](#core-concepts-the-canvas)
1011
- [Formatters](#core-concepts-formatters)
1112

13+
---
14+
<a id='deep-dive-articles'></a>
15+
## Deep Dive Articles
16+
For a deeper understanding of how the system is pieced together check out these articles:
17+
- [The Typester Series: Core](https://medium.com/typecode/the-typester-series-core-abc63affaef0)
18+
- [The Typester Series: Formatters](https://medium.com/typecode/the-typester-series-formatters-c9ed8f78424e)
19+
1220
---
1321
<a id='project-architecture'></a>
1422
## Project Architecture

0 commit comments

Comments
 (0)