Recent updates have enhanced the developer experience during both the API design phase and user interaction with the API documentation. Notably, developers can now live preview documentation while writing their API definition files, allowing for real-time updates without the need for specific text editors or extensions, simply by using the bump CLI with the --live flag. Additionally, a new diff navigation feature enables users to swiftly identify and navigate through changes in the API documentation, improving efficiency by eliminating excessive scrolling. Furthermore, the support for multiple examples in the documentation caters to diverse use cases, offering API users a more tailored and comprehensive understanding, as these examples are compatible with OpenAPI and AsyncAPI specifications.