typedb-docs
typedb-docs copied to clipboard
TypeDB Documentation
We should document the "authentication" and "encryption" features in the docs. They should be located under the "Management" section. **Authentication** The authentication page should cover the following: 1. How does...
## Description There are two bugs in the docs on 'Subtype a relation': 1. The field marked 'important' says that > All roles defined to relate to the parent relation...
## Description Some query validations are performed upon the commit of their transaction and because we currently do not commit the transactions in testing the Graql queries, such tests are...
## Problem to Solve Currently, the installation page on docs (https://dev.grakn.ai/docs/running-grakn/install-and-run) is unclear because there are multiple ways of installing and then upgrading Grakn. For instance, right now, we have...
All links who refer to the schema designer are missing here: https://github.com/graknlabs/docs/blob/master/07-workbase/04-schema-designer.md
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description https://dev.grakn.ai/docs/schema/concepts has Java code. It should also have Node.js and...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description Node.js does not output call duration  ## Location of...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description phone schema diagram missing 2 attributes missing 'name' attribute for...
Code snippets in this repository are tested with only a running grakn server and defined schema assumed. While this is appropriate for most snippets, for quickstart, the code required to...
## Description I tried to use the attributes method on an Entity but the code throw an exception. During the bug search, I found out, there is no implementation on...