https://github.com/cesarparra/redoc-playground
https://github.com/cesarparra/redoc-playground
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cesarparra/redoc-playground
- Owner: cesarParra
- Created: 2022-11-24T21:14:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T23:26:29.000Z (over 3 years ago)
- Last Synced: 2025-09-10T04:53:10.648Z (11 months ago)
- Language: Apex
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redoc-playground
Sample repo that demonstrates the end-to-end flow for having an always up-to-date documentation site and OpenApi (Swagger) spec for Apex REST endpoints.
Whenever code merges it:
* Using the ApexDocs CLI to generate an OpenApi spec
* Commits and pushes the changes to the spec
* Triggers the regeneration of a Github page, which uses Redoc to generate a documentation site out of the up-to-date OpenApi spec.