diff --git a/docs/_config.yml b/docs/_config.yml
deleted file mode 100644
index 7b4f12bb..00000000
--- a/docs/_config.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-title: Atomic Red Team
-description: |
- Atomic Red Team is a library of simple tests that every security team can execute to test their defenses. Tests are
- focused, have few dependencies, and are defined in a structured format that can be used by automation frameworks.
-show_downloads: true
-google_analytics:
-theme: jekyll-theme-cayman
-github:
- is_project_page: true
- repository_url: https://github.com/redcanaryco/atomic-red-team
- repository_name: Atomic Red Team
- owner_name: Red Canary
- owner_url: https://github.com/redcanaryco
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
deleted file mode 100644
index 28c34993..00000000
--- a/docs/_layouts/default.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-Thanks to [Tim Malcomvetter](https://medium.com/@malcomvetter/red-team-use-of-mitre-att-ck-f9ceac6b3be2)
-and [Tim McGuffin](https://www.twitter.com/NotMedic) for their idea!
-
-
diff --git a/docs/atomictestharnesses.md b/docs/atomictestharnesses.md
deleted file mode 100644
index a5f4cee3..00000000
--- a/docs/atomictestharnesses.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: default
----
-
-# AtomicTestHarnesses
-
-AtomicTestHarnesses is a PowerShell module that simulates multiple variations
-of a single attack technique.
-
-## Complexity reduced
-
-The exact details of a technique can vary from attack to attack.
-With AtomicTestHarnesses, you can test for multiple variations of an attack at
-once.
-
-## Validated testing
-
-AtomicTestHarnesses includes a suite of Pester tests to help you validate your
-telemetry, so you can stop worrying and get back to testing.
-
-## Download AtomicTestHarnesses
-
-Visit the [AtomicTestHarnesses GitHub repository](https://github.com/redcanaryco/atomictestharnesses)
-for installation instructions, usage guides, and more.
diff --git a/docs/chainreactor.md b/docs/chainreactor.md
deleted file mode 100644
index 712e95ad..00000000
--- a/docs/chainreactor.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: default
----
-
-# Chain Reactor
-
-Chain Reactor is a tool for testing detection and response coverage on Linux
-machines.
-
-## Portable testing for Linux
-
-Chain Reactor creates executables that can perform sequences of
-actions like process creation and network connection. Compile your tests once
-and run them on as many machines as you need!
-
-## Customizable test files
-
-Customizing your tests is as easy as editing a JSON file. Specify a list of
-behaviors and let Chain Reactor do the heavy lifting.
-
-## Download Chain Reactor
-
-You can download Chain Reactor directly from the [GitHub repository](https://github.com/redcanaryco/chain-reactor).
-Want to learn more about configuring and executing tests? Read the
-[Getting started](https://github.com/redcanaryco/chain-reactor/wiki/Getting-started.md)
-page of the wiki.
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index 49bfd063..00000000
--- a/docs/index.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-layout: default
----
-
-# Meet the Atomic Family
-
-The Atomic Family makes it easier than ever to mount an effective defense
-against malicious activity.
-
-## Atomic Red Team
-
-A library of simple, focused tests mapped to the MITRE ATT&CKĀ® matrix. Each
-test runs in five minutes or less, and many tests come with easy-to-use
-configuration and cleanup commands.
-
-## Invoke-Atomic
-
-A PowerShell-based framework for developing and executing atomic tests. With
-PowerShell Core, security teams can execute tests across multiple platforms and
-over a network.
-
-## AtomicTestHarnesses
-
-A PowerShell module for executing many variations of an attack technique at
-once. AtomicTestHarnesses also includes tests to validate test execution and
-telemetry.
-
-## Chain Reactor
-
-A tool for testing detection and response coverage on Linux machines. Chain
-Reactor produces customizable executables that simulate sequences of actions
-like process creation and network connection.
-
-# Join the community
-
-Stay connected by joining our
-[Slack workspace](https://slack.atomicredteam.io/).
-
-Subscribe to the [Red Canary blog](https://redcanary.com/blog/) for tips,
-tricks, and updates.
diff --git a/docs/invokeatomic.md b/docs/invokeatomic.md
deleted file mode 100644
index 0715a684..00000000
--- a/docs/invokeatomic.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-layout: default
----
-
-# Invoke-Atomic
-
-Invoke-Atomic is a PowerShell-based framework for developing and executing
-Atomic Red Team tests.
-
-## Cross-platform support
-
-Invoke-Atomic runs anywhere PowerShell Core runs. Test on Windows, macOS, and
-Linux with minimal configuration!
-
-## Testing at a distance
-
-With Invoke-Atomic, you can execute tests remotely across a network.
-
-## New tests made easily
-
-Invoke-Atomic's atomic GUI makes developing new tests as easy as filling out a
-form.
-
-## Download Invoke-Atomic
-
-Visit the [GitHub repository for Invoke-Atomic](https://github.com/redcanaryco/invoke-atomicredteam)
-for installation and usage instructions.