Skip to content

EnAccess/OpenPAYGO-docs

Repository files navigation

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, you can either check existing open issues or open a new issue, fork the repository, make your changes, and submit a pull request. If you have any questions, tag @dmohns.

Resources on Docusaurus