ohif-viewer/platform/docs
2025-01-08 19:43:13 +00:00
..
docs ui(component): Tooltip component ui-next (#4635) 2025-01-08 13:10:57 -05:00
src docs: edit migration guides (#4504) 2024-11-14 12:37:04 -05:00
static ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
versioned_docs/version-3.9 fix: Documentation and default enabled for bulkdata load (#4607) 2024-12-17 13:49:42 -05:00
versioned_sidebars docs: update to next version [BUMP BETA] (#4493) 2024-11-12 16:18:33 -05: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] 2025-01-08 19:43:13 +00:00
docusaurus.config.js docs: edit migration guides (#4504) 2024-11-14 12:37:04 -05:00
netlify.toml feat(node): move to node 20 (#4594) 2024-12-11 15:26:26 -05:00
package.json chore(version): Update package versions [skip ci] 2025-01-08 19:43:13 +00:00
pluginOHIFWebpackConfig.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -04:00
postcss.config.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -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 ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
versions.json docs: update to next version [BUMP BETA] (#4493) 2024-11-12 16:18:33 -05: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.