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
8 changes: 5 additions & 3 deletions src/pages/connect/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
what it needs to do. The permission applies only to that application and
collection and can be narrowed, paused, or revoked later.
</p>
<h2>Share a collection</h2>
</section>

<section class="content-section" aria-labelledby="share-a-collection">
<h2 id="share-a-collection">Share a collection</h2>
<p>
Owners can invite other people to a hosted collection as viewers or
editors. Viewers can read; editors can read and change records but cannot
manage membership. Each member’s applications and mirrors stay within
that member’s permissions. Owners can change roles or remove access later.
</p>
<p>
To share a collection, open its sharing controls in the
<a href="https://editor.mdbase.dev/">mdbase Editor</a> and invite someone
To share a collection, open its sharing controls in the <a href="https://editor.mdbase.dev/">mdbase Editor</a> and invite someone
by email. The recipient must already have a registered, verified Connect
account. After accepting, they can open the collection in compatible
applications; applications requiring permissions beyond their role cannot
Expand Down