From 90885aed4c71b1f7e76ab19a6bcc7206fabc67ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 19:21:55 +0400 Subject: [PATCH] Generate documentation update --- .../content-types/commentaire/schema.json | 2 +- .../1.0.0/full_documentation.json | 2 +- .../documentation/public/index.html | 57 ++++++++ .../documentation/public/login.html | 136 ++++++++++++++++++ 4 files changed, 195 insertions(+), 2 deletions(-) create mode 100644 src/extensions/documentation/public/index.html create mode 100644 src/extensions/documentation/public/login.html diff --git a/src/api/commentaire/content-types/commentaire/schema.json b/src/api/commentaire/content-types/commentaire/schema.json index e0d2cbd..236a677 100644 --- a/src/api/commentaire/content-types/commentaire/schema.json +++ b/src/api/commentaire/content-types/commentaire/schema.json @@ -4,7 +4,7 @@ "info": { "singularName": "commentaire", "pluralName": "commentaires", - "displayName": "Commentaire", + "displayName": "Commentaires", "description": "" }, "options": { diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 36e4f3d..4cfb2be 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2022-05-12T15:05:35.285Z" + "x-generation-date": "2022-05-12T15:07:13.371Z" }, "x-strapi-config": { "path": "/documentation", diff --git a/src/extensions/documentation/public/index.html b/src/extensions/documentation/public/index.html new file mode 100644 index 0000000..4379b4d --- /dev/null +++ b/src/extensions/documentation/public/index.html @@ -0,0 +1,57 @@ + + + Swagger UI + + + + + + + +
+ + + + + + diff --git a/src/extensions/documentation/public/login.html b/src/extensions/documentation/public/login.html new file mode 100644 index 0000000..1f9e0b3 --- /dev/null +++ b/src/extensions/documentation/public/login.html @@ -0,0 +1,136 @@ + + Login - Documentation + + + + +
+ +
+ + + \ No newline at end of file