Skip to content

dms-viz/dms-viz-docs

Repository files navigation

dms-viz-docs

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.

Developing

These docs were created with VitePress. To develop the docs, follow the instructions below:

  1. Clone the repository
git clone git@github.com:dms-viz/dms-viz-docs.git
cd dms-viz-docs
  1. Install node packages
npm install
  1. 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.

Deploying

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.

About

Documentation for using dms-viz.github.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published