diff --git a/components/color.mdx b/components/color.mdx index b14bedd1d..05e601fb4 100644 --- a/components/color.mdx +++ b/components/color.mdx @@ -1,6 +1,6 @@ --- title: "Color" -description: "Display color palettes with click-to-copy functionality." +description: "Display color palettes with click-to-copy." keywords: ["color", "palette", "colors", "design system", "hex", "rgb", "rgba", "hsl", "oklch"] --- diff --git a/deploy/ghes.mdx b/deploy/ghes.mdx index a5e13c7fb..3bb8899bd 100644 --- a/deploy/ghes.mdx +++ b/deploy/ghes.mdx @@ -231,7 +231,7 @@ Yes, during installation you can select "Only select repositories" and choose sp - Go to the app settings as a site admin. - Modify permissions as needed. - The app will need to be re-approved by organization owners. -- Notify us of any permission changes as they may affect functionality. +- Notify us of any permission changes as they may affect features. diff --git a/deploy/route53-cloudfront.mdx b/deploy/route53-cloudfront.mdx index d31c73c3c..7e344a766 100644 --- a/deploy/route53-cloudfront.mdx +++ b/deploy/route53-cloudfront.mdx @@ -174,7 +174,7 @@ All pages should be directing to your main landing page, but if you append your ## Connect with Route53 -Now, we're going to bring the functionality of the CloudFront distribution into your primary domain. +Now, we're going to bring the CloudFront distribution into your primary domain. For this section, you can also refer to AWS's official guide on [Configuring diff --git a/guides/content-templates.mdx b/guides/content-templates.mdx index fe7ce43a1..6024c2fd5 100644 --- a/guides/content-templates.mdx +++ b/guides/content-templates.mdx @@ -176,7 +176,7 @@ Link to related explanations, tutorials, or reference documentation. ## Reference template -Use reference documentation when users need to look up specific details about your product's functionality. Reference docs prioritize accuracy, consistency, and scannability. +Use reference documentation when users need to look up specific details about your product's features. Reference docs prioritize accuracy, consistency, and scannability. ````mdx Reference template --- diff --git a/guides/content-types.mdx b/guides/content-types.mdx index 2c226ba00..db6323209 100644 --- a/guides/content-types.mdx +++ b/guides/content-types.mdx @@ -59,7 +59,7 @@ Defining content types helps you plan documentation with a clear purpose and mak ### Reference (Information-oriented) -- **Audience goal**: Find details about a product's functionality. +- **Audience goal**: Find details about a product's features. - **Characteristics**: Unambiguous, product-focused, scannable. - **Writing approach**: - Be scannable and concise. diff --git a/guides/cursor.mdx b/guides/cursor.mdx index 68183932a..86ac756fe 100644 --- a/guides/cursor.mdx +++ b/guides/cursor.mdx @@ -371,7 +371,7 @@ Use updates for changelogs: ## New features -- Added bulk user import functionality +- Added bulk user import - Improved error messages with actionable suggestions ## Bug fixes diff --git a/guides/linking.mdx b/guides/linking.mdx index dee05be3c..0c0d8f9e6 100644 --- a/guides/linking.mdx +++ b/guides/linking.mdx @@ -122,7 +122,7 @@ Add links naturally within content where they provide value. ```mdx To customize your documentation appearance, configure [themes](/customize/themes) and [fonts](/customize/fonts) in your settings. You can also add -[custom scripts](/customize/custom-scripts) for advanced functionality. +[custom scripts](/customize/custom-scripts) for advanced features. ``` ### Link to prerequisites diff --git a/installation.mdx b/installation.mdx index bc4b64958..44615dbaa 100644 --- a/installation.mdx +++ b/installation.mdx @@ -15,7 +15,7 @@ keywords: ["CLI", "npm", "local development", "Node.js", "pnpm", "mint dev", "br alt="Decorative graphic representing the CLI." /> -Use the [CLI](https://www.npmjs.com/package/mint) to preview your documentation locally as you write and edit. View changes in real-time before deploying, test your documentation site's appearance and functionality, and catch issues like broken links or accessibility problems. +Use the [CLI](https://www.npmjs.com/package/mint) to preview your documentation locally as you write and edit. View changes in real-time before deploying, test your documentation site's appearance and features, and catch issues like broken links or accessibility problems. The CLI also has utilities for maintaining your documentation, including commands to rename files, validate OpenAPI specifications, and migrate content between formats. diff --git a/migration-services/enterprise.mdx b/migration-services/enterprise.mdx index 08fbdb8f9..b3c493703 100644 --- a/migration-services/enterprise.mdx +++ b/migration-services/enterprise.mdx @@ -80,7 +80,7 @@ Once we deliver your migration, you'll need to complete the following steps to l 3. [Configure your custom domain](/customize/custom-domain). 4. **Test before going live** - Before switching over from your old documentation: - Review all pages on your staging link. - - Test navigation and search functionality. + - Test navigation and search. - Verify all images and videos load correctly. - Check that code blocks render properly. - Test on mobile and desktop. diff --git a/migration-services/pro.mdx b/migration-services/pro.mdx index 2fb74d2d2..e9b4b5b1d 100644 --- a/migration-services/pro.mdx +++ b/migration-services/pro.mdx @@ -83,7 +83,7 @@ Once we deliver your migration, you'll need to complete the following steps to l 3. [Configure your custom domain](https://www.mintlify.com/docs/customize/custom-domain). 4. **Test before going live** - Before switching over from your old documentation: - Review all pages on your staging link. - - Test navigation and search functionality. + - Test navigation and search. - Verify all images and videos load correctly. - Check that code blocks render properly. - Test on mobile and desktop. diff --git a/migration.mdx b/migration.mdx index dbcb83c8b..81d213417 100644 --- a/migration.mdx +++ b/migration.mdx @@ -194,6 +194,6 @@ After completing your migration (automated or manual), we recommend checking: - Internal links resolve properly - Images and assets load correctly - Code blocks display with proper syntax highlighting -- Search functionality works +- Search works - Deployment is configured - Custom domain is set up