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
2 changes: 1 addition & 1 deletion deploy/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
```

<Note>
The export only includes pages listed in your navigation. [Hidden pages](/organize/hidden-pages) are not included in the archive.
The export only includes pages listed in your navigation. [Hidden pages](/organize/hidden-pagez) are not included in the archive.
</Note>

### Security considerations
Expand All @@ -50,7 +50,7 @@
The exported archive is a static, unauthenticated bundle. Anyone with the zip file can view every page it contains.

- The `--groups` flag controls which group-restricted pages Mintlify includes in the archive at export time. It does not enforce authentication after export.
- Only share archives with recipients who are allowed to see the content they contain.

Check warning on line 53 in deploy/export.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

deploy/export.mdx#L53

In general, use active voice instead of passive voice ('are allowed').
- Regenerate and redistribute the archive to publish new changes. Anyone running an older zip continues to see the older content.

## What's in the zip
Expand Down
Loading