Skip to content
Merged
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
10 changes: 10 additions & 0 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ If you attempt to run on a port that is already in use, it will use the next ava
Port 3000 is already in use. Trying 3001 instead.
```

## Previewing as a specific group

If you use partial authentication to restrict access to your documentation, you can preview as a specific authentication group by using the `--group [groupname]` flag.

For example, if you have a group named `admin`, you can preview as a member of that group with the command:

```bash
mint dev --group admin
```

## Additional commands

While `mint dev` is the most commonly used command, there are other commands you can use to manage your documentation.
Expand Down