File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 45
45
# ################
46
46
# RELEASE NOTES #
47
47
# ################
48
- # Context:
49
- # I want to start with just this one page:
50
- # https://github.com/elastic/docs-content/blob/main/release-notes/index.md
51
- # And include other tocs from docs-content later in this file.
52
- #
53
- # Why:
54
- # We need to assign different a `path_prefix` to the Fleet, Observability, Security,
55
- # and Serverless release notes, which all live in the docs-content repo.
56
- #
57
- # What I tried:
58
- # In docs-content, I tried moving release-notes/index.md to release-notes/intro/index.md
59
- # and creating a release-notes/intro/toc.yml file that contains just that page,
60
- # but I still couldn't get it to work.
61
48
- toc : docs-content://release-notes/intro
62
49
path_prefix : release-notes
63
50
children :
@@ -190,7 +177,12 @@ toc:
190
177
# https://github.com/elastic/docs-content/blob/main/release-notes/elastic-security/toc.yml
191
178
- toc : docs-content://release-notes/elastic-security
192
179
path_prefix : release-notes/security
193
-
180
+
181
+ # ECS
182
+ # https://github.com/elastic/ecs/blob/main/docs/release-notes/toc.yml
183
+ - toc : ecs://release-notes
184
+ path_prefix : release-notes/ecs
185
+
194
186
# ############
195
187
# REFERENCE #
196
188
# ############
You can’t perform that action at this time.
0 commit comments