ohif-viewer/platform/docs
2021-07-02 08:51:10 -04:00
..
blog Initial docusaurus commit 2021-06-15 11:50:38 -04:00
docs feat: Add measurement tracking videos 2021-07-02 08:51:10 -04:00
src feat: Add measurement tracking user guide 2021-07-01 23:24:03 -04:00
static feat: Add footer styles 2021-06-22 21:02:14 -04:00
versioned_docs fix: broken links to navigate between pages 2021-07-01 17:41:04 -04:00
versioned_sidebars versioned docs v2 2021-06-15 19:12:47 -04:00
.gitignore Initial docusaurus commit 2021-06-15 11:50:38 -04:00
babel.config.js Initial docusaurus commit 2021-06-15 11:50:38 -04:00
docusaurus.config.js fix: broken links to navigate between pages 2021-07-01 17:41:04 -04:00
netlify.toml chore: Switch to monorepo setup for Netlify deploys 2021-06-16 13:52:56 -04:00
package.json feat: Add measurement tracking user guide 2021-07-01 23:24:03 -04:00
README.md Initial docusaurus commit 2021-06-15 11:50:38 -04:00
sidebars.js Initial docusaurus commit 2021-06-15 11:50:38 -04:00
versions.json versioned docs v2 2021-06-15 19:12:47 -04:00

Website

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

Installation

yarn install

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

GIT_USER=<Your GitHub username> USE_SSH=true 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.