From c1244627472de26da645af9c4eb945269a577b07 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 1 May 2021 00:54:14 -0600 Subject: [PATCH] Move brand registry out of structured data directory Markdown is not structured data. --- data/api/client-server/definitions/sso_login_flow.yaml | 2 +- {data-definitions => informal}/idp-brands.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {data-definitions => informal}/idp-brands.md (100%) diff --git a/data/api/client-server/definitions/sso_login_flow.yaml b/data/api/client-server/definitions/sso_login_flow.yaml index c1f9102d..00410a92 100644 --- a/data/api/client-server/definitions/sso_login_flow.yaml +++ b/data/api/client-server/definitions/sso_login_flow.yaml @@ -63,7 +63,7 @@ properties: description: |- Optional UI hint for what kind of common SSO provider is being described in this IdP. Matrix maintains a registry of identifiers - [in the matrix-doc repo](https://github.com/matrix-org/matrix-doc/blob/master/data-definitions/idp-brands.md) + [in the matrix-doc repo](https://github.com/matrix-org/matrix-doc/blob/master/informal/idp-brands.md) to ensure clients and servers are aligned on major/common brands. Clients should prefer the `brand` over the `icon`, when both are diff --git a/data-definitions/idp-brands.md b/informal/idp-brands.md similarity index 100% rename from data-definitions/idp-brands.md rename to informal/idp-brands.md