Skip to content
Open
10 changes: 9 additions & 1 deletion microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
# AI for the web
- name: AI for the web
items:
- name: Developer APIs
- name: AI for the web
href: ./web-platform/index.md

- name: AI web APIs for sites
items:
- name: Prompt a built-in language model with the Prompt API
href: ./web-platform/prompt-api.md
Expand All @@ -138,6 +141,11 @@

- name: Convert speech to text with the SpeechRecognition API
href: ./web-platform/speech-recognition-api.md

- name: Expose sites to agents
items:
- name: Let agents inspect your site and WebView2 app with Chrome DevTools MCP
href: ./web-platform/devtools-mcp-server.md
# /AI for the web
# =============================================================================
# -----------------------------------------------------------------------------
Expand Down
Loading