-
Notifications
You must be signed in to change notification settings - Fork 235
docs: rename Configurations to Site Configurations in editor #5959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,21 +1,23 @@ | ||||||||||
| --- | ||||||||||
| title: "Configurations" | ||||||||||
| description: "Edit site branding, colors, appearance, and feature settings from the Configurations panel in the Mintlify web editor, with real-time team sync." | ||||||||||
| keywords: ["editor", "configurations", "settings", "branding", "theme"] | ||||||||||
| title: "Site Configurations" | ||||||||||
| description: "Edit site branding, colors, appearance, and feature settings from the Site Configurations panel in the Mintlify web editor, with real-time team sync." | ||||||||||
| keywords: ["editor", "site configurations", "configurations", "settings", "branding", "theme"] | ||||||||||
|
Comment on lines
+3
to
+4
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| boost: 3 | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| Configure your documentation site's branding, appearance, and features from the **Configurations** panel in the web editor. Configuration changes sync in real-time with other editors on the same branch, so your team always sees the latest settings. | ||||||||||
| Configure your documentation site's branding, appearance, and features from the **Site Configurations** panel in the web editor. Configuration changes sync in real-time with other editors on the same branch, so your team always sees the latest settings. | ||||||||||
|
|
||||||||||
| Open the panel by selecting **Site Configurations** in the editor sidebar. In the collapsed sidebar view, it appears as **Site Config**. | ||||||||||
|
|
||||||||||
| <Frame> | ||||||||||
| <img | ||||||||||
| src="/images/editor/configurations-light.png" | ||||||||||
| alt="Configurations menu in the editor." | ||||||||||
| alt="Site Configurations menu in the editor." | ||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| className="block dark:hidden" | ||||||||||
| /> | ||||||||||
| <img | ||||||||||
| src="/images/editor/configurations-dark.png" | ||||||||||
| alt="Configurations menu in the editor." | ||||||||||
| alt="Site Configurations menu in the editor." | ||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| className="hidden dark:block" | ||||||||||
| /> | ||||||||||
| </Frame> | ||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -43,7 +43,7 @@ The editor keeps your content in sync with your Git repository and lets your who | |||||
| Reorder pages and manage site structure. | ||||||
| </Card> | ||||||
|
|
||||||
| <Card title="Configurations" icon="settings" horizontal href="/editor/configurations"> | ||||||
| <Card title="Site Configurations" icon="settings" horizontal href="/editor/configurations"> | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| Configure your site's branding, colors, and features. | ||||||
| </Card> | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -112,7 +112,7 @@ | |||||
|
|
||||||
| - **Merge**: Creates a merge commit that preserves the full branch history. | ||||||
| - **Squash**: Combines all commits in the branch into a single commit on your deployment branch. | ||||||
| - **Rebase**: Replays each commit from the branch onto your deployment branch without a merge commit. | ||||||
|
|
||||||
| The editor uses the selected method by default. If you pass an explicit merge method through the API or your Git provider's UI, that choice takes precedence. | ||||||
|
|
||||||
|
|
@@ -123,4 +123,4 @@ | |||||
| ## Related | ||||||
|
|
||||||
| - [Branching and publishing](/editor/branching-and-publishing) | ||||||
| - [Configurations](/editor/configurations) | ||||||
| - [Site Configurations](/editor/configurations) | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.