-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs with new names #867
Conversation
benjamingeer
commented
May 30, 2018
•
edited
Loading
edited
- KnarQL is now called Gravsearch.
- The Knora API server is now just called Knora.
- Restructure the docs somewhat as a result.
- Correct a few errors and out-of-date things in the docs.
- KnarQL is now called Gravsearch. - The Knora API server is now just called Knora. - Restructure the docs somewhat as a result. - Correct a few out-of-date things in the docs.
I will review it tomorrow morning :-) |
@benjamingeer f003b99 fixes the format documentation in typescript. Basically, the sample data is expected to be expanded (expanded prefixes). If you want to document the format with the context object, this would have to be defined as a member of the interfaces. |
I think in the tests we should build the docs with
In case typescript throws an error, this means that the sample responses are not valid. |
Thanks. Somehow I ran
That would be great. @subotic could Travis do this? |
Maybe you ran v1 by accident :-) |
Probably! |
Otherwise this PR looks fine to me. |
Could you possibly approve it then so I can merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you an issue for the format docs build on travis?
Done. Thanks! |