### Motivation VTK.js now relies on VitePress ! 🥳 There are some left-over improvements to make before cutting a major release. ### Detailed Description - [ ] Document instructions to build website locally. It's not clear in what order each command must be called. - [ ] `npm run docs:build` should not erase examples built by `npm run docs:build-examples` - [x] Provide standalone examples with no "imports". (could be just for "Examples/Applications" examples) - [x] Provide un-transpiled examples (see https://github.com/Kitware/vtk-js/pull/3418#issuecomment-3913833998) - [x] `npm run example` is failing due to `./Documentation/config.js` file missing
Motivation
VTK.js now relies on VitePress ! 🥳
There are some left-over improvements to make before cutting a major release.
Detailed Description
npm run docs:buildshould not erase examples built bynpm run docs:build-examplesnpm run exampleis failing due to./Documentation/config.jsfile missing