diff --git a/content/components/icons.mdx b/content/components/icons.mdx index ad272ac02..761a7e10a 100644 --- a/content/components/icons.mdx +++ b/content/components/icons.mdx @@ -39,4 +39,4 @@ The icon will be placed inline when used in a paragraph. The size of the icon in pixels - + \ No newline at end of file diff --git a/integrations/privacy/overview.mdx b/integrations/privacy/overview.mdx index 737baebe5..d4a09d9ad 100644 --- a/integrations/privacy/overview.mdx +++ b/integrations/privacy/overview.mdx @@ -15,7 +15,7 @@ description: "Integrate with a data privacy platform" ## Enabling Data Privacy Integrations -You can add data privacy platforms onto your docs. Add the `integrations` field into your `mint.json` file with your respective scripts. +You can add a data privacy platform onto your docs. Add the `integrations` field into your `mint.json` file with your respective scripts. ```json "integrations": { @@ -23,4 +23,4 @@ You can add data privacy platforms onto your docs. Add the `integrations` field } ``` -If you'd like to request a data privacy platform integration, please let us know in [our community](https://mintlify.com/community). +If you'd like to request a data privacy platform integration, please let us know in [our community](https://mintlify.com/community). \ No newline at end of file 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/quickstart.mdx b/quickstart.mdx index fc6eb786c..27a6c73db 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -178,4 +178,4 @@ your docs. Congrats! You've set up your Mintlify Docs and it's looking amazing! Need support or want to give some feedback? You can join our [community](https://mintlify.com/community) or drop us an email at -[support@mintlify.com](mailto:support@mintlify.com). +[support@mintlify.com](mailto:support@mintlify.com). \ No newline at end of file diff --git a/settings/custom-domain.mdx b/settings/custom-domain.mdx index 015e84537..e6016ccc3 100644 --- a/settings/custom-domain.mdx +++ b/settings/custom-domain.mdx @@ -32,7 +32,7 @@ To set up your documentation on a custom subdomain, you'll need to set your desi ## Verification with Vercel -If Vercel happens to be your domain provider, you will have to add a verification `TXT` record. This information will show on your dashboard after submitting your custom subdomain, as well as be emailed to you. +If Vercel is your domain provider, you will need to add a verification `TXT` record. This information will show on your dashboard after submitting your custom subdomain, as well as be emailed to you. ## Configuring your DNS @@ -47,6 +47,6 @@ CNAME | docs | cname.vercel-dns.com. DNS -If you are using Cloudflare for your DNS provider, you'll need to have the “full strict” security option enabled for the https setting. +If you are using Cloudflare for your DNS provider, you'll need to have the "full strict" security option enabled for the https setting. -Please [contact support](mailto:sales@mintlify.com) if you don't see the custom subdomain set up after the above configuration. +Please [contact support](mailto:sales@mintlify.com) if you do not see the custom subdomain set up after the above configuration. \ No newline at end of file diff --git a/settings/navigation.mdx b/settings/navigation.mdx index 5ca9bfaeb..0c1cc620d 100644 --- a/settings/navigation.mdx +++ b/settings/navigation.mdx @@ -238,4 +238,4 @@ repository. Use the `topbarCtaButton` field with the `type` set to `github`. "type": "github", "url": "https://github.com/mintlify/docs" } -``` +``` \ No newline at end of file diff --git a/web-editor.mdx b/web-editor.mdx index 8f186b525..6efec9e3d 100644 --- a/web-editor.mdx +++ b/web-editor.mdx @@ -8,7 +8,8 @@ description: 'Edit your docs directly from the dashboard with live previews.' features and fixing bugs. We'd love to get your feedback on what we can improve at [support@mintlify.com](mailto:support@mintlify.com). -Web Editor is the preferred way to edit docs directly without having to open your IDE or run `mintlify dev`. +While the 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. The editor includes a few key features to integrate directly into your existing git workflow, like creating branches, pull requests, commits, and diffs for your current changes. @@ -22,8 +23,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 the 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: @@ -268,7 +269,7 @@ We do have a few current limitations in the editor that we're working to resolve - You currently cannot live-update your navigation based on added/edited files. You + You currently cannot live update your navigation based on added/edited files. You still have to manually edit renamed, added, and deleted files in your `mint.json` @@ -294,4 +295,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