Skip to content

Commit ee5fa65

Browse files
authored
Updates h7 and h8 formatting (#118132) (#118248)
1 parent c60c464 commit ee5fa65

13 files changed

+102
-102
lines changed

docs/reference/connector/docs/connectors-box.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For additional operations, see <<es-connectors-usage>>.
5454
====== Box Free Account
5555
5656
[discrete#es-connectors-box-create-oauth-custom-app]
57-
======= Create Box User Authentication (OAuth 2.0) Custom App
57+
*Create Box User Authentication (OAuth 2.0) Custom App*
5858
5959
You'll need to create an OAuth app in the Box developer console by following these steps:
6060
@@ -64,7 +64,7 @@ You'll need to create an OAuth app in the Box developer console by following the
6464
4. Once the app is created, *Client ID* and *Client secret* values are available in the configuration tab. Keep these handy.
6565
6666
[discrete#es-connectors-box-connector-generate-a-refresh-token]
67-
======= Generate a refresh Token
67+
*Generate a refresh Token*
6868
6969
To generate a refresh token, follow these steps:
7070
@@ -97,7 +97,7 @@ Save the refresh token from the response. You'll need this for the connector con
9797
====== Box Enterprise Account
9898
9999
[discrete#es-connectors-box-connector-create-box-server-authentication-client-credentials-grant-custom-app]
100-
======= Create Box Server Authentication (Client Credentials Grant) Custom App
100+
*Create Box Server Authentication (Client Credentials Grant) Custom App*
101101
102102
1. Register a new app in the https://app.box.com/developers/console[Box dev console] with custom App and select Server Authentication (Client Credentials Grant).
103103
2. Check following permissions:
@@ -224,7 +224,7 @@ For additional operations, see <<es-connectors-usage>>.
224224
====== Box Free Account
225225
226226
[discrete#es-connectors-box-client-create-oauth-custom-app]
227-
======= Create Box User Authentication (OAuth 2.0) Custom App
227+
*Create Box User Authentication (OAuth 2.0) Custom App*
228228
229229
You'll need to create an OAuth app in the Box developer console by following these steps:
230230
@@ -234,7 +234,7 @@ You'll need to create an OAuth app in the Box developer console by following the
234234
4. Once the app is created, *Client ID* and *Client secret* values are available in the configuration tab. Keep these handy.
235235
236236
[discrete#es-connectors-box-client-connector-generate-a-refresh-token]
237-
======= Generate a refresh Token
237+
*Generate a refresh Token*
238238
239239
To generate a refresh token, follow these steps:
240240
@@ -267,7 +267,7 @@ Save the refresh token from the response. You'll need this for the connector con
267267
====== Box Enterprise Account
268268
269269
[discrete#es-connectors-box-client-connector-create-box-server-authentication-client-credentials-grant-custom-app]
270-
======= Create Box Server Authentication (Client Credentials Grant) Custom App
270+
*Create Box Server Authentication (Client Credentials Grant) Custom App*
271271
272272
1. Register a new app in the https://app.box.com/developers/console[Box dev console] with custom App and select Server Authentication (Client Credentials Grant).
273273
2. Check following permissions:

docs/reference/connector/docs/connectors-content-extraction.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Be aware that the self-managed connector will download files with randomized fil
183183
For that reason, we recommend using a dedicated directory for self-hosted extraction.
184184

185185
[discrete#es-connectors-content-extraction-data-extraction-service-file-pointers-configuration-example]
186-
======= Example
186+
*Example*
187187

188188
1. For this example, we will be using `/app/files` as both our local directory and our container directory.
189189
When you run the extraction service docker container, you can mount the directory as a volume using the command-line option `-v /app/files:/app/files`.
@@ -228,7 +228,7 @@ When using self-hosted extraction from a dockerized self-managed connector, ther
228228
* The self-managed connector and the extraction service will also need to share a volume. You can decide what directory inside these docker containers the volume will be mounted onto, but the directory must be the same for both docker containers.
229229

230230
[discrete#es-connectors-content-extraction-data-extraction-service-file-pointers-configuration-dockerized-example]
231-
======= Example
231+
*Example*
232232

233233
1. First, set up a volume for the two docker containers to share.
234234
This will be where files are downloaded into and then extracted from.

docs/reference/connector/docs/connectors-dropbox.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ When both are provided, priority is given to `file_categories`.
190190
We have some examples below for illustration.
191191
192192
[discrete#es-connectors-dropbox-sync-rules-advanced-example-1]
193-
======= Example: Query only
193+
*Example: Query only*
194194
195195
[source,js]
196196
----
@@ -206,7 +206,7 @@ We have some examples below for illustration.
206206
// NOTCONSOLE
207207
208208
[discrete#es-connectors-dropbox-sync-rules-advanced-example-2]
209-
======= Example: Query with file extension filter
209+
*Example: Query with file extension filter*
210210
211211
[source,js]
212212
----
@@ -225,7 +225,7 @@ We have some examples below for illustration.
225225
// NOTCONSOLE
226226
227227
[discrete#es-connectors-dropbox-sync-rules-advanced-example-3]
228-
======= Example: Query with file category filter
228+
*Example: Query with file category filter*
229229
230230
[source,js]
231231
----
@@ -248,7 +248,7 @@ We have some examples below for illustration.
248248
// NOTCONSOLE
249249
250250
[discrete#es-connectors-dropbox-sync-rules-advanced-limitations]
251-
======= Limitations
251+
*Limitations*
252252
253253
* Content extraction is not supported for Dropbox *Paper* files when advanced sync rules are enabled.
254254
@@ -474,7 +474,7 @@ When both are provided, priority is given to `file_categories`.
474474
We have some examples below for illustration.
475475
476476
[discrete#es-connectors-dropbox-client-sync-rules-advanced-example-1]
477-
======= Example: Query only
477+
*Example: Query only*
478478
479479
[source,js]
480480
----
@@ -490,7 +490,7 @@ We have some examples below for illustration.
490490
// NOTCONSOLE
491491
492492
[discrete#es-connectors-dropbox-client-sync-rules-advanced-example-2]
493-
======= Example: Query with file extension filter
493+
*Example: Query with file extension filter*
494494
495495
[source,js]
496496
----
@@ -509,7 +509,7 @@ We have some examples below for illustration.
509509
// NOTCONSOLE
510510
511511
[discrete#es-connectors-dropbox-client-sync-rules-advanced-example-3]
512-
======= Example: Query with file category filter
512+
*Example: Query with file category filter*
513513
514514
[source,js]
515515
----
@@ -532,7 +532,7 @@ We have some examples below for illustration.
532532
// NOTCONSOLE
533533
534534
[discrete#es-connectors-dropbox-client-sync-rules-advanced-limitations]
535-
======= Limitations
535+
*Limitations*
536536
537537
* Content extraction is not supported for Dropbox *Paper* files when advanced sync rules are enabled.
538538

docs/reference/connector/docs/connectors-github.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
210210
The following sections provide examples of advanced sync rules for this connector.
211211
212212
[discrete#es-connectors-github-sync-rules-advanced-branch]
213-
======= Indexing document and files based on branch name configured via branch key
213+
*Indexing document and files based on branch name configured via branch key*
214214
215215
[source,js]
216216
----
@@ -226,7 +226,7 @@ The following sections provide examples of advanced sync rules for this connecto
226226
// NOTCONSOLE
227227
228228
[discrete#es-connectors-github-sync-rules-advanced-issue-key]
229-
======= Indexing document based on issue query related to bugs via issue key
229+
*Indexing document based on issue query related to bugs via issue key*
230230
231231
[source,js]
232232
----
@@ -242,7 +242,7 @@ The following sections provide examples of advanced sync rules for this connecto
242242
// NOTCONSOLE
243243
244244
[discrete#es-connectors-github-sync-rules-advanced-pr-key]
245-
======= Indexing document based on PR query related to open PR's via PR key
245+
*Indexing document based on PR query related to open PR's via PR key*
246246
247247
[source,js]
248248
----
@@ -258,7 +258,7 @@ The following sections provide examples of advanced sync rules for this connecto
258258
// NOTCONSOLE
259259
260260
[discrete#es-connectors-github-sync-rules-advanced-issue-query-branch-name]
261-
======= Indexing document and files based on queries and branch name
261+
*Indexing document and files based on queries and branch name*
262262
263263
[source,js]
264264
----
@@ -283,7 +283,7 @@ Check the Elasticsearch index for the actual document count.
283283
====
284284
285285
[discrete#es-connectors-github-sync-rules-advanced-overlapping]
286-
======= Advanced rules for overlapping
286+
*Advanced rules for overlapping*
287287
288288
[source,js]
289289
----
@@ -550,7 +550,7 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
550550
The following sections provide examples of advanced sync rules for this connector.
551551
552552
[discrete#es-connectors-github-client-sync-rules-advanced-branch]
553-
======= Indexing document and files based on branch name configured via branch key
553+
*Indexing document and files based on branch name configured via branch key*
554554
555555
[source,js]
556556
----
@@ -566,7 +566,7 @@ The following sections provide examples of advanced sync rules for this connecto
566566
// NOTCONSOLE
567567
568568
[discrete#es-connectors-github-client-sync-rules-advanced-issue-key]
569-
======= Indexing document based on issue query related to bugs via issue key
569+
*Indexing document based on issue query related to bugs via issue key*
570570
571571
[source,js]
572572
----
@@ -582,7 +582,7 @@ The following sections provide examples of advanced sync rules for this connecto
582582
// NOTCONSOLE
583583
584584
[discrete#es-connectors-github-client-sync-rules-advanced-pr-key]
585-
======= Indexing document based on PR query related to open PR's via PR key
585+
*Indexing document based on PR query related to open PR's via PR key*
586586
587587
[source,js]
588588
----
@@ -598,7 +598,7 @@ The following sections provide examples of advanced sync rules for this connecto
598598
// NOTCONSOLE
599599
600600
[discrete#es-connectors-github-client-sync-rules-advanced-issue-query-branch-name]
601-
======= Indexing document and files based on queries and branch name
601+
*Indexing document and files based on queries and branch name*
602602
603603
[source,js]
604604
----
@@ -623,7 +623,7 @@ Check the Elasticsearch index for the actual document count.
623623
====
624624
625625
[discrete#es-connectors-github-client-sync-rules-advanced-overlapping]
626-
======= Advanced rules for overlapping
626+
*Advanced rules for overlapping*
627627
628628
[source,js]
629629
----

docs/reference/connector/docs/connectors-ms-sql.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Here are a few examples of advanced sync rules for this connector.
196196
====
197197
198198
[discrete#es-connectors-ms-sql-sync-rules-advanced-queries]
199-
======= Example: Two queries
199+
*Example: Two queries*
200200
201201
These rules fetch all records from both the `employee` and `customer` tables. The data from these tables will be synced separately to Elasticsearch.
202202
@@ -220,7 +220,7 @@ These rules fetch all records from both the `employee` and `customer` tables. Th
220220
// NOTCONSOLE
221221
222222
[discrete#es-connectors-ms-sql-sync-rules-example-one-where]
223-
======= Example: One WHERE query
223+
*Example: One WHERE query*
224224
225225
This rule fetches only the records from the `employee` table where the `emp_id` is greater than 5. Only these filtered records will be synced to Elasticsearch.
226226
@@ -236,7 +236,7 @@ This rule fetches only the records from the `employee` table where the `emp_id`
236236
// NOTCONSOLE
237237
238238
[discrete#es-connectors-ms-sql-sync-rules-example-one-join]
239-
======= Example: One JOIN query
239+
*Example: One JOIN query*
240240
241241
This rule fetches records by performing an INNER JOIN between the `employee` and `customer` tables on the condition that the `emp_id` in `employee` matches the `c_id` in `customer`. The result of this combined data will be synced to Elasticsearch.
242242
@@ -484,7 +484,7 @@ Here are a few examples of advanced sync rules for this connector.
484484
====
485485
486486
[discrete#es-connectors-ms-sql-client-sync-rules-advanced-queries]
487-
======= Example: Two queries
487+
*Example: Two queries*
488488
489489
These rules fetch all records from both the `employee` and `customer` tables. The data from these tables will be synced separately to Elasticsearch.
490490
@@ -508,7 +508,7 @@ These rules fetch all records from both the `employee` and `customer` tables. Th
508508
// NOTCONSOLE
509509
510510
[discrete#es-connectors-ms-sql-client-sync-rules-example-one-where]
511-
======= Example: One WHERE query
511+
*Example: One WHERE query*
512512
513513
This rule fetches only the records from the `employee` table where the `emp_id` is greater than 5. Only these filtered records will be synced to Elasticsearch.
514514
@@ -524,7 +524,7 @@ This rule fetches only the records from the `employee` table where the `emp_id`
524524
// NOTCONSOLE
525525
526526
[discrete#es-connectors-ms-sql-client-sync-rules-example-one-join]
527-
======= Example: One JOIN query
527+
*Example: One JOIN query*
528528
529529
This rule fetches records by performing an INNER JOIN between the `employee` and `customer` tables on the condition that the `emp_id` in `employee` matches the `c_id` in `customer`. The result of this combined data will be synced to Elasticsearch.
530530

docs/reference/connector/docs/connectors-network-drive.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Advanced sync rules for this connector use *glob patterns*.
174174
The following sections provide examples of advanced sync rules for this connector.
175175
176176
[discrete#es-connectors-network-drive-indexing-files-and-folders-recursively-within-folders]
177-
======= Indexing files and folders recursively within folders
177+
*Indexing files and folders recursively within folders*
178178
179179
[source,js]
180180
----
@@ -190,7 +190,7 @@ The following sections provide examples of advanced sync rules for this connecto
190190
// NOTCONSOLE
191191
192192
[discrete#es-connectors-network-drive-indexing-files-and-folders-directly-inside-folder]
193-
======= Indexing files and folders directly inside folder
193+
*Indexing files and folders directly inside folder*
194194
195195
[source,js]
196196
----
@@ -203,7 +203,7 @@ The following sections provide examples of advanced sync rules for this connecto
203203
// NOTCONSOLE
204204
205205
[discrete#es-connectors-network-drive-indexing-files-and-folders-directly-inside-a-set-of-folders]
206-
======= Indexing files and folders directly inside a set of folders
206+
*Indexing files and folders directly inside a set of folders*
207207
208208
[source,js]
209209
----
@@ -216,7 +216,7 @@ The following sections provide examples of advanced sync rules for this connecto
216216
// NOTCONSOLE
217217
218218
[discrete#es-connectors-network-drive-excluding-files-and-folders-that-match-a-pattern]
219-
======= Excluding files and folders that match a pattern
219+
*Excluding files and folders that match a pattern*
220220
221221
[source,js]
222222
----
@@ -432,7 +432,7 @@ Advanced sync rules for this connector use *glob patterns*.
432432
The following sections provide examples of advanced sync rules for this connector.
433433
434434
[discrete#es-connectors-network-drive-client-indexing-files-and-folders-recursively-within-folders]
435-
======= Indexing files and folders recursively within folders
435+
*Indexing files and folders recursively within folders*
436436
437437
[source,js]
438438
----
@@ -448,7 +448,7 @@ The following sections provide examples of advanced sync rules for this connecto
448448
// NOTCONSOLE
449449
450450
[discrete#es-connectors-network-drive-client-indexing-files-and-folders-directly-inside-folder]
451-
======= Indexing files and folders directly inside folder
451+
*Indexing files and folders directly inside folder*
452452
453453
[source,js]
454454
----
@@ -461,7 +461,7 @@ The following sections provide examples of advanced sync rules for this connecto
461461
// NOTCONSOLE
462462
463463
[discrete#es-connectors-network-drive-client-indexing-files-and-folders-directly-inside-a-set-of-folders]
464-
======= Indexing files and folders directly inside a set of folders
464+
*Indexing files and folders directly inside a set of folders*
465465
466466
[source,js]
467467
----
@@ -474,7 +474,7 @@ The following sections provide examples of advanced sync rules for this connecto
474474
// NOTCONSOLE
475475
476476
[discrete#es-connectors-network-drive-client-excluding-files-and-folders-that-match-a-pattern]
477-
======= Excluding files and folders that match a pattern
477+
*Excluding files and folders that match a pattern*
478478
479479
[source,js]
480480
----

0 commit comments

Comments
 (0)