Skip to content

Commit 2b150e5

Browse files
authored
Change titles to sentence case (#833)
* change titles to sentence case * make groups sentence case
1 parent 1a888b3 commit 2b150e5

31 files changed

+35
-35
lines changed

advanced/dashboard/permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Editor Permissions'
2+
title: 'Editor permissions'
33
description: 'Allow more members of your team to update your docs'
44
---
55

advanced/dashboard/sso.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Single Sign-On (SSO)"
2+
title: "Single sign-on (SSO)"
33
description: "Customize how your team can login to your admin dashboard"
44
---
55

ai-ingestion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "AI Ingestion"
2+
title: "AI ingestion"
33
description: "Prepare your documentation for LLMs and AI tools"
44
icon: "bot-message-square"
55
---

api-playground/asyncapi/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "AsyncAPI Setup"
2+
title: "AsyncAPI setup"
33
description: "Create websocket reference pages with AsyncAPI"
44
---
55

api-playground/mdx/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'MDX Setup'
2+
title: 'MDX setup'
33
description: 'Generate docs pages for your API endpoints using `MDX`'
44
---
55

api-playground/openapi-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "OpenAPI Setup"
2+
title: "OpenAPI setup"
33
description: "Reference OpenAPI endpoints in your docs pages"
44
icon: "file-json"
55
---

authentication-personalization/authentication-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Authentication Setup"
2+
title: "Authentication setup"
33
description: "Guarantee privacy of your docs by authenticating users"
44
icon: "file-lock"
55
---

authentication-personalization/partial-authentication-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Partial Authentication Setup"
2+
title: "Partial authentication setup"
33
description: "Control access to specific pages"
44
icon: "file-lock-2"
55
---

authentication-personalization/personalization-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Personalization Setup"
2+
title: "Personalization setup"
33
description: "Let users log in for customized documentation experiences"
44
icon: "user-cog"
55
---

authentication-personalization/sending-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Sending Data"
2+
title: "Sending data"
33
description: "User data format for personalizing your documentation"
44
icon: "send"
55
---

changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Product Updates"
2+
title: "Product updates"
33
description: "New updates and improvements"
44
mode: "center"
55
---

components/code-groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Code Groups"
2+
title: "Code groups"
33
description: "The CodeGroup component lets you combine code blocks in a display separated by tabs"
44
icon: "group"
55
---

components/responses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Response Fields'
2+
title: 'Response fields'
33
description: 'Display API response values'
44
---
55

contact-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Contact Support"
2+
title: "Contact support"
33
icon: "circle-help"
44
description: "We're here to help you get the most out of Mintlify"
55
---

docs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"description": "Set up your documentation",
2020
"groups": [
2121
{
22-
"group": "Getting Started",
22+
"group": "Getting started",
2323
"pages": [
2424
"index",
2525
"quickstart",
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
{
31-
"group": "Core Configuration",
31+
"group": "Core configuration",
3232
"pages": [
3333
"settings",
3434
"pages",
@@ -65,7 +65,7 @@
6565
]
6666
},
6767
{
68-
"group": "API Pages",
68+
"group": "API pages",
6969
"pages": [
7070
"api-playground/overview",
7171
"api-playground/openapi-setup",
@@ -99,7 +99,7 @@
9999
]
100100
},
101101
{
102-
"group": "Authentication and Personalization",
102+
"group": "Authentication and personalization",
103103
"pages": [
104104
"authentication-personalization/overview",
105105
"authentication-personalization/authentication-setup",
@@ -197,7 +197,7 @@
197197
]
198198
},
199199
{
200-
"group": "Version Control and CI/CD",
200+
"group": "Version control and CI/CD",
201201
"pages": [
202202
"settings/github",
203203
"settings/gitlab",

editor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Web Editor"
2+
title: "Web editor"
33
description: "Build your documentation using the Mintlify web editor"
44
icon: "mouse-pointer-2"
55
---

guides/assistant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "AI Assistant"
2+
title: "AI assistant"
33
description: "Help users succeed with your product and find answers faster"
44
icon: "bot"
55
---

guides/auth0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Using Auth0 with the OAuth Handshake"
2+
title: "Using Auth0 with the OAuth handshake"
33
description: "If Auth0 is the source of truth for your user data, you can set up Mintlify as an OAuth client app to authenticate your users."
44
---
55

image-embeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Images and Embeds'
2+
title: 'Images and embeds'
33
description: 'Add image, video, and other HTML elements'
44
icon: 'image'
55
---

integrations/analytics/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Analytics Integrations"
2+
title: "Analytics integrations"
33
description: "Integrate with an analytics platform to track events"
44
---
55

integrations/privacy/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Privacy Integrations"
2+
title: "Privacy integrations"
33
description: "Integrate with a data privacy platform"
44
---
55

integrations/support/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Support Integrations"
2+
title: "Support integrations"
33
description: "Integrate with a support widget"
44
---
55

list-table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lists and Tables"
2+
title: "Lists and tables"
33
description: "Display information in lists and tables"
44
icon: "list"
55
---

reusable-snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Reusable Snippets'
2+
title: 'Reusable snippets'
33
description: 'Reusable, custom snippets to keep content in sync'
44
icon: 'recycle'
55
---

settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Global Settings"
2+
title: "Global settings"
33
description: "Configure site-wide settings with the `docs.json` file"
44
icon: "settings-2"
55
keywords: ["docs.json", "settings", "customization", "configuration"]

settings/broken-links.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Redirects and Broken Links"
2+
title: "Redirects and broken links"
33
description: "Tools to help prevent invalid links"
44
icon: 'link-2'
55
---

settings/ci.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "CI Checks"
2+
title: "CI checks"
33
description: "Add checks for broken links, linting, and grammar to the updating process"
44
icon: "circle-check"
55
---

settings/custom-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Custom Domain"
2+
title: "Custom domain"
33
description: "Host your documentation at your website's custom domain"
44
icon: "globe"
55
---

settings/custom-scripts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Custom Scripts'
2+
title: 'Custom scripts'
33
description: 'Fully customize your documentation with custom CSS and JS'
44
icon: "code"
55
---

settings/preview-deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Preview Deployments"
2+
title: "Preview deployments"
33
description: "Preview changes to your docs in a live deployment"
44
icon: "scan-eye"
55
---

text.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Headers and Text"
2+
title: "Headers and text"
33
description: "Text, title, and styling in standard markdown"
44
icon: 'heading'
55
---

0 commit comments

Comments
 (0)