From 9ca9dba7181988dc0c6ad7d70d772d35c0270a5b Mon Sep 17 00:00:00 2001 From: Tracy Kuhrt Date: Fri, 17 Nov 2023 13:15:00 -0700 Subject: [PATCH] Remove Alloy as name Signed-off-by: Tracy Kuhrt --- docs/projects/{alloy.md => android-identity-library.md} | 6 +++--- docs/projects/index.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/projects/{alloy.md => android-identity-library.md} (95%) diff --git a/docs/projects/alloy.md b/docs/projects/android-identity-library.md similarity index 95% rename from docs/projects/alloy.md rename to docs/projects/android-identity-library.md index 73381916..95a2f93f 100644 --- a/docs/projects/alloy.md +++ b/docs/projects/android-identity-library.md @@ -1,4 +1,4 @@ -# Alloy +# Android Identity Library ## Project Description Libraries and reference applications for working with real-world identity. @@ -94,10 +94,10 @@ the credential after user consent. diff --git a/docs/projects/index.md b/docs/projects/index.md index 28148128..144fb226 100644 --- a/docs/projects/index.md +++ b/docs/projects/index.md @@ -13,5 +13,5 @@ Projects in the OpenWallet Foundation follow the [project lifecycle](../governan | 2023-Aug-09 | [Farmworker Wallet OS](./fwos.md) | Lab | | 2023-Sep-28 | [VC API](./vc-api.md) | Lab | | 2023-Oct-05 | [Wallet Framework .NET](./wallet-framework-dotnet.md) | Lab | -| 2023-Oct-18 | [Alloy](./alloy.md) | Lab | +| 2023-Oct-18 | [Android Identity Library](./android-identity-library.md) | Lab | | 2023-Nov-01 | [SD-JWT JavaScript](./sd-jwt-js.md) | Lab | diff --git a/mkdocs.yml b/mkdocs.yml index d22d2511..b10f2116 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,7 +143,7 @@ nav: - 2023-03-08: meetings/2023/2023-03-08.md - Projects: - projects/index.md - - Alloy: projects/alloy.md + - Android Identity Library: projects/android-identity-library.md - Farmworker Wallet OS: projects/fwos.md - SD-JWT JavaScript: projects/sd-jwt-js.md - SD-JWT Kotlin: projects/sd-jwt-kotlin.md