From 1cdce7f52052a21fd6e4db72434c30884fe34371 Mon Sep 17 00:00:00 2001 From: Alessandro Cerioni <acerioni@grandlyon.com> Date: Mon, 27 Jan 2020 14:16:36 +0100 Subject: [PATCH] Fix broken services table within the overview page --- docs/overview/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/index.md b/docs/overview/index.md index d7dc419..2db302d 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -107,7 +107,7 @@ A6 | Postfix | SMTP Server| [Link](http://www.postfix.org/) ID | Name | Usage | Lang | Repo | Doc | Deps --- | --- | --- | --- | --- | --- | --- -M1 | Legacy AUTH | Facilitating the interaction between the Web Portal Authentication Service (S1) and the AUTHN/AUTHZ Service (C1) hosted by data.grandlyon.com's Core macro-component | TypeScript | [Link](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/middlewares/legacy-auth.md) | [Link](../components/middlewares/legacy-auth.md) | C1, S5 +M1 | Legacy AUTH | Facilitating the interaction between the Web Portal Authentication Service (S1) and the AUTHN/AUTHZ Service (C1) hosted by data.grandlyon.com's Core macro-component | TypeScript | [Link](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/middlewares/legacy-auth) | [Link](../components/middlewares/legacy-auth.md) | C1, S5 ### Proxies @@ -139,7 +139,7 @@ T1 | MinIO master-slave replication tool | Replicating/mirroring the assets stor In alphabetical order: ID | Name | Usage | Lang | Repo | Doc | Deps ---- | --- | --- | --- | --- | --- | --- | --- +--- | --- | --- | --- | --- | --- | --- S1 | Authentication | Allowing users to create accounts and to perform logins and logouts | TypeScript | [Link](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/services/authentication) | [Link](../components/services/authentication.md) | A3, S5 S2 | Changelog | Keeping track of the new features made available to users | TypeScript | [Link](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/services/changelog) | [Link](../components/services/changelog.md) | S3 | Credits | Catalog of the Open Source initiatives powering the data.grandlyon.com project | TypeScript | [Link](https://forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/services/credits) | [Link](../components/services/credits.md) | | -- GitLab