-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Glossary update, Closes Issue #16891 #29127
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
9d28ba1
Glossary update, Closes Issue #16891
refactormyself d28152e
Updated based on reviews
refactormyself a14b6c7
Updated based on review comments
refactormyself 6d091ff
"+" used for styling restored and more editing
refactormyself f57cb47
Reverted some unrelated changes made and added relative link
refactormyself 69a9fc3
changed ` "filter" context ` to ` filter context`
refactormyself 2c40605
Corrected absolute link to the proper relative link
refactormyself b5024e8
fix bad link syntax
refactormyself 5bc957a
Edit link to query_filter_context, now getting error
refactormyself 3813c91
fix the problem with the link to query-filter-context
refactormyself File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think I see your problem now.
You are trying to link to a page in the elasticsearch guide, which only seems to work with an external link syntax. What I said earlier was to please use an "Internal cross references" as described in the asciidoc syntax above to point to this document in the reference itself, which works because of its inline anchor in the first line. You should be able to use
<<query-filter-context,filter context>>for this.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.
I have tried even this
<<query_filter_context.asciidoc,filter context>>before, now again, it is not working. It only works if both the linked and linking documents are in the same folder. Here we havedocs/reference/glossary.asciidoclinking todocs/reference/query-dsl/query_filter_context.asciidoc. I found this issue on asciidoctor repo but I could not make anything of it. I tried the follow with no success :-<</query-dsl/query_filter_context.asciidoc,filter context>><<./query-dsl/query_filter_context.asciidoc,filter context>><<../query-dsl/query_filter_context.asciidoc,filter context>>I build this before pushing and it did not break any test. Must all references follow the
<<,>>syntax ? Sorry, please I don't seem to get the problem, in this case.Uh oh!
There was an error while loading. Please reload this page.
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.
Have you tried the version I gave you (
<<query-filter-context,filter context>>) using thebuild_docs.plscript I outlined above? All the variant you just listed are different.I'm still trying to get at what you mean by that. Could you explain what tooling you use?
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.
This
<<query-filter-context,filter context>>gives me this:I am on Windows 7, using CGwin - bash, perl, python, xsltproc installed
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.
Can you please push the version where you get that error?