From 89c7794bd0ffe2cfbad2925a7b60b71903fc76c8 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 28 May 2020 11:22:51 +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 f3c345a4..eb71591d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -95,7 +95,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu 20. [Cloud Native Storage](storage.md) 21. [APIs with SOAP, REST and gRPC 🌟](api.md) - [Swagger code generator for REST APIs](swagger-code-generator-for-rest-apis.md) - - [Test Automation with Postman](postman.md) + - [API Test Automation with Postman](postman.md) - [API Marketplaces. API Management with API Gateways & Developer Portals 🌟](developerportals.md) 22. Development & Frameworks - [Angular](angular.md) diff --git a/mkdocs.yml b/mkdocs.yml index b158d840..265dbad9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,7 +94,7 @@ pages: - APIs: - APIs with SOAP, REST and gRPC: api.md - Swagger code generator for REST APIs: swagger-code-generator-for-rest-apis.md - - Test Automation with Postman: postman.md + - API Test Automation with Postman: postman.md - API Marketplaces. API Management with API Gateways & Developer Portals : developerportals.md - Development & Frameworks: - Angular: angular.md