diff --git a/advanced/user-auth/overview.mdx b/advanced/user-auth/overview.mdx index b992dbb2a..06038cb5b 100644 --- a/advanced/user-auth/overview.mdx +++ b/advanced/user-auth/overview.mdx @@ -3,13 +3,9 @@ title: 'Introduction' description: 'Give your users a personalized docs experience' --- -Sometimes, when writing docs, you wish you knew just a little bit about the person reading them. Maybe you only want to show them the information they should care about. Maybe you want to craft examples that they can use out-of-the-box. +User Auth allows you to identify and authenticate your users so that you can personalize docs content for them. your users. -With Mintlify, you can add User Auth to identify your users and tailor your docs content to them. - -## What is User Auth - -User Auth allows you to configure a method for identifying and authenticating your users. Once authenticated, you can share user-specific information that can be used to personalize the docs. This unlocks some powerful features: +Example use cases: 1. **Customize MDX content** with a user's information, such as their name, plan, or title. 2. **Prefill API keys** in the API Playground for streamlined use. @@ -17,7 +13,7 @@ User Auth allows you to configure a method for identifying and authenticating yo ## What *isn't* User Auth -At this time, User Auth cannot provide any of the following: +At this time, User Auth is not meant for the following use cases: 1. **Private docs content.** While you can hide pages from unauthenticated users, those pages are still accessible by anyone who can guess the URL. If your documentation contains sensitive information, User Auth is not enough to hide it. 2. **A Mintlify-backed user database.** Mintlify does not store *any* information about your users. Rather, it relies on your existing infrastructure to serve as the source-of-truth for user data. diff --git a/changelog/overview.mdx b/changelog/overview.mdx index e702f8271..09e66ea7a 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -6,13 +6,20 @@ mode: "wide" ## Web Editor + + Web Editor + We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown. Check out our [docs on getting started with Web Editor](/web-editor). -## llms.txt +## /llms.txt support + + llms.txt support + All docs instances are now automatically hosted at /llms.txt and /llms-full.txt so that LLMs can easily ingest your documentation. For more information, read the [docs on the new llms.txt standard.](https://llmstxt.org) + ## Localization You can now localize your docs which operates similarly to versioning. Add a `locale` to a version and fixed content in Mintlify like "Was this page helpful?" will also match the locale. diff --git a/images/changelog/llms.jpg b/images/changelog/llms.jpg new file mode 100644 index 000000000..1596c2769 Binary files /dev/null and b/images/changelog/llms.jpg differ diff --git a/images/changelog/webeditor.jpg b/images/changelog/webeditor.jpg new file mode 100644 index 000000000..b0e46c8d3 Binary files /dev/null and b/images/changelog/webeditor.jpg differ