Skip to content

Starting 2021, Redocly will periodically publish a list of new features and enhancements we have delivered across our API products during our development cycles.

This post highlights some of our recent product updates, new features and enhancements from January 2021.

Workflows

Redesigned flow for inviting members to an organization We have improved the process flow when you invite new members to your Workflows organization. The new invitation email they receive is now more informative and has been given a bit of a facelift. Here's a link to the Workflows changelog.

Features

Developer portal

Single sourcing and content reuse with snippets Supported from version beta.103 of the Developer portal

You can now reuse Markdown snippets across your content, effectively eliminating content copy and paste, and redundancy of content. Make your changes in one place and these will propagate through all other places where you have embedded them.

To start using this, read our Reusing content with Markdown snippets guide.

Customizable search components

  • You can now customize SearchInput and SearchResults components to suit your specific requirements.
  • When you add excludeFromSearch to the front matter of your Markdown pages, the page will be excluded from the search index and will not be accessible from the search results.

C# and Python code samples

Developer portal now supports auto-generated C# and Python code samples in embedded API reference documentation. To configure this for your docs, see our Generating code samples automatically guide.

Customizable header and sidebar menu

You can now customize the entire sidebar menu, including styles. See the the developer portal starter repository for an example of how to change the sidebar style. For more examples on how to customize the sidebar, contact Redocly.

We've also added the ability to add custom icons to the links in the navigation bar. Check out our Navbars and footers configuration guide for more information on how to customize the navigation bar.

Here's a link to the Developer portal changelog.

Features

OpenAPI CLI

Upload API definitions and set up CI pipeline Redocly now supports a new command called push by OpenAPI CLI. With this command, you can upload your API definitions and associated files, and set up your own CI pipeline for updating API definitions without granting Redocly Workflows access to your repositories.

Resolve JSON references Starting with version beta-30, OpenAPI CLI automatically resolves all $refs by default, even in places where they are not allowed by the specification. This includes primitive values like string (e.g. in description fields) and examples.

Here's a link to the OpenAPI CLI changelog.

Latest from our blog

Generate OpenAPI from real traffic (with...

The new generate-spec command infers an OpenAPI description from recorded HTTP traffic - with AI refinement.

Multitasking is dead. Long live parallel...

We spent twenty years learning that multitasking does not work. Agents did not bring it back. They brought parallelism, and most of us confuse the two.

Document your MCP server with introspect...

The new introspect-mcp command asks a running MCP server what it can do and records its tools, prompts, and resources in the x-mcp extension of your OpenAPI description. The command also has a --check mode that fails CI when the docs drift.