From 19836cffe6379e55a94e76525d324f9b298bf923 Mon Sep 17 00:00:00 2001 From: croudet Date: Tue, 18 Feb 2020 08:45:51 -0500 Subject: [PATCH] Remove deprecated rapidoc attribute from doc (#153) to be in line with https://github.com/micronaut-projects/micronaut-openapi/pull/151 --- src/main/docs/guide/openApiViews.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/openApiViews.adoc b/src/main/docs/guide/openApiViews.adoc index f1a75bfa50..98df92c5a1 100755 --- a/src/main/docs/guide/openApiViews.adoc +++ b/src/main/docs/guide/openApiViews.adoc @@ -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].