Skip to content

Commit

Permalink
doc: include redocly cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds authored and Justin Reynolds committed Nov 14, 2024
1 parent 9ad277d commit 0b4586d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# XRP Ledger OpenAPI / AsyncAPI Specifications

## Getting Started

Install redocly cli:

```bash
npm i -g @redocly/cli
```

To bundle and get the final .yaml file:

```bash
npm run bundle
```

To preview the rendered spec in your browser:

```bash
npm run preview
```

## Introduction & Motivation

```mermaid
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b4586d

Please sign in to comment.