Skip to content

Commit 96a720c

Browse files
committed
Update index.yml
1 parent ea43b52 commit 96a720c

File tree

2 files changed

+92
-59
lines changed

2 files changed

+92
-59
lines changed

articles/ai-services/content-understanding/index.yml

Lines changed: 88 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -11,63 +11,96 @@ metadata:
1111
ms.author: lajanuar
1212
ms.date: 05/19/2025
1313

14-
landingContent:
14+
highlightedContent:
15+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
16+
items:
17+
- title: What is Azure AI Content Understanding?
18+
itemType: overview
19+
url: overview.md
20+
- title: "What's new?"
21+
itemType: whats-new
22+
url: whats-new.md
23+
- title: Try Content Understanding REST API
24+
itemType: quickstart
25+
url: quickstart/use-rest-api.md
26+
- title: Try Azure AI Foundry portal
27+
itemType: quickstart
28+
url: quickstart/use-ai-foundry.md
1529

16-
- title: About Azure AI Content Understanding
17-
linkLists:
18-
- linkListType: overview
19-
links:
20-
- text: What is Azure AI Content Understanding?
21-
url: overview.md
22-
- text: Azure AI Content Understanding REST API
23-
url: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
24-
- text: FAQ
25-
url: faq.yml
26-
27-
- title: Capabilities
28-
linkLists:
29-
- linkListType: concept
30-
links:
31-
- text: Audio
30+
conceptualContent:
31+
items:
32+
- title: Analyzers
33+
links:
34+
- itemType: overview
35+
text: Overview
36+
url: concepts/analyzers-overview.md
37+
- itemType: concept
38+
text: Prebuilt analyzers
39+
url: concepts/prebuilt-analyzers.md
40+
- itemType: concept
41+
text: "Modes: standard and pro"
42+
url: concepts/modes-standard-pro.md
43+
- title: Classifiers
44+
links:
45+
- itemType: overview
46+
text: Overview
47+
url: classifiers/overview.md
48+
- title: Face and Person Directories
49+
links:
50+
- itemType: overview
51+
text: Overview
52+
url: face/overview.md
53+
- itemType: how-to-guide
54+
text: Build a person directory
55+
url: tutorial/build-person-directory.md
56+
- title: Azure AI Foundry
57+
links:
58+
- itemType: quickstart
59+
text: Quickstart
60+
url: quickstart/use-ai-foundry.md
61+
- itemType: concept
62+
text: Analyzer templates
63+
url: concepts/analyzer-templates.md
64+
- title: capabilities
65+
links:
66+
- itemType: concept
67+
text: Document
68+
url: document/overview.md
69+
- itemType: concept
70+
text: Image
71+
url: image/overview.md
72+
- itemType: concept
73+
text: Audio
3274
url: audio/overview.md
33-
- text: Video
75+
- itemType: concept
76+
text: Video
3477
url: video/overview.md
35-
- text: Image
36-
url: image/overview.md
37-
- text: Document
38-
url: document/overview.md
39-
40-
- title: Get started
41-
linkLists:
42-
- linkListType: quickstart
43-
links:
44-
- text: Try Content Understanding REST API
45-
url: quickstart/use-rest-api.md
46-
- text: Try Azure AI Foundry portal
47-
url: quickstart/use-ai-foundry.md
48-
49-
- title: How-to guides
50-
linkLists:
51-
- linkListType: how-to-guide
52-
links:
53-
- text: Create a multi-service resource
54-
url: how-to/create-multi-service-resource.md
55-
56-
- title: "What's new?"
57-
linkLists:
58-
- linkListType: whats-new
59-
links:
60-
- text: "What's new in Azure AI Content Understanding?"
61-
url: whats-new.md
62-
63-
- title: Reference
64-
linkLists:
65-
- linkListType: reference
66-
links:
67-
- text: Service limits
68-
url: service-limits.md
69-
- text: Language and region support
70-
url: language-region-support.md
71-
78+
- title: Tutorials
79+
links:
80+
- itemType: how-to-guide
81+
text: Create a custom analyzer
82+
url: tutorial/create-custom-analyzer.md
83+
- itemType: how-to-guide
84+
text: Build a person directory
85+
url: tutorial/build-person-directory.md
86+
- title: Resources
87+
links:
88+
- itemType: reference
89+
text: Service limits
90+
url: service-limits.md
91+
- itemType: reference
92+
text: Language and region support
93+
url: language-region-support.md
94+
- title: Reference
95+
links:
96+
- itemType: reference
97+
text: FAQ
98+
url: faq.yml
99+
- itemType: reference
100+
text: Glossary
101+
url: glossary.md
102+
- itemType: reference
103+
text: REST API
104+
url: reference/rest-api.md
72105

73106

articles/ai-services/content-understanding/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ items:
77
- name: What is Azure AI Content Understanding?
88
displayName: document, text, images, video, audio, multimodal, visual, structured, content, field, extraction, content filtering, filter
99
href: overview.md
10-
- name: Create an Azure AI Services resource
11-
displayName: extract, text, images, OCR, optical character recognition
12-
href: how-to/create-multi-service-resource.md
1310
- name: What's new
1411
displayName: changelog, release, updates, previews
1512
href: whats-new.md
13+
- name: Create an Azure AI Services resource
14+
displayName: extract, text, images, OCR, optical character recognition
15+
href: how-to/create-multi-service-resource.md
1616
- name: Service quotas and limits
1717
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
1818
href: service-limits.md
@@ -96,7 +96,7 @@ items:
9696
href: tutorial/build-person-directory.md
9797
- name: Azure AI Foundry
9898
items:
99-
- name: "Quickstart: Content Understanding with Azure AI Foundry"
99+
- name: Quickstart
100100
displayName: quickstart, extract, text, images, OCR, optical character recognition
101101
href: quickstart/use-ai-foundry.md
102102
- name: Analyzer templates

0 commit comments

Comments
 (0)