Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,17 @@
/>
</Frame>

### Duplicate files and folders

To duplicate a file or folder, click the kebab menu icon for the item you want to duplicate. Select **Duplicate** from the dropdown menu.

When you duplicate a file or folder:

- **Files** are duplicated with a `-copied-N` suffix appended to the filename, where `N` is an incrementing number to ensure uniqueness (for example, `quickstart-copied-1.mdx`, `quickstart-copied-2.mdx`).
- **Folders** preserve their structure when all files share a common folder path. If files don't share a common folder, they are created as new individual files with the `-copied-N` suffix.

The duplicated content includes all the original file's content and is automatically added to your navigation structure.

### Organize your navigation

Edit your `docs.json` file to add new pages and remove deleted pages from your site navigation. See [Navigation](/organize/navigation) for more information on how to organize pages.
Expand Down Expand Up @@ -269,7 +280,7 @@
/>
</Frame>

If you authorize Mintlify to your GitHub user, your commits will be signed as if you had made them yourself. If not, they will be signed by the Mintlify GitHub app.

Check warning on line 283 in editor.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor.mdx#L283

Avoid using 'will'.

Check warning on line 283 in editor.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor.mdx#L283

In general, use active voice instead of passive voice ('be signed').

Check warning on line 283 in editor.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor.mdx#L283

Avoid using 'will'.

Check warning on line 283 in editor.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor.mdx#L283

In general, use active voice instead of passive voice ('be signed').

### Pull requests and reviewing changes

Expand All @@ -296,7 +307,7 @@
- Any specific areas that need review
</Step>
<Step title="Create and share">
Select **Publish Pull Request**. The editor will provide a link to view your pull request.

Check warning on line 310 in editor.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor.mdx#L310

Avoid using 'will'.

<Frame>
<img
Expand Down