-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Sort field data types in docs #64288
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
[DOCS] Sort field data types in docs #64288
Conversation
This sorts the field data types alphabetically in the navigation. Additionally the title for unsigned long included "data type", but none of the others included this so I removed it for consistency.
Pinging @elastic/es-docs (>docs) |
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. There is some additional cleanup needed here. For example, we probably want to condense the unsigned long docs and include them with our other numeric types. However, I can handle that as part of another PR.
I'm going to incorporate one change that should fix the docs CI build.
Co-authored-by: Andrew Kroh <[email protected]>
Co-authored-by: Andrew Kroh <[email protected]>
Co-authored-by: Andrew Kroh <[email protected]>
This sorts the field data types alphabetically in the navigation. Additionally the title for unsigned long
included "data type", but none of the others included this so I removed it for consistency.