Skip to content

Commit 53861ab

Browse files
Deploy root site from main
1 parent b4847e9 commit 53861ab

12 files changed

Lines changed: 17 additions & 17 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
<link rel="icon" href="/ucp/assets/favicon.png">
21-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
21+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2222

2323

2424

documentation/core-concepts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
<link rel="icon" href="../../assets/favicon.png">
27-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
27+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2828

2929

3030

documentation/roadmap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
<link rel="icon" href="../../assets/favicon.png">
27-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
27+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2828

2929

3030

documentation/schema-authoring/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
<link rel="icon" href="../../assets/favicon.png">
27-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
27+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2828

2929

3030

documentation/ucp-and-ap2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
<link rel="icon" href="../../assets/favicon.png">
27-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
27+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2828

2929

3030

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
<link rel="icon" href="assets/favicon.png">
24-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.4">
24+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
2525

2626

2727

@@ -992,7 +992,7 @@ <h3>Identity Linking</h3>
992992
</span><span id="__span-1-6"><a id="__codelineno-1-6" name="__codelineno-1-6" href="#__codelineno-1-6"></a><span class="w"> </span><span class="nt">&quot;token_endpoint&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;https://example.com/oauth2/token&quot;</span><span class="p">,</span>
993993
</span><span id="__span-1-7"><a id="__codelineno-1-7" name="__codelineno-1-7" href="#__codelineno-1-7"></a><span class="w"> </span><span class="nt">&quot;revocation_endpoint&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;https://example.com/oauth2/revoke&quot;</span><span class="p">,</span>
994994
</span><span id="__span-1-8"><a id="__codelineno-1-8" name="__codelineno-1-8" href="#__codelineno-1-8"></a><span class="w"> </span><span class="nt">&quot;scopes_supported&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">[</span>
995-
</span><span id="__span-1-9"><a id="__codelineno-1-9" name="__codelineno-1-9" href="#__codelineno-1-9"></a><span class="w"> </span><span class="s2">&quot;dev.ucp.shopping.scopes.checkout_session&quot;</span>
995+
</span><span id="__span-1-9"><a id="__codelineno-1-9" name="__codelineno-1-9" href="#__codelineno-1-9"></a><span class="w"> </span><span class="s2">&quot;ucp:scopes:checkout_session&quot;</span><span class="p">,</span>
996996
</span><span id="__span-1-10"><a id="__codelineno-1-10" name="__codelineno-1-10" href="#__codelineno-1-10"></a><span class="w"> </span><span class="p">],</span>
997997
</span><span id="__span-1-11"><a id="__codelineno-1-11" name="__codelineno-1-11" href="#__codelineno-1-11"></a><span class="w"> </span><span class="nt">&quot;response_types_supported&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">[</span>
998998
</span><span id="__span-1-12"><a id="__codelineno-1-12" name="__codelineno-1-12" href="#__codelineno-1-12"></a><span class="w"> </span><span class="s2">&quot;code&quot;</span>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Sample of /.well-known/oauth-authorization-server
152152
"token_endpoint": "https://example.com/oauth2/token",
153153
"revocation_endpoint": "https://example.com/oauth2/revoke",
154154
"scopes_supported": [
155-
"dev.ucp.shopping.scopes.checkout_session"
155+
"ucp:scopes:checkout_session",
156156
],
157157
"response_types_supported": [
158158
"code"

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Sample of /.well-known/oauth-authorization-server
159159
"token_endpoint": "https://example.com/oauth2/token",
160160
"revocation_endpoint": "https://example.com/oauth2/revoke",
161161
"scopes_supported": [
162-
"dev.ucp.shopping.scopes.checkout_session"
162+
"ucp:scopes:checkout_session",
163163
],
164164
"response_types_supported": [
165165
"code"

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://wry-ry.github.io/ucp/</loc>
5-
<lastmod>2026-04-01</lastmod>
5+
<lastmod>2026-04-14</lastmod>
66
</url>
77
<url>
88
<loc>https://wry-ry.github.io/ucp/versioning/</loc>
9-
<lastmod>2026-04-01</lastmod>
9+
<lastmod>2026-04-14</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://wry-ry.github.io/ucp/documentation/core-concepts/</loc>
13-
<lastmod>2026-04-01</lastmod>
13+
<lastmod>2026-04-14</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://wry-ry.github.io/ucp/documentation/roadmap/</loc>
17-
<lastmod>2026-04-01</lastmod>
17+
<lastmod>2026-04-14</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://wry-ry.github.io/ucp/documentation/schema-authoring/</loc>
21-
<lastmod>2026-04-01</lastmod>
21+
<lastmod>2026-04-14</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://wry-ry.github.io/ucp/documentation/ucp-and-ap2/</loc>
25-
<lastmod>2026-04-01</lastmod>
25+
<lastmod>2026-04-14</lastmod>
2626
</url>
2727
</urlset>

0 commit comments

Comments
 (0)