File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The page's authentication method will override mint.json if both are set.
21
21
}
22
22
```
23
23
24
- ``` md page metadata
24
+ ``` md Page Metadata
25
25
---
26
26
title: "Your page title"
27
27
authMethod: "bearer"
@@ -42,7 +42,7 @@ authMethod: "bearer"
42
42
}
43
43
```
44
44
45
- ``` md page metadata
45
+ ``` md Page Metadata
46
46
---
47
47
title: "Your page title"
48
48
authMethod: "basic"
@@ -64,7 +64,7 @@ authMethod: "basic"
64
64
}
65
65
```
66
66
67
- ``` md page metadata
67
+ ``` md Page Metadata
68
68
---
69
69
title: "Your page title"
70
70
authMethod: "key"
@@ -78,7 +78,7 @@ authMethod: "key"
78
78
The "none" authentication method is useful to disable authentication on a specific endpoint after setting a default in mint.json.
79
79
80
80
<CodeGroup >
81
- ``` md page metadata
81
+ ``` md Page Metadata
82
82
---
83
83
title: "Your page title"
84
84
authMethod: "none"
You can’t perform that action at this time.
0 commit comments