This repo contains the code for the website hosting the documentation for dms-viz.github.io, both the configuration tool and the main visualization tool.
These docs were created with VitePress
. To develop the docs, follow the instructions below:
- Clone the repository
git clone [email protected]:dms-viz/dms-viz-docs.git
cd dms-viz-docs
- Install node packages
npm install
- Start the development server
npx vitepress dev
Now, you should be able to see the website built locally. Changes to the website should be automatically reflected on the page. For details on the routing structure and how to develop a VitePress
site, go to the documentation for VitePress.
The docs are hosted on GitHub pages via a specific gh-pages
branch and builds are automated using GitHub Actions via this deployment script. The website will build on pull requests
and pushes
to the main
branch.