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",