Skip to content

Commit a01f846

Browse files
committed
CONSOLEify a few more docs
Adds CONSOLE to cross-cluster-search docs but skips them for testing because we don't have a second cluster set up. This gets us the `VIEW IN CONSOLE` and `COPY AS CURL` links and makes sure that they are valid yaml (not json, technically) but doesn't get testing. Which is better than we had before. Adds CONSOLE to the dynamic templates docs and ingest-node docs. The ingest-node docs contain a *ton* of non-console snippets. We might want to convert them to full examples later, but that can be a separate thing. Relates to #18160
1 parent 559bec2 commit a01f846

File tree

4 files changed

+83
-46
lines changed

4 files changed

+83
-46
lines changed

docs/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ buildRestTests.expectedUnconvertedCandidates = [
5454
'reference/indices/recovery.asciidoc',
5555
'reference/indices/segments.asciidoc',
5656
'reference/indices/shard-stores.asciidoc',
57-
'reference/ingest/ingest-node.asciidoc',
58-
'reference/mapping/dynamic/templates.asciidoc',
59-
'reference/modules/cross-cluster-search.asciidoc', // this is hard to test since we need 2 clusters -- maybe we can trick it into referencing itself...
6057
'reference/search/field-stats.asciidoc',
6158
'reference/search/profile.asciidoc',
6259
]

0 commit comments

Comments
 (0)