Skip to content

Commit

Permalink
docs: remove autodeploy docs (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah Abedraba authored Aug 8, 2022
1 parent 902c7a0 commit a54a5d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started/connect-a-service-to-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,4 @@ $ curl EXTERNAL_IP/hello
Hello from an implemented service!
```

And now you have successfully deployed an API! The approach from this "Getting Started" section of the documentation follows a [design-first](https://kubeshop.io/blog/from-design-first-to-automated-deployment-with-openapi) approach where you deployed the API first, mocked the API to and later implemented the services and connected them to the API.

You can also check the [Automatic API Deployment](../guides/autodeploy.md) for a code-first (or service-first) approach.
And now you have successfully deployed an API! The approach from this "Getting Started" section of the documentation follows a [design-first](https://kubeshop.io/blog/from-design-first-to-automated-deployment-with-openapi) approach where you deployed the API first, mocked the API to and later implemented the services and connected them to the API.
61 changes: 0 additions & 61 deletions docs/guides/autodeploy.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ nav:
- Basic Auth: guides/basic-auth.md
- Rate Limiting: guides/rate-limit.md
- Caching: guides/cache.md
- Automatic API deployment: guides/autodeploy.md
- Using Cert Manager: guides/cert-manager.md
- Observability: guides/observability.md
- Troubleshooting: guides/troubleshooting.md
Expand Down

0 comments on commit a54a5d9

Please sign in to comment.