You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sidebarOrganization | Defines how the sidebar should be organized. Set its value to `byTagsNoRoot` to categorize operations by operations tags. Set its value to `byTags` when you have tags on a root level. These tags are used to model tags navigation and need to have the same tags in operations. | No | undefined |`byTags`, `byTagsNoRoot`|`byTagsNoRoot`|
42
42
| baseHref | Sets the base URL for links and forms. | No |`/`|*Any*|`/docs`|
43
43
| version | Override the version of your application provided under `info.version` location in the specification file. | No | Version is taken from the spec file. |*Any* ([See Semver versioning](https://semver.org/)) |`1.0.0`|
44
-
| singleFile | Set output into one html-file with styles and scripts inside | No |`false`|`true`,`false`|`true`|
44
+
| singleFile | Set output into one html-file with styles and scripts inside.| No |`false`|`true`,`false`|`true`|
45
45
| outFilename | The filename of the output file. | No |`index.html`|*Any*|`asyncapi.html`|
46
-
| pdf | Generates output HTML as PDF | No |`false`|`true`, `false`|`true`|
47
-
| pdfTimeout | Timeout (in ms) used to generate the PDF | No | 30000 | >=0 | 1000 |
46
+
| pdf | Generates output HTML as PDF. | No |`false`|`true`, `false`|`true`|
47
+
| pdfTimeout | Timeout (in ms) used to generate the PDF. | No | 30000 | >=0 | 1000 |
48
+
| favicon | Defines the URL/Path used for the favicon. | No |`assets/asyncapi-favicon.ico`| Any valid favicon URL/Path. |`"https://studio.asyncapi.com/favicon.ico"`|
48
49
| config | Inline stringified JSON or a path to a JSON file to override default React component config. The config override is merged with the default config using the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) algorithm. | No |`{ "show": { "sidebar": true }, "sidebar": { "showOperations": "byDefault" } }`|[JSON config for the React component](https://github.com/asyncapi/asyncapi-react/blob/next/docs/configuration/config-modification.md#definition)|`{"show":{"sidebar":false}}`|
49
50
50
51
> **NOTE**: If you only generate an HTML website, set the environment variable `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` to `true` and the generator will skip downloading chromium.
0 commit comments