A Site is the container for Documents. It may be published independently to the web.

    Each Document in a Site is addressed using a Path.

    Documents in a Site may contain Capabilities, which grant permissions to other Accounts to edit a Document (and optionally to Sub-Documents)

    Hypermedia URLs are created for all Documents in the Site by using the Site ID plus the Document Path.

    Home Document

      Every Site must have a Document with an empty Path, which is used as the main Document to introduce readers to the content.

    Sub-Document

      Any Document with a Path is a Sub-Document because it is organized within another document.

      The Path of a Sub-Document is prefixed with the Path of the parent Document. For example:

        /teams is a Sub-Document of the Home Document

        /teams/mercedes is a Sub-Document of the /teams Document