diff --git a/mint.json b/mint.json index 0636b0312..b6e13a7db 100644 --- a/mint.json +++ b/mint.json @@ -122,7 +122,8 @@ }, { "group": "Advanced", - "pages": [{ + "pages": [ + { "icon": "code", "group": "Custom Scripts", "pages": [ @@ -196,7 +197,10 @@ }, { "group": "SDKs", - "pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"] + "pages": [ + "integrations/sdks/speakeasy", + "integrations/sdks/stainless" + ] }, { "group": "Support", @@ -208,7 +212,10 @@ }, { "group": "Privacy", - "pages": ["integrations/privacy/overview", "integrations/privacy/osano"] + "pages": [ + "integrations/privacy/overview", + "integrations/privacy/osano" + ] }, { "group": "Components", @@ -240,7 +247,9 @@ }, { "group": "Changelog", - "pages": ["changelog/overview"] + "pages": [ + "changelog/overview" + ] } ], "footer": { @@ -324,4 +333,4 @@ "publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8" } } -} +} \ No newline at end of file diff --git a/web-editor.mdx b/web-editor.mdx index 25de127b3..ab875ddaf 100644 --- a/web-editor.mdx +++ b/web-editor.mdx @@ -22,8 +22,8 @@ If you understand git workflows and our integrations already, you can skip to [h ### Git basics -While Web Editor means you don’t need to go to GitHub or your command line to make -changes, it’s still helpful to know the basics of git. +While Web Editor means you don't need to go to GitHub or your command line to make +changes, it's still helpful to know the basics of git. Git terminology: @@ -276,12 +276,6 @@ We do have a few current limitations in the editor that we're working to resolve We currently don't show any previews for OpenAPI specs. This is on our roadmap to support as a read-only preview. - - - There are currently some bugs around keyboard navigation that we're working to resolve. - This includes things like going back/forward and up/down between Mintlify components and normal - markdown blocks, or deleting a line vs. a Mintlify component. - ## Feedback @@ -289,4 +283,4 @@ We do have a few current limitations in the editor that we're working to resolve If you have any bug reports, feature requests, or other general feedback, we'd love to hear where we can improve. -Email us at [support@mintlify.com](mailto:support@mintlify.com) +Email us at [support@mintlify.com](mailto:support@mintlify.com) \ No newline at end of file