From 2ae09e0372b3e7da16721cbb9c85fa5c7466912e Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 6 May 2020 14:54:27 +0200 Subject: [PATCH] page renamed --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 803b2458..27da04b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -100,7 +100,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [Serverless](https://www.serverless.com/) - [Xamarin](xamarin.md) 19. [APIs and RESTful Architecture](apis-and-restful-architecture.md) - - [API Marketplaces. Developer Portals and API Management/API Gateway🌟](developerportals.md) + - [API Marketplaces and Developer Portals🌟](developerportals.md) - [3scale API Management](3scale.md) - [Swagger code generator for REST APIs](swagger-code-generator-for-rest-apis.md) - [Test Automation with Postman](postman.md) diff --git a/mkdocs.yml b/mkdocs.yml index b2e2a0d2..4781ff4a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,7 +91,7 @@ pages: - Xamarin: xamarin.md - APIs: - APIs and RESTful Architecture: apis-and-restful-architecture.md - - API Marketplaces. Developer Portals and API Management/API Gateway: developerportals.md + - API Marketplaces and Developer Portals: developerportals.md - 3scale API Management: 3scale.md - Test Automation with Postman: postman.md - Swagger code generator for REST APIs: swagger-code-generator-for-rest-apis.md