From a8b2dd6574c449ce7badf8aa3bcac49bbf97b715 Mon Sep 17 00:00:00 2001 From: cpojer Date: Mon, 3 Dec 2018 11:08:36 +0900 Subject: [PATCH] Add Jest Architecture overview to docs. --- docs/Architecture.md | 8 ++++++++ website/sidebars.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/Architecture.md diff --git a/docs/Architecture.md b/docs/Architecture.md new file mode 100644 index 000000000000..f069ea953eb7 --- /dev/null +++ b/docs/Architecture.md @@ -0,0 +1,8 @@ +--- +id: architecture +title: Architecture +--- + +If you are interested in learning more about how Jest works, what the architecture behind the framework is, and how Jest is split up into individual reusable packages, check out this video: + + diff --git a/website/sidebars.json b/website/sidebars.json index 48473e031983..c8fb58c869e7 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -23,7 +23,8 @@ "tutorial-jquery", "watch-plugins", "migration-guide", - "troubleshooting" + "troubleshooting", + "architecture" ], "Framework Guides": [ "tutorial-react",