Skip to content

Commit

Permalink
(fix): configure display names (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Mar 29, 2024
1 parent af7f0e8 commit e25b9d9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions fern/asyncapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
channels:
/v2/realtime/ws:
x-fern-display-name: Streaming
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "assemblyai",
"version": "0.19.21"
"version": "0.19.23"
}
8 changes: 5 additions & 3 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
default-group: local
async-api: ../asyncapi.yml
openapi: ../openapi.yml
openapi-overrides: ./openapi-overrides.yml
api:
- path: ../asyncapi.yml
overrides: ./asyncapi-overrides.yml
- path: ../openapi.yml
overrides: ./openapi-overrides.yml
groups:
local:
generators:
Expand Down
7 changes: 7 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
x-fern-groups:
transcript:
summary: Transcript
lemur:
summary: LeMUR
realtime:
summary: Streaming
components:
schemas:
Transcript:
Expand Down

0 comments on commit e25b9d9

Please sign in to comment.