Create export-static-html.md

This commit is contained in:
Robert Wallach
2018-04-26 12:52:29 -05:00
committed by GitHub
parent 56d3e25453
commit 2439834dbc

View File

@@ -0,0 +1,34 @@
# Export Static HTML & CSS
![Export 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 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)