diff --git a/articles/hubs/export-static-html.md b/articles/hubs/export-static-html.md
new file mode 100644
index 0000000..b473692
--- /dev/null
+++ b/articles/hubs/export-static-html.md
@@ -0,0 +1,34 @@
+# Export Static HTML & CSS
+
+
+
+> Requires a Pro Docs plan
+
+## What
+If you want to host your documentation somewhere other than Stoplight, you can generate and download its Static HTML and CSS. The generated file will be a .zip file that has been minified to save space.
+
+## How
+1. Select the Hub you wish to export
+2. Click the **Publish** icon on the far left toolbar
+3. Select or create a **domain**
+
+### If New Domain
+1. **Build and Publish** your Hub
+2. Under **Builds** in the Publishing menu, click the download icon to the right of the Build you want to export
+
+### If Already Published
+1. Under **Builds** in the Publishing menu, click the download icon to the right of the Build you want to export
+
+---
+**Related Articles**
+- [Documentation with Hubs](/documentation/introduction)
+- [Routing](/documentation/getting-started/routing)
+- [Headers](/documentation/getting-started/header-footer)
+- [Pages](/documentation/getting-started/pages)
+- [Subpages](/documentation/getting-started/subpages)
+- [Blocks](/documentation/blocks)
+- [Referencing Other Data Sources](/documentation/referencing-other-data-sources)
+- [Publishing](/documentation/publishing)
+- [Theming](/documentation/design/theming)
+- [Custom CSS](/documentation/design/custom-css)
+