diff --git a/README.md b/README.md index dc4eaa2176..0e37b03af1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Using a theme, all of your default configuration lives in an npm package. - [codeblock (optional)](#codeblock-optional) - [disableSidebar (optional)](#disablesidebar-optional) - [disableSearch (optional)](#disablesearch-optional) + - [hideTryItPanel (optional)](#hidetryitpanel-optional) - [JSDoc](#jsdoc) - [MDX](#mdx) - [Modular Content System](#modular-content-system) @@ -1162,6 +1163,18 @@ Defaults to ```false``` https://redocly.com/docs/api-reference-docs/configuration/functionality/#theme-object-openapi-schema +#### hideTryItPanel (optional) + +```js + +``` + +Disables the Try it console in the right panel. + +Defaults to ```false``` + +https://redocly.com/docs/api-reference-docs/configuration/functionality/#theme-object-openapi-schema + ### JSDoc We currently recommend to use the [JSDoc to markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) converter. diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index 5a234c7e60..d601c1dff6 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.11.8](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.11.7...@adobe/gatsby-theme-aio@4.11.8) (2024-03-20) + +### Features + +* Add option to disable Try It widget [eef5338](https://github.com/adobe/aio-theme/commit/eef53381ba865693b311a43974f119e5b7a7419d) + ## [4.11.7](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.11.4...@adobe/gatsby-theme-aio@4.11.7) (2024-03-13) ### Features diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 1e3b797556..f6a9852f88 100644 --- a/packages/gatsby-theme-aio/package.json +++ b/packages/gatsby-theme-aio/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/gatsby-theme-aio", - "version": "4.11.8-rc6", + "version": "4.11.8", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",