import { Typography } from "@mui/material"; export const ReadInfo = (

Peers who have read permission will receive new wiki updates from other peers.

Important: This permission is enforced through trust that all peers are running software that honors this setting. There is no strong guarantee that this permission can be enforced.

When someone's read permission is revoked, they will still be able to read any content that was sent to them by peers before revocation occured.

); export const WriteInfo = (

Peers who have write permission will be able to cryptographically verify that their wiki updates adhere to this setting.

Important: If this permission is revoked but the revocation information hasn't made its way to all peers, it's possible that someone's additions could appear to be valid until the revocation notice is recieved. In order to prevent this, please try and ensure that all peers are sharing updates regularly.

); export const MemberInfo = (

Wiki membership can be used to control various permissions in the wiki. For example, editing the wiki can be restricted to members only.

Additionally, two special kinds of members can be designated:

);