Skip to content

Commit fe9c02b

Browse files
Update built-in AI demo title and docs links
1 parent 0e76701 commit fe9c02b

File tree

13 files changed

+18
-20
lines changed

13 files changed

+18
-20
lines changed

built-in-ai/playgrounds/prompt-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">
@@ -119,7 +119,7 @@ <h2 class="app-title">Built-in AI Playground</h2>
119119

120120
<main>
121121
<h1>Prompt API</h1>
122-
<p class="description">Web API to prompt the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/prompt-api" target="_blank">the API documentation</a>.</p>
122+
<p class="description">Web API to prompt the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/prompt-api" target="_blank">Prompt a built-in language model with the Prompt API</a>.</p>
123123

124124
<div id="message-ui" class="message-bar"></div>
125125

built-in-ai/playgrounds/rewriter-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">
@@ -119,7 +119,7 @@ <h2 class="app-title">Built-in AI Playground</h2>
119119

120120
<main>
121121
<h1>Rewriter API</h1>
122-
<p class="description">Web API to modify text in different tones, lengths, etc. using the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">the API documentation</a>.</p>
122+
<p class="description">Web API to modify text in different tones, lengths, etc. using the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">Summarize, write, and rewrite text with the Writing Assistance APIs</a>.</p>
123123

124124
<div id="message-ui" class="message-bar"></div>
125125

built-in-ai/playgrounds/summarizer-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">
@@ -119,7 +119,7 @@ <h2 class="app-title">Built-in AI Playground</h2>
119119

120120
<main>
121121
<h1>Summarizer API</h1>
122-
<p class="description">Web API to summarize text in different styles, lengths, etc. using the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">the API documentation</a>.</p>
122+
<p class="description">Web API to summarize text in different styles, lengths, etc. using the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">Summarize, write, and rewrite text with the Writing Assistance APIs</a>.</p>
123123

124124
<div id="message-ui" class="message-bar"></div>
125125

built-in-ai/playgrounds/translator-api/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">
@@ -119,7 +119,7 @@ <h2 class="app-title">Built-in AI Playground</h2>
119119

120120
<main>
121121
<h1>Translator API</h1>
122-
<p class="description">Web API for translating text between languages using the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">the API documentation</a>.</p>
122+
<p class="description">Web API for translating text between languages using the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">Summarize, write, and rewrite text with the Writing Assistance APIs</a>.</p>
123123

124124
<div id="message-ui" class="message-bar"></div>
125125

@@ -132,7 +132,6 @@ <h1>Translator API</h1>
132132
<option value="fr">French</option>
133133
<option value="es">Spanish</option>
134134
<option value="de">German</option>
135-
<option value="jp">Japanese</option>
136135
</select>
137136
</div>
138137

@@ -148,7 +147,6 @@ <h1>Translator API</h1>
148147
<option value="fr" selected>French</option>
149148
<option value="es">Spanish</option>
150149
<option value="de">German</option>
151-
<option value="jp">Japanese</option>
152150
</select>
153151
</div>
154152

built-in-ai/playgrounds/writer-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">
@@ -119,7 +119,7 @@ <h2 class="app-title">Built-in AI Playground</h2>
119119

120120
<main>
121121
<h1>Writer API</h1>
122-
<p class="description">Web API to generate text from a description in different tones, lengths, etc. using the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">the API documentation</a>.</p>
122+
<p class="description">Web API to generate text from a description in different tones, lengths, etc. using the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">Summarize, write, and rewrite text with the Writing Assistance APIs</a>.</p>
123123

124124
<div id="message-ui" class="message-bar"></div>
125125

built-in-ai/samples/e-commerce/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">

built-in-ai/samples/news/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<header>
3333
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
34-
<h2 class="app-title">Built-in AI Playground</h2>
34+
<h2 class="app-title">Built-in AI playgrounds</h2>
3535

3636
<nav id="menu">
3737
<ul class="menu">

built-in-ai/templates/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<body>
6969
<header>
7070
<button title="Toggle the menu" class="nav-anchor" popovertarget="menu-popover"><span class="sr-only">Open menu</span></button>
71-
<h2 class="app-title">Built-in AI Playground</h2>
71+
<h2 class="app-title">Built-in AI playgrounds</h2>
7272
{{ nav(false) }}
7373
</header>
7474

built-in-ai/templates/playground-prompt-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: playground.njk
33
title: Prompt API playground
44
shorttitle: Prompt API
5-
description: Web API to prompt the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/prompt-api" target="_blank">the API documentation</a>.
5+
description: Web API to prompt the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/prompt-api" target="_blank">Prompt a built-in language model with the Prompt API</a>.
66
stylesheet: prompt-api.css
77
script: prompt-api.js
88
permalink: prompt-api/

built-in-ai/templates/playground-rewriter-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: playground.njk
33
title: Rewriter API playground
44
shorttitle: Rewriter API
5-
description: Web API to modify text in different tones, lengths, etc. using the browser-provided language model. For more information, check out <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">the API documentation</a>.
5+
description: Web API to modify text in different tones, lengths, etc. using the browser-provided language model. For more information, see <a href="https://learn.microsoft.com/microsoft-edge/web-platform/writing-assistance-apis" target="_blank">Summarize, write, and rewrite text with the Writing Assistance APIs</a>.
66
stylesheet: rewriter-api.css
77
script: rewriter-api.js
88
permalink: rewriter-api/

0 commit comments

Comments
 (0)