Skip to content

Commit fb9eb89

Browse files
Documentation edits made through Mintlify web editor (#405)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent ecf5e24 commit fb9eb89

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

mint.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
},
123123
{
124124
"group": "Advanced",
125-
"pages": [{
125+
"pages": [
126+
{
126127
"icon": "code",
127128
"group": "Custom Scripts",
128129
"pages": [
@@ -196,7 +197,10 @@
196197
},
197198
{
198199
"group": "SDKs",
199-
"pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"]
200+
"pages": [
201+
"integrations/sdks/speakeasy",
202+
"integrations/sdks/stainless"
203+
]
200204
},
201205
{
202206
"group": "Support",
@@ -208,7 +212,10 @@
208212
},
209213
{
210214
"group": "Privacy",
211-
"pages": ["integrations/privacy/overview", "integrations/privacy/osano"]
215+
"pages": [
216+
"integrations/privacy/overview",
217+
"integrations/privacy/osano"
218+
]
212219
},
213220
{
214221
"group": "Components",
@@ -240,7 +247,9 @@
240247
},
241248
{
242249
"group": "Changelog",
243-
"pages": ["changelog/overview"]
250+
"pages": [
251+
"changelog/overview"
252+
]
244253
}
245254
],
246255
"footer": {
@@ -324,4 +333,4 @@
324333
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
325334
}
326335
}
327-
}
336+
}

web-editor.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ If you understand git workflows and our integrations already, you can skip to [h
2222

2323
### Git basics
2424

25-
While Web Editor means you dont need to go to GitHub or your command line to make
26-
changes, its still helpful to know the basics of git.
25+
While Web Editor means you don't need to go to GitHub or your command line to make
26+
changes, it's still helpful to know the basics of git.
2727

2828
Git terminology:
2929

@@ -276,17 +276,11 @@ We do have a few current limitations in the editor that we're working to resolve
276276
We currently don't show any previews for OpenAPI specs. This is on our roadmap to support
277277
as a read-only preview.
278278
</Accordion>
279-
280-
<Accordion title="Keyboard navigation">
281-
There are currently some bugs around keyboard navigation that we're working to resolve.
282-
This includes things like going back/forward and up/down between Mintlify components and normal
283-
markdown blocks, or deleting a line vs. a Mintlify component.
284-
</Accordion>
285279
</AccordionGroup>
286280

287281
## Feedback
288282

289283
If you have any bug reports, feature requests, or other general feedback, we'd love to hear
290284
where we can improve.
291285

292-
286+

0 commit comments

Comments
 (0)