We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896ce3a commit 7c1b2fbCopy full SHA for 7c1b2fb
docs/export.md
@@ -10,6 +10,7 @@ hide:
10
hideHostname: true,
11
hideDownloadButton: true,
12
hideSingleRequestSampleTab: true,
13
+ expandResponses: 'all',
14
theme: {
15
colors: {
16
primary: {
mkdocs.yml
@@ -34,7 +34,7 @@ edit_uri: ""
34
nav:
35
- Introduction: 'index.md'
36
- API Reference: 'api.md'
37
- - Export Reference: 'export.md'
+ - Event Data Export: 'export.md'
38
- SDK:
39
- Introduction: 'sdk/index.md'
40
- Client: 'sdk/client.md'
0 commit comments