This repository contains the source code for the Vendasta Partner Center Documentation, built with Docusaurus.
git clone https://github.com/vendasta/partnercenter-docs.gitThe Docusaurus project is located in the docusaurus subdirectory. You must navigate there first.
cd partnercenter-docs/docusaurus
npm installStart the local development server. This will open a browser window at http://localhost:3000.
npm run startMost changes are reflected live without having to restart the server.
Generate static content into the build directory.
npm run buildTo deploy the documentation website:
# Ensure you are in the docusaurus directory
cd docusaurus
# Deploy with your GitHub username
GIT_USER=<Your GitHub username> npm run deployIf you are using SSH for Git authentication:
USE_SSH=true GIT_USER=<Your GitHub username> npm run deploy- Contributing Guide: For content writers. Learn about voice, tone, formatting, and how to add new pages.
- Architecture Guide: For maintainers. Learn about technical conventions like redirects, categories, and JSON-LD.