Skip to content

Commit 57798ba

Browse files
authored
Simplify docs to use main themes (#495)
1 parent 64fe730 commit 57798ba

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

mint.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"dark": "/logo/dark.svg",
77
"href": "https://mintlify.com"
88
},
9-
"layout": "sidenav",
109
"favicon": "/favicon.svg",
11-
"sidebar": {
12-
"items": "border"
13-
},
1410
"colors": {
1511
"primary": "#0D9373",
1612
"light": "#55D799",

settings/authentication-personalization/partial-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ You can authenticate users through handshake methods such as:
1414

1515
Partial Authentication shares all the same features as [Authentication](./authentication), but with the ability to allow unauthenticated users to view certain pages.
1616

17-
By default, all pages are protected. You can specify which pages should be publicly accessible by adding the `isPublic` property to the page's frontmatter.
17+
By default, all pages are protected. You can specify which pages should be publicly accessible by adding the `public` property to the page's frontmatter.
1818

1919
```mdx
2020
---
2121
title: "My Page"
22-
isPublic: true
22+
public: true
2323
---
2424
```

0 commit comments

Comments
 (0)