Skip to content

vendasta/partnercenter-docs

Repository files navigation

Vendasta Partner Center Documentation

This repository contains the source code for the Vendasta Partner Center Documentation, built with Docusaurus.

🚀 Quick Start

1. Clone the Repository

git clone https://github.com/vendasta/partnercenter-docs.git

2. Install Dependencies

The Docusaurus project is located in the docusaurus subdirectory. You must navigate there first.

cd partnercenter-docs/docusaurus
npm install

3. Run Locally

Start the local development server. This will open a browser window at http://localhost:3000.

npm run start

Most changes are reflected live without having to restart the server.

🛠 Build & Deployment

Build

Generate static content into the build directory.

npm run build

Deploy

To 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 deploy

If you are using SSH for Git authentication:

USE_SSH=true GIT_USER=<Your GitHub username> npm run deploy

📚 Documentation Guides

  • 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.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 27

Languages