Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions advanced/user-auth/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ 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.
3. **Selectively show pages** in the navigation based on a user's groups.

## 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.
Expand Down
9 changes: 8 additions & 1 deletion changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ mode: "wide"

<Update label="November 2024">
## Web Editor
<Frame>
<img src="/images/changelog/webeditor.jpg" alt="Web Editor" />
</Frame>
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
<Frame>
<img src="/images/changelog/llms.jpg" alt="llms.txt support" />
</Frame>
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.

Expand Down
Binary file added images/changelog/llms.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/changelog/webeditor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.