Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions advanced/subpath/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
## Create Cloudflare Worker

Navigate to the `Workers & Pages > Create application > Create worker`. You
should be able to presented with the following screen where you can create a new
Cloudlfare worker.
should be presented with the following screen where you can create a new
Cloudflare worker.

<Frame>
<img alt="Create a Cloudflare worker" src="/images/cloudflare/worker.png" />
Expand Down
8 changes: 4 additions & 4 deletions content/components/cards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ icon: "rectangle"
```

```jsx Image Card Example
<Card title="Image Card" img="/images/card-with-image.png">
Here is an example of a card with an image
<Card title="Image Card" img="/images/images/moo-deng.png">
Images can improve clarity (or bring delight) in your docs
Comment on lines +22 to +23
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love moo deng, but can we get a more gradient image from James so it's a bit more on brand? Alternatively, we've used hd images from national parks in other places

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I did not mean to merge moo Deng I was working off an old incorrect test branch -- do not merge pls

</Card>
```

Expand All @@ -38,8 +38,8 @@ Add a `horizontal` property to a card to make it horizontally displayed.

Add an `img` property to a card to display an image on the top of the card.

<Card title="Image Card" img="/images/card-with-image.png">
Here is an example of a card with an image
<Card title="Image Card" img="/images/moo-deng.png">
Images can improve clarity (or bring delight) in your docs
</Card>

## Props
Expand Down
Binary file added images/moo-deng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions integrations/analytics/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Analytics Integrations"
description: "Integrate with an analytics platform to track viewer events"
description: "Integrate with an analytics platform"
---
Mintlify offers a native analytics dashboard that tracks metrics such as visitors, views, and popular pages. For more granular analytics needs, we recommend using one of our third party integrations listed below.

<CardGroup cols={2}>
<Card
Expand Down Expand Up @@ -520,4 +521,4 @@ The syntax for `mint.json` is below. You only need to include entries for the pl
}
```

</CodeGroup>
</CodeGroup>