Create documents

Learn how to create container and item documents

To create a container document (which can have children documents) with a custom URL, follow these steps:

  1. Click the Create dropdown in the top-left corner and select Container. This will open a new form.
  2. Fill out the mandatory Container fields in the form:
    Title
    Enter Concepts
  3. To customize the container URL, click on the dropdown in the top-right corner of the form
  4. Replace the generated unique relative URI with concepts
  5. Click Save

See how below:

Replace owner_cert_password with the value of the corresponding secret and execute the following command:

create-container.sh \
  -b "https://localhost:4443/" \
  -f ./ssl/owner/cert.pem \
  -p "$owner_cert_password" \
  --title "Concepts" \
  --slug "concepts" \
  --parent "https://localhost:4443/"

A container titled Concepts should appear with the URI https://localhost:4443/concepts/.

Read more about document management.