Skip to content

Commit

Permalink
Remove deprecated rapidoc attribute from doc (#153)
Browse files Browse the repository at this point in the history
to be in line with #151
  • Loading branch information
croudet authored Feb 18, 2020
1 parent 9bc53d4 commit 19836cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/openApiViews.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following properties are supported:
* `redoc.version=[string]`: The version of Redoc to use. Default is to use the latest available.
* `redoc.[expand-default-server-variables, menu-toggle, only-required-in-samples, payload-sample-idx, sort-props-alphabetically, untrusted-spec, expand-responses, show-extensions, native-scrollbars, path-in-middle-panel, suppress-warnings, hide-hostname, disable-search, json-sample-expand-level, scroll-y-offset, hide-download-button, no-auto-auth, theme, hide-single-request-sample-tab, required-props-first, hide-loading]`. See https://github.com/Redocly/redoc#redoc-options-object[Redoc Options] for a description.
* `rapidoc.version=[string]`: The version of RapiDoc to use. Default is to use the latest available.
* `rapidoc.[style, schema-style, allow-api-list-style-selection, nav-accent-color, show-header, schema-expand-level, response-area-height, allow-authentication, default-api-server, match-paths, allow-server-selection, api-key-name, nav-hover-bg-color, goto-path, theme, text-color, bg-color, api-key-value, header-color, primary-color, sort-tags, nav-bg-color, render-style, heading-text, allow-try, layout, sort-endpoints-by, allow-spec-url-load, nav-text-color, nav-hover-text-color, show-info, regular-font, allow-spec-file-load, server-url, schema-description-expanded, allow-search, api-key-location, mono-font, default-schema-tab]`. See https://mrin9.github.io/RapiDoc/api.html[RapiDoc Options] for a description.
* `rapidoc.[style, schema-style, nav-accent-color, show-header, schema-expand-level, response-area-height, allow-authentication, default-api-server, match-paths, allow-server-selection, api-key-name, nav-hover-bg-color, goto-path, theme, text-color, bg-color, api-key-value, header-color, primary-color, sort-tags, nav-bg-color, render-style, heading-text, allow-try, layout, sort-endpoints-by, allow-spec-url-load, nav-text-color, nav-hover-text-color, show-info, regular-font, allow-spec-file-load, server-url, schema-description-expanded, allow-search, api-key-location, mono-font, default-schema-tab]`. See https://mrin9.github.io/RapiDoc/api.html[RapiDoc Options] for a description.
* `swagger-ui.version=[string]`: The version of Swagger-ui to use. Default is to use the latest available.
* `swagger-ui.[displayOperationId, oauth2RedirectUrl, showMutatedRequest, deepLinking, supportedSubmitMethods, defaultModelsExpandDepth, layout, defaultModelRendering, docExpansion, filter, validatorUrl, showCommonExtensions, maxDisplayedTags, withCredentials, displayRequestDuration, showExtensions]`. See https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/configuration.md[Swagger UI Configuration] for a description.
* `swagger-ui.theme=[DEFAULT | MATERIAL | FEELING_BLUE | FLATTOP | MONOKAI | MUTED | NEWSPAPER | OUTLINE]`: The theme of swagger-ui to use. These are case insensitive. Default is `DEFAULT`. See https://github.com/ostranme/swagger-ui-themes[Swagger UI Themes].
Expand Down

0 comments on commit 19836cf

Please sign in to comment.