You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/master' into feature/beats-neutral-naming
* upstream/master: (28 commits)
Fixes .net book generation. (elastic#2367)
Add main branch to elasticsearch-net repo to docs build. (elastic#2196)
Update attributes.asciidoc (elastic#2365)
Note that the full path is required for local doc build (elastic#2364)
Bump current version to 7.17 (elastic#2333)
moves old file back to bottom
add new path for kibana links check
apm: Neutral naming for apm-agent-java (elastic#2350)
Change current to MS-68 (elastic#2355)
Remove unnecessary branch mapping for package-spec (elastic#2359)
Adds tech preview macro, updates experimental (elastic#2340)
[DOCS] Add `plugins-7x` and `plugins-6x` attributes (elastic#2358)
apm: Neutral naming for apm-agent-python (elastic#2348)
apm: Neutral naming for apm-agent-rum-js (elastic#2354)
apm: Neutral naming for apm-agent-dotnet (elastic#2352)
apm: Neutral naming for apm-agent-nodejs (elastic#2353)
Neutral naming for apm-agent-go (elastic#2351)
apm: Neutral naming for apm-agent-php (elastic#2349)
Add 7.last attribute for APM Guide (elastic#2356)
[apm] main branch for apm-agent-ruby (elastic#2347)
...
@@ -21,15 +24,16 @@ class CareAdmonition < Asciidoctor::Extensions::Group
21
24
DEV_DEFAULT_TEXT=<<~TEXT.strip
22
25
This functionality is in development and may be changed or removed completely in a future release. These features are unsupported and not subject to the support SLA of official GA features.
23
26
TEXT
24
-
EXPERIMENTAL_DEFAULT_TEXT=<<~TEXT.strip
25
-
This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
27
+
PREVIEW_DEFAULT_TEXT=<<~TEXT.strip
28
+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
250
+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
251
+
TEXT
252
+
end
253
+
include_examples'care admonition'
254
+
end
255
+
context'preview'do
256
+
let(:key){'preview'}
257
+
let(:admon_class){'warning'}
258
+
let(:default_text)do
259
+
<<~TEXT.strip
260
+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
0 commit comments