Skip to content

Commit 1793be3

Browse files
authored
Merge branch 'main' into carousel-support
2 parents 460d951 + 2aedfca commit 1793be3

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

src/Elastic.Markdown/HtmlWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private async Task<RenderResult> RenderLayout(MarkdownFile markdown, MarkdownDoc
135135
UrlPathPrefix = markdown.UrlPathPrefix,
136136
AppliesTo = markdown.YamlFrontMatter?.AppliesTo,
137137
GithubEditUrl = editUrl,
138-
AllowIndexing = DocumentationSet.Context.AllowIndexing && (markdown is DetectionRuleFile || !current.Hidden),
138+
AllowIndexing = DocumentationSet.Context.AllowIndexing && (markdown.CrossLink.Equals("docs-content://index.md", StringComparison.OrdinalIgnoreCase) || markdown is DetectionRuleFile || !current.Hidden),
139139
CanonicalBaseUrl = DocumentationSet.Context.CanonicalBaseUrl,
140140
GoogleTagManager = DocumentationSet.Context.GoogleTagManager,
141141
Features = DocumentationSet.Configuration.Features,

src/tooling/docs-assembler/assembler.yml

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ narrative:
5252
# next: <git_ref>
5353
###
5454
references:
55+
56+
# @elastic/ingest-docs
5557
apm-server:
5658
apm-agent-android:
5759
apm-agent-dotnet:
@@ -68,18 +70,6 @@ references:
6870
beats:
6971
current: "9.0"
7072
next: main
71-
cloud-on-k8s:
72-
cloud:
73-
current: master
74-
next: master
75-
curator:
76-
current: master
77-
next: master
78-
detection-rules:
79-
checkout_strategy: full
80-
ecctl:
81-
current: master
82-
next: master
8373
ecs-dotnet:
8474
ecs-logging-go-logrus:
8575
ecs-logging-go-zap:
@@ -98,8 +88,35 @@ references:
9888
elastic-otel-node:
9989
elastic-otel-php:
10090
elastic-otel-python:
101-
eland:
10291
elastic-serverless-forwarder:
92+
integration-docs:
93+
integrations:
94+
logstash-docs-md:
95+
logstash:
96+
current: "9.0"
97+
next: main
98+
opentelemetry:
99+
100+
# @elastic/admin-docs
101+
cloud-on-k8s:
102+
cloud:
103+
current: master
104+
next: master
105+
curator:
106+
current: master
107+
next: master
108+
ecctl:
109+
current: master
110+
next: master
111+
112+
# @elastic/admin-docs and @elastic/developer-docs
113+
elasticsearch:
114+
115+
# @elastic/admin-docs and @elastic/experience-docs
116+
kibana:
117+
118+
# @elastic/developer-docs
119+
eland:
103120
elasticsearch-hadoop:
104121
elasticsearch-java:
105122
elasticsearch-js:
@@ -108,17 +125,14 @@ references:
108125
elasticsearch-py:
109126
elasticsearch-rs:
110127
elasticsearch-ruby:
111-
elasticsearch:
112128
go-elasticsearch:
113-
integrations:
114-
kibana:
115-
logstash-docs-md:
116-
logstash:
117-
current: "9.0"
118-
next: main
119-
opentelemetry:
120129
search-ui:
121-
integration-docs:
130+
131+
# @elastic/experience-docs
132+
detection-rules:
133+
checkout_strategy: full
134+
135+
# @elastic/docs-engineering
122136
docs-builder:
123137
current: 9.0
124138
next: main

0 commit comments

Comments
 (0)