zrok/website
Michael Quigley eda30080bb
Merge pull request #673 from openziti/snyk-upgrade-5457de1c991077906eaea19132c10ba9
[Snyk] Upgrade @mdx-js/react from 3.0.0 to 3.0.1 (website)
2024-06-24 12:47:08 -04:00
..
src
static
.gitignore
.nvmrc
algolia-crawler-config.js
babel.config.js
docusaurus.config.js
package-lock.json Merge pull request #673 from openziti/snyk-upgrade-5457de1c991077906eaea19132c10ba9 2024-06-24 12:47:08 -04:00
package.json Merge pull request #673 from openziti/snyk-upgrade-5457de1c991077906eaea19132c10ba9 2024-06-24 12:47:08 -04:00
README.md
sidebars.js
vercel.json

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.