Skip to content
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

Fix/relative linking #1

Merged
merged 4 commits into from
May 22, 2020
Merged

Conversation

bradennapier
Copy link
Owner

Allows definition to be optional. If no definition can be derived from the current context then relative links are not rendered since they will not render to the correct location. This will occur in some cases during completions since there is no way to figure out the definition of the completion data being returned when displaying that context via the completionsEntryDetails request.

image

I would note that there are some cases that we can derive a context during a completion so when possible the links will be displayed.

image


It would probably be worth exploring completionsEntryDetails from at least returning enough information that can allow figuring out the definition that the completion data is coming from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant