This repository hosts the contents of the nBold Docs website.
# Clone this repo
git clone https://github.com/nboldhq/docs.git
# Install dependencies
npm install
# Start VuePress in developer mode
npm run dev
Deployment is automated by the cicd GitHub Action:
- Checkout the
main
branch when a push is detected - Build the static assets using the VuePress
build
command and commit changes - Push changes to the
published
branch - The website is deployed by GitHub Pages
See CHANGELOG.
See CODE OF CONDUCT.
See SECURITY.
See LICENSE.