ohif-viewer/platform/docs
2024-06-26 02:30:49 +00:00
..
docs test(improve-setup): sharding configuration, allow accessing cornerstone methods and events in tests, and add types (#4255) 2024-06-25 10:16:51 -04:00
src fix(viewport): Reset viewport state and fix CINE looping, thumbnail resolution, and dynamic tool settings (#4037) 2024-04-16 11:04:48 -04:00
static feat: Add mode validity for the base viewer (#2525) 2021-08-30 09:36:05 -04:00
versioned_docs docs(faq, migrations, orthanc): Add FAQ for dynamic measurements, migration guides, and fix orthanc docker (#4217) 2024-06-08 08:52:03 -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
CHANGELOG.md chore(version): Update package versions [skip ci] 2024-06-26 02:30:49 +00:00
docusaurus.config.js chore(version): move to the next beta version [BUMP BETA] (#4072) 2024-04-29 13:00:14 -04:00
netlify.toml chore(build): try to publish to npm (#3675) 2023-09-25 23:13:43 -04:00
package.json chore(version): Update package versions [skip ci] 2024-06-26 02:30:49 +00:00
pluginOHIFWebpackConfig.js chore(prettier): full repo linting and code reformatting once and for all (#3627) 2023-09-01 16:19:39 -04:00
README.md Initial docusaurus commit 2021-06-15 11:50:38 -04:00
sidebars.js lint(curly): consistent use of curly brackets in codebase (#3584) 2023-08-09 10:07:33 -04:00
tailwind.config.js chore(prettier): full repo linting and code reformatting once and for all (#3627) 2023-09-01 16:19:39 -04: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.