From 55df02017636e09e2cf7d5cf4f22acb88cc530a4 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Fri, 27 Apr 2018 10:43:32 -0500 Subject: [PATCH] Create export-static-html.md (#220) * Create export-static-html.md * Update export-static-html.md --- articles/hubs/export-static-html.md | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 articles/hubs/export-static-html.md diff --git a/articles/hubs/export-static-html.md b/articles/hubs/export-static-html.md new file mode 100644 index 0000000..1c1f4b9 --- /dev/null +++ b/articles/hubs/export-static-html.md @@ -0,0 +1,31 @@ +# Download Static HTML & CSS + +![Download Static HTML and CSS](https://github.com/stoplightio/docs/blob/develop/assets/gifs/export-static-html.gif?raw=true) + +> Requires a Pro Docs plan + +## What +If you would rather host your documentation outside of Stoplight's hosted servers, you can download a built version of your Hub. Downloading a build will produce a `.zip` containing all of the minified assets necessary to load your Hub. These assets will include HTML, JAvascript, CSS, and JSON files. + +## How to Download +1. Click the **Publish** icon on the far left toolbar +2. Select or create a **domain** +3. Choose a **Hub** or **OAS** file to create a build from +4. Click the **Build** button to start the build process. + +> If this is your first build, it will also publish to your selected domain + +5. Once your **Hub** has finished building, it will appear in the **Builds** section. Click the download icon to the right of the build +--- +**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) +