Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.35 KB

OpenPAYGO documentation website

The OpenPAYGO is an open source token system to enable PAYGO functionality in new products.This repository holds the documentation for OpenPAYGO and it is built using Docusaurus 3, a modern static website generator.

Pre-requisites

Installation

npm install

Local Development

npm run start

Then open docs in a local web browser. This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Deployment is done using Github Actions and does not involve manual steps. Check out .github/workflows folder of the root repository.

Contributing to OpenPAYGO Docs

We welcome contributions from the community! Whether you're interested in fixing bugs, adding new features, or improving documentation, your help is greatly appreciated. To get started, please open an issue, fork the repository, make your changes, and submit a pull request.

Resources on Using Docusaurus