-
Notifications
You must be signed in to change notification settings - Fork 335
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
Add link to subscriptions page via post-processing #720
Comments
It seems to me that for the post-processing to work, we would either need to:
In both cases you'd need to add something like this to the style.css (based on the existing edit_me and xpack examples):
|
I'm working on this now. I've got a link showing up in the page but there is javascript getting in the way. I'll keep working on it! |
@nik9000 Here are some examples of the use of the icon inline: |
Thanks!
…On Thu, Mar 21, 2019, 19:45 Lisa Cawley ***@***.***> wrote:
@nik9000 <https://github.com/nik9000> Here are some examples of the use
of the icon inline:
https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-node.html#ml-node
https://www.elastic.co/guide/en/kibana/master/working-remote-clusters.html#managing-cross-cluster-replication
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#720 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AANLov915wiFJODuSRL-Ek9LngNfx19Aks5vZBmXgaJpZM4b1O51>
.
|
This replaces the `x-pack` tags on the titles of pages that are about elastic licensed features with clickable links that take you to the subscriptions page. This is implemented by replacing the section rendering code in docbook with customized code that includes the link. This also replaces the background image of the `x-pack` tag with one that looks "more clickable" and has a hover treatment. Closes elastic#720
This replaces the `x-pack` tags on the titles of pages that are about elastic licensed features with clickable links that take you to the subscriptions page. This is implemented by replacing the section rendering code in docbook with customized code that includes the link. This also replaces the background image of the `x-pack` tag with one that looks "more clickable" and has a hover treatment. Closes elastic#720
This replaces the `x-pack` tags on the titles of pages that are about elastic licensed features with clickable links that take you to the subscriptions page. This is implemented by replacing the title rendering code in docbook with customized code that includes the link. This also replaces the background image of the `x-pack` tag with one that looks "more clickable" and has a hover treatment. Closes #720
The X-Pack icon near page or section title is currently implemented as described in #542
We would like to turn it into a link to https://www.elastic.co/subscriptions
I had intended to accomplish this via the following Asciidoctor functionality: #567 but the last time I tested it, there were problems: #505 (comment)
If we can accomplish this temporarily (or permanently) via post-processing instead, that's worth considering.
The text was updated successfully, but these errors were encountered: