diff --git a/changelog/2024-07.mdx b/changelog/2024-07.mdx deleted file mode 100644 index ad0fbe558..000000000 --- a/changelog/2024-07.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "July 2024" -description: "Introducing the Mintlify Widget and the Pro plan" ---- - -## Mintlify Widget - -For `Pro` users, we introduced Mintlify Widget, an extension of your docs to -answer your users' questions when and where they asked. You can add this -AI-powered chatbot to any web page: your landing page, inside your product, or -on your existing documentation pages. - -- [Read the blog announcement](https://mintlify.com/blog/widget) -- [Learn how to install the Widget](/advanced/widget/chat#getting-started) - -## Pro Plan - -We also updated our pricing plans for better customizability and scale. - -- [Read the blog announcement](https://mintlify.com/blog/pro-plan) - -## API Playground Code Example Sync - -When you browse API docs, the selected code example now syncs across your pages. - -## Insights - -Currently in beta, this feature summarizes common user questions and patterns -into easy-to-digest reports with AI-powered suggestions on how to improve your -product. diff --git a/changelog/2024-08.mdx b/changelog/2024-08.mdx deleted file mode 100644 index fffb01b19..000000000 --- a/changelog/2024-08.mdx +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: "August 2024" -description: "Web Editor UI, API Playground Update, and AI Chat" ---- - -## OpenAPI Reference Pages - -- Endpoints defined by OpenAPI that are complex and recursive are now 98% - smaller. -- We now show - [additionalProperties](https://swagger.io/docs/specification/data-models/dictionaries/) - in OpenAPI pages. - -## File Uploads in API Playground - -By default, API playground requests are proxied by Mintlify. Now you can use -`disableProxy` to disable this behavior and support request types like file -uploads. - -- [Learn more about API configurations](/settings/global#api-configurations) - -## Mobile SEO improvements - -We've fixed the mobile layout of our docs so that they are more SEO-friendly - -including adding proper aria tags to elements. - -## Support Form - -We added a more detailed support form to the Mintlify dashboard. You can now -submit a form to get in touch with us. - -## Bug Fixes - -- Fixed a bug for the Segment integration functionality. -- We now raise more granular error messages for GitHub permissions when - interacting with the editor. -- Fixed bugs where the navigation would not properly expand when a direct link - was used. diff --git a/changelog/2024-09.mdx b/changelog/2024-09.mdx deleted file mode 100644 index 5e914a0f8..000000000 --- a/changelog/2024-09.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "September 2024" -description: "Custom fonts, images in cards, and more" ---- - -## Google Fonts - -You can now use any Google Font or add a custom font to your docs. - -## [Images in Card components](/content/components/cards#image-card) - -Add an `img` property to a card to display an image on the top of the card. -## Update Speed Performances - -For large projects (~3,000 files), the download step for docs updates is now -~440x faster - a 99.8% time reduction. Across the board, file downloads during -updates are now ~5.5x faster - an 81.8% time reduction. - -## Desktop SEO improvements - -The navbar hierarchy follows the aria hierarchy. We also added an aria label to -the light/dark mode toggle. - -## Dashboard Improvements - -- App router migration in the dashboard. -- Search analytics are now available in the dashboard. -- Delete an org functionality has been added to the dashboard. -- Shipped GitLab connection UI. -- Fix incorrect analytics data. -- Add-on's can now be directly purchased through the dashboard. - -## Bug Fixes - -- Fixed a bug where the top bar would not stretch to the width of the screen when it's in custom mode and the sidebar layout is `sidenav`. -- Fix relative positioning of the AI widget. - -## More - -- **Troubleshooting for API pages**: API pages could be complicated so we listed - common issues to help you sort them out quickly — - [Read the docs](/api-playground/troubleshooting) \ No newline at end of file diff --git a/changelog/2024-10.mdx b/changelog/2024-10.mdx deleted file mode 100644 index 694767436..000000000 --- a/changelog/2024-10.mdx +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: "October 2024" -description: "New landing page, advanced footer, and more" ---- - -Last updated on: **2024-10-23** - -## [Code Line Highlighting](/content/components/code#line-highlighting) - -You can now highlight lines of code in your docs to emphasize and bring attention to important parts by adding a special comment after the language identifier. Use curly braces `{}` and specify line numbers or ranges separated by commas. - -```javascript Line Highlighting Example {1,3-5} -const greeting = "Hello, World!"; -function sayHello() { - console.log(greeting); -} -sayHello(); -``` - -````md -```javascript Line Highlighting Example {1,3-5} -const greeting = "Hello, World!"; -function sayHello() { - console.log(greeting); -} -sayHello(); -``` -```` - -## Light mode code blocks - -Code blocks now have a light mode variant which can be enabled by adding the following to your `mint.json`: - -```json -"code": { - "mode": "auto" -} -``` - -## Advanced Footer - -Advanced Footer - -You can now add more links to the standard footer. This upgrade -provides more consistency between landing pages and docs, or greater customization -if you want to spotlight specific pages like socials or status logs. - -## New Landing Page - -Landing Page - -1. Showcasing vision for the future - -It's been a year since we've last updated our landing page, and our team has shipped A LOT. - -As we grow, we will no longer be just a documentation platform, but the platform for technical content, encompassing much more than just docs. - -2. Feature our new customers - -We've gotten to work with many incredible companies, and wanted to give them a shoutout. - -3. Increase iteration velocity - -Instead of building a standalone app, we built it in Webflow. This way, our entire team can contribute and experiment with the landing page. - -## Filter search based on the current user - -When user auth is enabled, search results are now filtered based on the current logged in user so that they only see the relevant content. - -## Custom Prompts for AI Chat - -You can now customize the prompts for the AI chat. Please reach out to [support](mailto:sales@mintlify.com) if you'd like to customize the prompts. - -## Dashboard Improvements - -- Consolidated the login and signup pages to decrease friction and confusion. -- Implemented the discovery login flow so that users that are members of multiple organizations can now switch between them. - -## Bug Fixes - -- Fixed `suggestEdit` not showing up even when enabled. -- Fixed keyboard navigation for Search and Chat such that you can now use the up and down arrow keys to navigate the results. -- Don't allow search engines to crawl user-auth protected pages. -- Revalidate the cache when an org is deleted. -- We now use the Scalar OpenAPI parser to parse OpenAPI definitions which improves the performance, fixes parsing issues, and surfaces better error messages. -- Top-level descriptions are now supported in API reference pages autogenerated from OpenAPI definitions. -- Add in-line-style support for icons -- Fixed the pop-in of custom CSS in docs. -- Properly show in-line code styling in conjunction with links. -- Maintain scroll position when you click the back button in a browser. \ No newline at end of file diff --git a/changelog/lw/1.mdx b/changelog/lw/1.mdx deleted file mode 100644 index 18202e2cf..000000000 --- a/changelog/lw/1.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: 'Launch Week I' -description: 'CLI Enhancements, Docs Feedback, Global CSS, API Playground Redesign, Web Editor' ---- - - - - - -## CLI Enhancements - -We shipped a prebuilt and compiled version of Mintlify that's ready to run in seconds. Plus, we added a custom hot-reloading implementation to speed up development. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-day-1) - -## Docs Feedback - -This feature allows users to upvote or downvote on the helpfulness of a documentation page. You can identify which pages are underperforming and where to focus efforts. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-day-2) - -## Global CSS - -If you're searching for the design functions needed to seamlessly fit your docs into your brand, look no further. Now, you can alter design, layout, and variations for different device displays, all from a single style sheet. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-day-3) -- [Learn more about Custom CSS](/advanced/custom/css) - -## API Playground Redesign - -We overhauled the API Playground for a new and improved design. This upgrade handles edge cases and offers expanded features, including technical functions, effortless UX, and sleek UI. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-day-4) -- [Learn more about the API Playground](/api-playground/overview) - -## Web Editor - -Built with markdown parsers and inspired by code editors like VS Code, the Web Editor lets you alter docs content on the web, commit and push in-editor, access a high-fidelity preview of your docs content next to code — without CLI, and preview valid markdown edits. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-day-5) -- [Go to the editor](https://dashboard.mintlify.com/editor) \ No newline at end of file diff --git a/changelog/lw/2.mdx b/changelog/lw/2.mdx deleted file mode 100644 index 04c16a7b6..000000000 --- a/changelog/lw/2.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: 'Launch Week II' -description: 'Preview Deployments, Snippets V2, Open-source MDX Engine, Custom JS, Chat Analytics' ---- - - - - - -## Preview Deployments - -Now, when a user creates a pull request, we will generate a unique link that shows exactly what your docs will look like in production before they are live. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-2-day-1) - -## Snippets V2 - -Snippets V2 offers more flexibility and performance while being rebuilt from the ground up to resemble the import experience that developers know and love. - -- [Read the blog announcement here](https://mintlify.com/blog/launch-week-2-day-2) -- [Learn more about Reusable Snippets](/reusable-snippets) - -## Open Source MDX Engine - -You can now integrate our package to access Mintlify-flavored markdown and code syntax highlighting. - -- [Read the blog announcement](https://mintlify.com/blog/launch-week-2-day-3) -- [Star this repo on GitHub](https://github.com/mintlify/mdx) - -## Custom JS - -Custom JS allows you to add custom executable code globally. It's the equivalent of adding a `