Publish Content with Docusaurus
You can deliver content from the Content Library to a Docusaurus-built site hosted on Netlify or to generate a static Docusaurus site that you can preview locally and deploy on your own.
Netlify is an easy to use hosting service. For more information, see netlify.com.
In the Key Assets Section, the following links are provided:
- full_project.zip
- Useful if you want to develop your own Docusaurus template.
- build.zip
- Useful if you want to preview the Docusaurus static site locally or deploy the site on your own.
- netlify.app
- Useful if you deployed the Docusaurus static site to
Netlify and you want to preview it.Warning: If you change the site name on Netlify, the link to the site in the Publish Window will not update. This will lead to sites in affected publish records showcasing an error message rather than your Netlify site.
If you deployed content to Netlify as part of the publish:
- For a map that was not deployed to Netlify yet, a new site is created.
- For a map that was already deployed to Netlify, the site is updated.
- If you deployed content to Netlify, ensure that your updates produced expected results.
- If you want to manually deploy content to Netlify, see Manually Deploy a Docusaurus Site.
- If you want to locally preview a static Docusaurus site, see Locally Preview a Docusaurus Static Site.
Locally Preview a Docusaurus Static Site
You can host the Docusaurus output on a local web server to preview it.
- Install Node.js. For more information, see https://nodejs.org.
- Publish a static site by using a Docusaurus scenario, see Publish Content with Docusaurus.
Manually Deploy a Docusaurus Site
You can manually deploy a static site to Netlify or a similar static site hosting provider.