diff --git a/create/code.mdx b/create/code.mdx index db8fc24dd1..8b9e5e6c15 100644 --- a/create/code.mdx +++ b/create/code.mdx @@ -61,7 +61,7 @@ Add meta options to your code blocks to customize their appearance. Enable syntax highlighting by specifying the programming language after the opening backticks of a code block. -We use [Shiki](https://shiki.style/) for syntax highlighting and support all available languages. See the full list of [languages](https://shiki.style/languages) in Shiki's documentation. +Mintlify uses [Shiki](https://shiki.style/) for syntax highlighting and supports all available languages. See the full list of [languages](https://shiki.style/languages) in Shiki's documentation. Customize code block themes globally using `styling.codeblocks` in your `docs.json` file. Set simple themes like `system` or `dark`, or configure custom [Shiki themes](https://shiki.style/themes) for light and dark modes. See [Settings](/organize/settings-appearance#styling) for configuration options. diff --git a/create/text.mdx b/create/text.mdx index 789a49273b..5edbf81f25 100644 --- a/create/text.mdx +++ b/create/text.mdx @@ -60,7 +60,7 @@ When `noAnchor` is used, the header does not display the anchor chip and clickin ## Text formatting -We support most Markdown formatting for emphasizing and styling text. +Mintlify supports most Markdown formatting for emphasizing and styling text. ### Basic formatting @@ -164,7 +164,7 @@ For longer quotes or multiple paragraphs: ## Mathematical expressions -We support LaTeX for rendering mathematical expressions and equations. You can override automated detection by configuring `styles.latex` in your `docs.json` [settings](/organize/settings-appearance#styling). +Mintlify supports LaTeX for rendering mathematical expressions and equations. You can override automated detection by configuring `styles.latex` in your `docs.json` [settings](/organize/settings-appearance#styling). ### Inline math diff --git a/deploy/vercel.mdx b/deploy/vercel.mdx index e10d7a6839..e3de3e9124 100644 --- a/deploy/vercel.mdx +++ b/deploy/vercel.mdx @@ -13,7 +13,7 @@ Configure your `vercel.json` file to proxy requests from your main domain to you The `vercel.json` file configures how your project builds and deploys. It sits in your project's root directory and controls various aspects of your deployment, including routing, redirects, headers, and build settings. -We use the `rewrites` configuration in your `vercel.json` file to proxy requests from your main domain to your documentation. +Mintlify uses the `rewrites` configuration in your `vercel.json` file to proxy requests from your main domain to your documentation. Rewrites map incoming requests to different destinations without changing the URL in the browser. When someone visits `yoursite.com/docs`, Vercel internally fetches content from `your-subdomain.mintlify.dev/docs`, but the user still sees `yoursite.com/docs` in their browser. This is different from redirects, which send users to another URL entirely.