Skip to content

Commit

Permalink
improve distributed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Jun 11, 2024
1 parent 6c9a562 commit 32eb7ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@ settings:
name: api_key
```

Add `distributed: true` to the config file:

```yaml
files:
- file: schema.yaml
spec: oas3
distributed: true
```

The generated schema will be:

```json
{
"functions": [
Expand Down

0 comments on commit 32eb7ac

Please sign in to comment.