From 678b188b4c623253f83ba7aa85c9d972c8e6ec9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3n=20Rodr=C3=ADguez=20Davila?= Date: Wed, 20 Mar 2019 11:22:40 +0100 Subject: [PATCH 1/2] Remove duplicated server --- packages/strapi-plugin-documentation/config/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-plugin-documentation/config/settings.json b/packages/strapi-plugin-documentation/config/settings.json index 371b1cc257..f2886cf0ce 100755 --- a/packages/strapi-plugin-documentation/config/settings.json +++ b/packages/strapi-plugin-documentation/config/settings.json @@ -26,7 +26,7 @@ }, { "url": "YOUR_STAGING_SERVER", - "description": "Staging server server" + "description": "Staging server" }, { "url": "YOUR_PRODUCTION_SERVER", From c21f2f61238f72516a93862ce573541b5f9c9a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3n=20Rodr=C3=ADguez=20Davila?= Date: Wed, 20 Mar 2019 11:24:44 +0100 Subject: [PATCH 2/2] Update api-documentation.md --- docs/3.x.x/guides/api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.x.x/guides/api-documentation.md b/docs/3.x.x/guides/api-documentation.md index 5bbe8e8ef5..e33831da1b 100644 --- a/docs/3.x.x/guides/api-documentation.md +++ b/docs/3.x.x/guides/api-documentation.md @@ -165,7 +165,7 @@ You can add all the entries listed in the [specification](https://swagger.io/spe }, { "url": "YOUR_STAGING_SERVER", - "description": "Staging server server" + "description": "Staging server" }, { "url": "YOUR_PRODUCTION_SERVER",