From 7791d65a2e12074eb45a6c11501042023a2d594d Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Fri, 3 Jan 2025 11:42:09 -0500 Subject: [PATCH] remove dedicated demo page and add redirect --- content/en/docs/demos-examples/demos.md | 19 ------------------- content/en/docs/tools-libraries/test-sites.md | 15 +++++++++++++++ data/docs.yml | 8 ++------ hugo_stats.json | 12 ++---------- static/_redirects | 1 + 5 files changed, 20 insertions(+), 35 deletions(-) delete mode 100644 content/en/docs/demos-examples/demos.md diff --git a/content/en/docs/demos-examples/demos.md b/content/en/docs/demos-examples/demos.md deleted file mode 100644 index 9e11baa5..00000000 --- a/content/en/docs/demos-examples/demos.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Demo Sites & Services" -description: "Sites and services to demo passkeys" -date: 2023-09-19T16:45:00.148Z -layout: docs ---- - -## General Passkey Demo Sites - -- [webauthn.io](https://webauthn.io) - -## Vendor Demo Sites - -These demo sites have been created and are maintained by FIDO2/WebAuthn vendors in the industry. - -- [passkeys.io (Hanko)](https://www.passkeys.io/) -- [passkeys.guru (Descope)](https://passkeys.guru/) -- [passkey.org (Yubico)](https://passkey.org) -- [패스키 체험 (SK Telecom)](https://www.passkey-sktelecom.com/experience) diff --git a/content/en/docs/tools-libraries/test-sites.md b/content/en/docs/tools-libraries/test-sites.md index 3eb6a187..9ff93ecb 100644 --- a/content/en/docs/tools-libraries/test-sites.md +++ b/content/en/docs/tools-libraries/test-sites.md @@ -22,3 +22,18 @@ type: docs - [Yubico WebAuthn Developers Demo Site](https://demo.yubico.com/webauthn-developers) The ["Awesome WebAuthn"](https://github.com/herrjemand/awesome-webauthn) GitHub repo is also regularly updated with tools and demos from the community. + +## Demo Sites + +### General Passkey Demos + +- [webauthn.io](https://webauthn.io) + +### Vendor Demo Sites + +These demo sites have been created and are maintained by FIDO2/WebAuthn vendors in the industry. + +- [passkeys.io (Hanko)](https://www.passkeys.io/) +- [passkeys.guru (Descope)](https://passkeys.guru/) +- [passkey.org (Yubico)](https://passkey.org) +- [패스키 체험 (SK Telecom)](https://www.passkey-sktelecom.com/experience) diff --git a/data/docs.yml b/data/docs.yml index bd2dfcfa..42703431 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -18,7 +18,8 @@ - title: Tools & Libraries pages: - title: Libraries - - title: Test Sites + - title: Test & Demo Sites + link: test-sites - title: Reference @@ -34,8 +35,3 @@ - title: Specifications link: specs - title: Terms - -- title: Demos - pages: - - title: Demos Sites - link: ../demos-examples/demos.md diff --git a/hugo_stats.json b/hugo_stats.json index a32a5352..a498ae4b 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -2,7 +2,6 @@ "htmlElements": { "tags": [ "a", - "article", "blockquote", "body", "br", @@ -26,7 +25,6 @@ "label", "li", "link", - "main", "meta", "nav", "noscript", @@ -87,12 +85,10 @@ "btn-toggle-nav", "card", "card-body", - "card-body-link", "card-icon", "card-list", "card-text", "card-title", - "card-zoom", "checkbox", "col", "col-10", @@ -186,7 +182,6 @@ "fw-medium", "fw-normal", "g-3", - "g-4", "gap-1", "gap-2", "h-100", @@ -281,9 +276,7 @@ "row-cols-2", "row-cols-lg-3", "row-cols-md-2", - "row-cols-md-3", "row-cols-sm-1", - "row-cols-sm-2", "row-cols-sm-3", "search", "search-input", @@ -367,6 +360,7 @@ "copyright-and-attributions", "cross-device-authentication", "cross-device-authentication-cda", + "demo-sites", "deployment-considerations", "developer-experience", "developer-involvement-and-maintenance", @@ -426,6 +420,7 @@ "fn7", "fn8", "general-passkey-demo-sites", + "general-passkey-demos", "go", "greenfield-deployments", "how-it-works", @@ -435,7 +430,6 @@ "licensing", "logging-in", "login-challenge", - "main", "maintainers", "matrix", "native-apis", @@ -467,7 +461,6 @@ "platform-notes", "python", "reauthentication", - "reference", "relying-party-changes", "relying-party-rp", "requirements", @@ -497,7 +490,6 @@ "tabs-1-0", "tabs-1-btn-0", "third-party-passkey-provider", - "title", "toast-container", "toast-copied-code-message", "toast-message-link-0", diff --git a/static/_redirects b/static/_redirects index 5864bbfb..7321b513 100644 --- a/static/_redirects +++ b/static/_redirects @@ -3,3 +3,4 @@ /fd https://featuredetect.passkeys.dev 302 /featuredetect https://featuredetect.passkeys.dev 302 /docs/demos-examples/active-deployments/ https://fidoalliance.org/passkeys-directory/ 301 +/docs/demos-examples/demos/ /docs/tools-libraries/test-sites/ 301