This is the documentation site for CaSS (Competency and Skills System). It is built with VuePress and deployed to docs.cassproject.org via GitHub Pages.
Documentation is maintained for multiple CaSS versions:
npm install# Develop a specific version
npm run docs:dev:v1.6
# Default (currently v1.6)
npm run docs:dev# Build all versions
npm run docs:buildAll
# Build a specific version
npm run docs:v1.6Deployment is automated via GitHub Actions. Pushing to the master branch triggers a build of all documentation versions and deploys the output to GitHub Pages.
- CASS — CaSS Server
- cass-npm — CaSS JavaScript Library
- cass-editor — CaSS Authoring Tool
See LICENSE for details.