-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ESQL: Standardize font used in railroad diagrams #98897
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
Conversation
Locks the railroad diagrams to always use the same font, this one named `roboto mono`. This makes sure that when we render the railroad diagrams we always size them the same way. Because everyone has a copy of roboto mono. Because gradle resolves that dependency.
|
Documentation preview: |
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-ql (Team:QL) |
|
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
|
The docs for this won't render correctly until we land a change to the docs build. I'll open a PR for that soon. |
|
This needs elastic/docs#2744 |
costin
left a comment
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.
LGTM

Locks the railroad diagrams to always use the same font, this one named
roboto mono. This makes sure that when we render the railroad diagrams we always size them the same way. Because everyone has a copy of roboto mono. Because gradle resolves that dependency.