diff --git a/advanced/widget/chat.mdx b/advanced/widget/chat.mdx index 216179a7a..170525682 100644 --- a/advanced/widget/chat.mdx +++ b/advanced/widget/chat.mdx @@ -10,8 +10,6 @@ Integrate the Mintlify widget into your products to offer users quick access to First, generate an API key in [the Mintlify dashboard](https://dashboard.mintlify.com/chat/widget-auth). -![widget](https://mintlify-assets.b-cdn.net/widget/key.webp) - ## Installation Add the widget by adding these script tags into your site's `...` tag. @@ -116,4 +114,4 @@ Here is an overview of what the trigger looks like with different configurations | `trackChatThumbsUp` | `(query: string, response: string)=> void` | Triggered when the user thumbs up on a response. | | `trackChatThumbsDown` | `(query: string, response: string)=> void` | Triggered when the user thumbs down on a response. | | `trackChatFollowup` | `(query: string)=> void` | Triggered when the user asks a question. | -| `trackChatClose` | `(queriesCount: number)=> void` | Triggered when the user exits the chat widget. | +| `trackChatClose` | `(queriesCount: number)=> void` | Triggered when the user exits the chat widget. | \ No newline at end of file diff --git a/integrations/analytics/google-analytics.mdx b/integrations/analytics/google-analytics.mdx index 7ebfe1610..3e4413cc1 100644 --- a/integrations/analytics/google-analytics.mdx +++ b/integrations/analytics/google-analytics.mdx @@ -14,8 +14,6 @@ You will need to create a web stream to get the Measurement ID to put into Mintl Click the cog at the bottom left of the Google Analytics screen. Then click on Data Streams. -![](/images/ga4-web-streams.png) - Create a Web Stream and put the URL of your Mintlify docs site as the stream URL. Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details immediately after you create the Web Stream. @@ -42,4 +40,4 @@ You can use the [Google Analytics Debugger](https://chrome.google.com/webstore/d Preview links have analytics turned off. - + \ No newline at end of file diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index dff95d35a..5ddeb112c 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -8,457 +8,85 @@ description: "Integrate with an analytics platform to track viewer events" title="Amplitude" href="/integrations/analytics/amplitude" horizontal - icon={ - - - }> - - - - - - - - } -> - - - - - - - - - } -> - - - - - - - - - - - } -> - - - - - - - - - - - } -> - - - - - - } -> + /> - - - - -} + -> + - - - - - - } -> + - - - - - - - - - - - - - - - - - - - - - - - - - - } -> + - - - - - - - - - - - - - - - - - - - - - - - - - - } -> + - - - - - -}> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } -> + - - - - - } -> + - - - - - - - - } -/> + + ## Enabling Analytics diff --git a/integrations/sdks/speakeasy.mdx b/integrations/sdks/speakeasy.mdx index d45628bed..34988cc21 100644 --- a/integrations/sdks/speakeasy.mdx +++ b/integrations/sdks/speakeasy.mdx @@ -35,16 +35,10 @@ speakeasy configure github Set up your source spec. The source spec is the OpenAPI spec that code samples will be generated for, and it's often the same specification used to power Mintlify docs. -![](/images/speakeasy-1.webp) - Add the overlay created by Speakeasy to inject code snippets into your spec. -![](/images/speakeasy-2.webp) - Provide a name and path for the OpenAPI spec. This will be the final spec used by Mintlify. -![](/images/speakeasy-3.webp) - Finally, Add your `SPEAKEASY_API_KEY` as a repository secret to your Minlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. ## Manual Set Up @@ -94,4 +88,4 @@ jobs: speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} ``` -Finally, make sure you add your `SPEAKEASY_API_KEY` as a repository secret to your Minlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. +Finally, make sure you add your `SPEAKEASY_API_KEY` as a repository secret to your Minlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. \ No newline at end of file diff --git a/migration.mdx b/migration.mdx index 491e89454..dcd70e356 100644 --- a/migration.mdx +++ b/migration.mdx @@ -8,82 +8,9 @@ You can use our [public packages](https://www.npmjs.com/package/@mintlify/scrapi We currently support migration for: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -} /> - - -} /> - - -} /> + + + Don't see your docs provider or have a home grown system? We can still help! Please get in touch at sales@mintlify.com. diff --git a/quickstart.mdx b/quickstart.mdx index fc6eb786c..5aa1e423f 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -4,17 +4,6 @@ description: "Start building modern documentation in under five minutes" icon: "rocket" --- - - - - - ## Getting Started Welcome! Follow the instructions below to learn how to deploy, update and @@ -35,20 +24,12 @@ your docs with your code, and make source control effortless. 1. Clone our [starter template](https://github.com/mintlify/starter) into a new public repo. You can make the repo private later. 2. [Get in touch](mailto:support@mintlify.com) with our team to deploy your repo. - - ![Starter Template](https://mintlify.s3-us-west-1.amazonaws.com/mintlify/images/starter-template.png) - - The next step is to install our GitHub app. This ensures that your updates are automatically deployed when you push changes. You can find the installation link in the [dashboard](https://dashboard.mintlify.com/settings), on the Settings page. Upon successful installation, a check mark will appear next to the commit hash of the repository. - - ![GitHub Bot Verification](https://mintlify.s3-us-west-1.amazonaws.com/mintlify/images/github-bot-verification.png) - - @@ -119,10 +100,6 @@ your docs. Once ready, commit and push your changes to update your docs site. Here is a [guide](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) on how to do that. If the GitHub app is unable to successfully deploy your changes, you can manually update your docs through our [dashboard](https://dashboard.mintlify.com). - - ![Manual Update](https://mintlify.s3-us-west-1.amazonaws.com/mintlify/images/manual-update.png) - - @@ -169,13 +146,9 @@ your docs. Navigate to your [dashboard settings](https://www.dashboard.mintlify.com/settings) to add a custom domain. - - ![Custom Domain](/images/custom-domain.png) - - 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