Skip to content

Update README.md #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenPAYGO documentation website
# OpenPAYGO Documentation Website

This OpenPAYGO documentation website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
The OpenPAYGO is an open source token system to enable PAYGO functionality in new products. This repository holds [the documentation for OpenPAYGO](https://enaccess.github.io/OpenPAYGO-docs/), and it is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

## Pre-requisites

Expand All @@ -23,10 +23,14 @@ This command starts a local development server and opens up a browser window. Mo

## Deployment

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

## Further Read
## 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

- [Markdown Features](https://docusaurus.io/docs/markdown-features)
- [Markdown Front Matter](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-front-matter)