Skip to content

Commit c331e33

Browse files
committed
more indentation
1 parent 99c22a1 commit c331e33

File tree

1 file changed

+96
-97
lines changed

1 file changed

+96
-97
lines changed

articles/search/TOC.yml

Lines changed: 96 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
href: search-dotnet-mgmt-sdk-migration.md
221221
- name: Upgrade the REST API
222222
href: search-api-migration.md
223-
- name: Indexes
223+
- name: Search indexes
224224
items:
225225
- name: Create a search index
226226
href: search-how-to-create-search-index.md
@@ -240,6 +240,20 @@
240240
href: search-howto-complex-data-types.md
241241
- name: Model relational data
242242
href: index-sql-relational-data.md
243+
- name: Analyzers
244+
items:
245+
- name: Analyzers overview
246+
href: search-analyzers.md
247+
- name: Add a language analyzer
248+
href: index-add-language-analyzers.md
249+
- name: Add a custom analyzer
250+
href: index-add-custom-analyzers.md
251+
- name: Synonyms
252+
items:
253+
- name: Add synonyms
254+
href: search-synonyms.md
255+
- name: Synonyms C# example
256+
href: search-synonyms-tutorial-sdk.md
243257
- name: Vector stores
244258
items:
245259
- name: Create a vector index
@@ -250,22 +264,23 @@
250264
href: vector-search-how-to-chunk-documents.md
251265
- name: Generate embeddings
252266
href: vector-search-how-to-generate-embeddings.md
253-
254-
- name: Analyzers
255-
items:
256-
- name: Analyzers overview
257-
href: search-analyzers.md
258-
- name: Add a language analyzer
259-
href: index-add-language-analyzers.md
260-
- name: Add a custom analyzer
261-
href: index-add-custom-analyzers.md
262-
- name: Synonyms
267+
- name: Knowledge stores
263268
items:
264-
- name: Add synonyms
265-
href: search-synonyms.md
266-
- name: Synonyms C# example
267-
href: search-synonyms-tutorial-sdk.md
268-
- name: Indexers
269+
- name: Knowledge store overview
270+
href: knowledge-store-concept-intro.md
271+
- name: Knowledge store projections overview
272+
href: knowledge-store-projection-overview.md
273+
- name: Create using REST
274+
href: knowledge-store-create-rest.md
275+
- name: Shape data
276+
href: knowledge-store-projection-shape.md
277+
- name: Define projections
278+
href: knowledge-store-projections-examples.md
279+
- name: Projection example
280+
href: knowledge-store-projection-example-long.md
281+
- name: Connect with Power BI
282+
href: knowledge-store-connect-power-bi.md
283+
- name: Indexers and skills
269284
items:
270285
- name: Indexer overview
271286
href: search-indexer-overview.md
@@ -307,88 +322,72 @@
307322
href: search-indexer-troubleshooting.md
308323
- name: Troubleshoot indexer errors and warnings
309324
href: cognitive-search-common-errors-warnings.md
310-
- name: Data sources (indexers)
311-
items:
312-
- name: Data sources gallery
313-
href: search-data-sources-gallery.md
314-
- name: Azure Storage
315-
items:
316-
- name: Search over blobs
317-
href: search-blob-storage-integration.md
318-
- name: ADLS Gen2
319-
href: search-howto-index-azure-data-lake-storage.md
320-
- name: Blobs
321-
href: search-howto-indexing-azure-blob-storage.md
322-
- name: Files
323-
href: search-file-storage-integration.md
324-
- name: Tables
325-
href: search-howto-indexing-azure-tables.md
326-
- name: Index changed and deleted content
327-
href: search-howto-index-changed-deleted-blobs.md
328-
- name: Azure Cosmos DB
329-
items:
330-
- name: Azure Cosmos DB for NoSQL
331-
href: search-howto-index-cosmosdb.md
332-
- name: Azure Cosmos DB for MongoDB
333-
href: search-howto-index-cosmosdb-mongodb.md
334-
- name: Azure Cosmos DB for Apache Gremlin
335-
href: search-howto-index-cosmosdb-gremlin.md
336-
- name: Azure DB for MySQL
337-
href: search-howto-index-mysql.md
338-
- name: Azure SQL
339-
items:
340-
- name: Azure SQL Databases
341-
href: search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md
342-
- name: Azure SQL Managed Instances
343-
href: search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md
344-
- name: Azure SQL Server VMs
345-
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
346-
- name: SharePoint in Microsoft 365
347-
href: search-howto-index-sharepoint-online.md
348-
- name: Skillsets (indexers)
349-
items:
350-
- name: Attach an Azure AI multi-service resource
351-
href: cognitive-search-attach-cognitive-services.md
352-
- name: Create a skillset
353-
href: cognitive-search-defining-skillset.md
354-
- name: Create an index projection for a secondary index
355-
href: index-projections-concept-intro.md
356-
- name: Debug a skillset
357-
href: cognitive-search-how-to-debug-skillset.md
358-
- name: Reference an annotation
359-
href: cognitive-search-concept-annotations-syntax.md
360-
- name: Map to index fields
361-
href: cognitive-search-output-field-mapping.md
362-
- name: Process image files
363-
href: cognitive-search-concept-image-scenarios.md
364-
- name: Cache (incremental) enrichment
365-
href: search-howto-incremental-index.md
366-
- name: Design tips
367-
href: cognitive-search-concept-troubleshooting.md
368-
- name: Custom skills
325+
- name: Data sources (indexers)
369326
items:
370-
- name: Integrate custom skills
371-
href: cognitive-search-custom-skill-interface.md
372-
- name: Scale out custom skills
373-
href: cognitive-search-custom-skill-scale.md
374-
- name: Example - Bing Entity Search
375-
href: cognitive-search-create-custom-skill-example.md
376-
- name: Knowledge stores
377-
items:
378-
- name: Knowledge store overview
379-
href: knowledge-store-concept-intro.md
380-
- name: Knowledge store projections overview
381-
href: knowledge-store-projection-overview.md
382-
- name: Create using REST
383-
href: knowledge-store-create-rest.md
384-
- name: Shape data
385-
href: knowledge-store-projection-shape.md
386-
- name: Define projections
387-
href: knowledge-store-projections-examples.md
388-
- name: Projection example
389-
href: knowledge-store-projection-example-long.md
390-
- name: Connect with Power BI
391-
href: knowledge-store-connect-power-bi.md
327+
- name: Data sources gallery
328+
href: search-data-sources-gallery.md
329+
- name: Azure Storage
330+
items:
331+
- name: Search over blobs
332+
href: search-blob-storage-integration.md
333+
- name: ADLS Gen2
334+
href: search-howto-index-azure-data-lake-storage.md
335+
- name: Blobs
336+
href: search-howto-indexing-azure-blob-storage.md
337+
- name: Files
338+
href: search-file-storage-integration.md
339+
- name: Tables
340+
href: search-howto-indexing-azure-tables.md
341+
- name: Index changed and deleted content
342+
href: search-howto-index-changed-deleted-blobs.md
343+
- name: Azure Cosmos DB
344+
items:
345+
- name: Azure Cosmos DB for NoSQL
346+
href: search-howto-index-cosmosdb.md
347+
- name: Azure Cosmos DB for MongoDB
348+
href: search-howto-index-cosmosdb-mongodb.md
349+
- name: Azure Cosmos DB for Apache Gremlin
350+
href: search-howto-index-cosmosdb-gremlin.md
351+
- name: Azure DB for MySQL
352+
href: search-howto-index-mysql.md
353+
- name: Azure SQL
354+
items:
355+
- name: Azure SQL Databases
356+
href: search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md
357+
- name: Azure SQL Managed Instances
358+
href: search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md
359+
- name: Azure SQL Server VMs
360+
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
361+
- name: SharePoint in Microsoft 365
362+
href: search-howto-index-sharepoint-online.md
363+
- name: Skillsets (indexers)
364+
items:
365+
- name: Attach an Azure AI multi-service resource
366+
href: cognitive-search-attach-cognitive-services.md
367+
- name: Create a skillset
368+
href: cognitive-search-defining-skillset.md
369+
- name: Create an index projection for a secondary index
370+
href: index-projections-concept-intro.md
371+
- name: Debug a skillset
372+
href: cognitive-search-how-to-debug-skillset.md
373+
- name: Reference an annotation
374+
href: cognitive-search-concept-annotations-syntax.md
375+
- name: Map to index fields
376+
href: cognitive-search-output-field-mapping.md
377+
- name: Process image files
378+
href: cognitive-search-concept-image-scenarios.md
379+
- name: Cache (incremental) enrichment
380+
href: search-howto-incremental-index.md
381+
- name: Design tips
382+
href: cognitive-search-concept-troubleshooting.md
383+
- name: Custom skills
384+
items:
385+
- name: Integrate custom skills
386+
href: cognitive-search-custom-skill-interface.md
387+
- name: Scale out custom skills
388+
href: cognitive-search-custom-skill-scale.md
389+
- name: Example - Bing Entity Search
390+
href: cognitive-search-create-custom-skill-example.md
392391
- name: Queries (text and vector)
393392
items:
394393
- name: Full text query

0 commit comments

Comments
 (0)