Home / Companies / Redocly / Blog / August 2023

August 2023 Summaries

3 posts from Redocly

Filter
Month: Year:
Post Summaries Back to Blog
Content reuse in documentation, especially within a SaaS environment, involves writing content once and using it across multiple locations by leveraging special syntax to pull from a single source, which simplifies updates and maintains consistency. Successful content reuse requires careful planning, agreed-upon policies, and consistent standards among all writers and contributors to ensure efficiency and avoid common pitfalls such as misuse or abuse of reused content. Effective organization and naming conventions, as suggested by experts like Richard Rabil, Jr., facilitate easy retrieval and updating of content, while policies on when and how to reuse content help prevent inefficiencies. Additionally, tracking reused content, possibly through tables with metadata or comments in markdown, ensures that all contributors can find and update content as needed, thus optimizing the benefits of content reuse and reducing review and editing efforts. As Redocly prepares to release new products with overlapping features, the careful implementation of content reuse strategies will be essential, and the author expresses a commitment to learning and sharing insights from this journey.
Aug 30, 2023 927 words in the original blog post.
APIs, commonly described in OpenAPI format, serve as essential integration tools across various systems by providing a single source of truth for creating API clients, servers, and documentation. Redocly, an open-source CLI tool, facilitates the generation of user-friendly API documentation from OpenAPI descriptions, offering a streamlined process for both API providers and consumers. To utilize Redocly, users must first install NodeJS and the NPM package manager, or alternatively use Docker, and then execute commands to produce HTML documentation, such as the example Petstore API. Customization of the documentation's appearance through configuration files like redocly.yaml allows for branding consistency. Additionally, Redocly supports a live preview feature, enabling real-time updates as users edit OpenAPI descriptions, and offers tools to check API standards and manage large OpenAPI files.
Aug 22, 2023 711 words in the original blog post.
Redocly CLI, now available in its stable 1.0 version, is an open-source command-line tool designed to enhance API management by leveraging OpenAPI standards. It empowers developers to create high-quality APIs with features that ensure compliance, streamline documentation, and improve development efficiency. Key functionalities include splitting large OpenAPI files, generating consistent documentation, and integrating with continuous integration workflows to maintain quality and collaboration. Redocly CLI supports JavaScript environments and offers flexibility in deployment through Docker or integration with existing platforms like GitHub Actions. This tool aims to simplify the API lifecycle, from design to deployment, by providing a responsive and efficient development experience.
Aug 16, 2023 586 words in the original blog post.