This repo is a template documentation site, which provides a suggested user / developer / admin guide for all SASjs seed apps. You can view the live version here: https://sasjs.github.io/docs/
The README file (which you are now reading) is the homepage. Describe your project here!
The site makes use of Docsify - documentation is here.
Some nice things about Docsify:
- It runs with strict CSP. To achieve this, we have put the external assets in this folder:
static/assets
- It runs as a static site - meaning nothing to compile, no need for NPM.
- You write your docs in markdown (easy)
- Search capability
- It's FOSS!
Contributions are welcomed.