ohif-viewer/platform/docs
2023-07-20 15:50:41 +00:00
..
docs feat(DataSource): Allow for dynamic data source configuration and creation (#3543) 2023-07-20 11:43:05 -04:00
src chore(version): update cs3d version and add iframe documentation (#3474) 2023-06-20 10:26:05 -04:00
static feat: Add mode validity for the base viewer (#2525) 2021-08-30 09:36:05 -04:00
versioned_docs chore(version): update cs3d version and add iframe documentation (#3474) 2023-06-20 10:26:05 -04:00
versioned_sidebars chore(version): update cs3d version and add iframe documentation (#3474) 2023-06-20 10:26:05 -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 chore(version): update cs3d version and add iframe documentation (#3474) 2023-06-20 10:26:05 -04:00
netlify.toml fix(local): should use dicomlocal for localbasic (#3397) 2023-05-17 12:45:06 -04:00
package.json chore(version): Update package versions [skip ci] 2023-07-20 15:50:41 +00:00
pluginOHIFWebpackConfig.js docs: Remove UI components for now, we will use Storybook instead later. Clean up links and introduction. (#2520) 2021-08-24 17:53: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
tailwind.config.js feat(ViewportActionBar and CinePlayer): Add new design for action bar and cine player (#3204) 2023-02-28 15:57:19 -05:00
versions.json chore(version): update cs3d version and add iframe documentation (#3474) 2023-06-20 10:26:05 -04:00
versionsArchived.json chore(build): try to build demo and docs (#3434) 2023-06-06 13:34:26 -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.