[DOCS] Label legacy rollup APIs#65518
[DOCS] Label legacy rollup APIs#65518jrodewig merged 1 commit intoelastic:masterfrom jrodewig:docs__label-legacy-rollups
Conversation
|
|
||
| // tag::legacy-rollup-admon[] | ||
| WARNING: This documentation is about legacy rollups. Legacy rollups are | ||
| deprecated and will be replaced by new rollup functionality introduced in {es} |
There was a problem hiding this comment.
I plan to add an xref to the updated overview page once that's ready. I've added a note to #65515.
I don't think that's a blocker for this PR tho.
|
Pinging @elastic/es-analytics-geo (Team:Analytics) |
|
Pinging @elastic/es-docs (Team:Docs) |
|
|
||
| experimental[] | ||
|
|
||
| endif::[] |
There was a problem hiding this comment.
I'm a little confused. is the above header also in a second ifndef::permanently-unreleased-branch?
There was a problem hiding this comment.
Sorry. I should have explained this better.
There are two conditionals: ifdef and ifndef. The content inside ifdef only displays on the master and 7.x branches (permanently unreleased branches). The content inside ifndef displays on all other branches.
This lets us use the same source when 7.n is cut from 7.x. Though the source will be the same, 7.x will use the ifdef content while 7.n will use the ifndef content.
When we get near release, I'll go through the docs and remove all the conditionals so only the ifdef content is left. I have a task for that over in #65515.
There was a problem hiding this comment.
ahh ok. thanks for the clarification
Changes:
Previews