From 79150e9df2370beee8c6db5e5da9449737ff2de3 Mon Sep 17 00:00:00 2001 From: Dhaval D <343411+ossdhaval@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:50:24 +0530 Subject: [PATCH] doc: remove redundant API details sections --- docs/developer/implementation-design/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/developer/implementation-design/README.md b/docs/developer/implementation-design/README.md index 04cc5d359cc..a1709b1bbc3 100644 --- a/docs/developer/implementation-design/README.md +++ b/docs/developer/implementation-design/README.md @@ -16,13 +16,7 @@ This documentation explains technical design, architecture and interactions of v ## API Reference -| Service | REST API | Java API | -| --- | --- | --- | -| Jans Auth Server | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-auth-server/docs/swagger.yaml)| [Javadoc](https://jenkins.jans.io/javadocs/jans-auth/main/)| -| Jans Config API | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger.yaml)| | -| Jans Core | | [Javadoc](https://jenkins.jans.io/javadocs/jans-core/main/)| -| Jans FIDO 2 | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-fido2/docs/jansFido2Swagger.yaml) | | -| Jans SCIM API | [Swagger](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-scim/server/src/main/resources/jans-scim-openapi.yaml) | [Javadoc](https://jenkins.jans.io/javadocs/jans-scim/main/) | +REST and Java APIs are list [here](../../admin/reference/openapi.md#api-reference) ## Design Consideration and Guidelines