You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/user-auth/overview.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ User Auth is an enterprise feature. {
65
65
If you return API Playground inputs in the user info, they will automatically be prefilled in the API Playground. Make sure the name of the field in the user info is an exact match of the name in the API Playground.
66
66
### Showing/Hiding Pages
67
67
68
-
By default, every page is visible to every user. If you want to restrict which pages are visible to your users, you can add a `groups` field in your page metadata.
68
+
By default, every page is visible to every user. If you want to restrict which pages are visible to your users, you can add a `groups` field in your Page Metadata.
69
69
When determining which pages to show to the user, Mintlify will check which groups the user belongs to.
70
-
If the user is not in any of the groups listed in the page metadata, the page will not be shown.
70
+
If the user is not in any of the groups listed in the Page Metadata, the page will not be shown.
71
71
72
72
```md
73
73
---
@@ -77,12 +77,12 @@ groups: ['admin']
77
77
---
78
78
```
79
79
80
-
Here's a table that displays whether a page is shown for different combinations of `groups` in UserInfo and page metadata:
80
+
Here's a table that displays whether a page is shown for different combinations of `groups` in UserInfo and Page Metadata:
81
81
82
82
| | `groups` not in UserInfo | `groups: []` in UserInfo | `groups: ['admin']` in UserInfo |
Copy file name to clipboardExpand all lines: settings/versioning.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Add `"versions": ["v2", "v1"]` to your `mint.json` file where `v1` and `v2` are
19
19
20
20
The best way to specify page versions is by adding a version value to a group in the navigation. When you specify the version of a group, that version is applied to all pages within that group.
21
21
22
-
You can also specify the version of a single page in the page metadata. Versions on individual pages always take precedence.
22
+
You can also specify the version of a single page in the Page Metadata. Versions on individual pages always take precedence.
0 commit comments