diff --git a/index.mdx b/index.mdx index 4e48f2ae4..06c39f22d 100644 --- a/index.mdx +++ b/index.mdx @@ -28,10 +28,12 @@ export const HeroCard = ({ filename, title, description, href }) => { Decorative background image. Decorative background image. diff --git a/installation.mdx b/installation.mdx index 2a583f1dd..33e120344 100644 --- a/installation.mdx +++ b/installation.mdx @@ -6,10 +6,12 @@ description: "Install the CLI to preview and develop your docs locally" Decorative graphic representing the CLI. Decorative graphic representing the CLI. ## Installing the CLI diff --git a/integrations/analytics/google-analytics.mdx b/integrations/analytics/google-analytics.mdx index bab0049c8..b98625369 100644 --- a/integrations/analytics/google-analytics.mdx +++ b/integrations/analytics/google-analytics.mdx @@ -14,7 +14,7 @@ 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) +![Screenshot of the Data Streams page in the Google Analytics dashboard.](/images/ga4-web-streams.png) Create a Web Stream and put the URL of your Mintlify docs site as the stream URL. diff --git a/organize/navigation.mdx b/organize/navigation.mdx index 91d9db521..ec09e2110 100644 --- a/organize/navigation.mdx +++ b/organize/navigation.mdx @@ -14,13 +14,13 @@ Pages are the most fundamental navigation component. Pages map to the MDX files In the `navigation` object, `pages` is an array where each entry must reference the path to a [page file](pages). @@ -46,13 +46,13 @@ Use groups to organize your sidebar navigation into sections. Groups can be nest In the `navigation` object, `groups` is an array where each entry is an object that requires a `group` field and a `pages` field. The `icon`, `tag`, and `expanded` fields are optional. @@ -110,13 +110,13 @@ Tabs create distinct sections of your documentation with separate URL paths. Tab In the `navigation` object, `tabs` is an array where each entry is an object that requires a `tab` field and can contain other navigation fields such as groups, pages, icons, or links to external pages. @@ -206,11 +206,13 @@ Anchors add persistent navigation items to the top of your sidebar. Use anchors Decorative graphic of an anchor navigation. Decorative graphic of an anchor navigation. In the `navigation` object, `anchors` is an array where each entry is an object that requires an `anchor` field and can contain other navigation fields such as groups, pages, icons, or links to external pages. @@ -279,11 +281,13 @@ Dropdowns are contained in an expandable menu at the top of your sidebar navigat Decorative graphic of a dropdown navigation. Decorative graphic of a dropdown navigation. In the `navigation` object, `dropdowns` is an array where each entry is an object that requires a `dropdown` field and can contain other navigation fields such as groups, pages, icons, or links to external pages. @@ -324,11 +328,13 @@ In the `navigation` object, `dropdowns` is an array where each entry is an objec Decorative graphic of a product switcher. Decorative graphic of a product switcher. Products create a dedicated navigation division for organizing product-specific documentation. Use products to separate different offerings, services, or major feature sets within your documentation. @@ -420,11 +426,13 @@ Partition your navigation into different versions. Versions are selectable from Decorative graphic of a version switcher. Decorative graphic of a version switcher. In the `navigation` object, `versions` is an array where each entry is an object that requires a `version` field and can contain any other navigation fields. @@ -463,11 +471,13 @@ Partition your navigation into different languages. Languages are selectable fro Decorative graphic of a language switcher. Decorative graphic of a language switcher. In the `navigation` object, `languages` is an array where each entry is an object that requires a `language` field and can contain any other navigation fields.