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 to Azure static website
After every push:
- A check is done from the public website (from https://docs.nbold.co) to identify broken links using the Broken Link Checker module.
- The result of this check is published as a new issue, automatically pinned to the top of the Issues page.
See SUPPORT
See CONTRIBUTING
See CODE OF CONDUCT.
See SECURITY.
See LICENSE.