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:
- Click the Create dropdown in the top-left corner and select Container. This will open a new form.
- Fill out the mandatory Container fields in the form:
- Title
- Enter Concepts
- To customize the container URL, click on the dropdown in the top-right corner of the form
- Replace the generated unique relative URI with concepts
- 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/.