Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] remove diagnose from feature matrix. #3167

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/content/en/docs/references/deprecation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Control API |alpha|Applications can control sync, build and deployment during in
Delete|beta |delete everything deployed by skaffold run from the cluster
[Deploy] ({{< relref "docs/pipeline-stages/deployers" >}})|beta |Deploy a set of deployables as your applications and replace the image name with the built images
[Dev]({{< relref "/docs/workflows/dev.md" >}})|beta |Continuous development
Diagnose|beta |Diagnose the current project and its configuration
Event API v1|alpha|Publish events and state of the application on gRPC and HTTP
[Filesync]({{< relref "/docs/pipeline-stages/filesync" >}})|alpha|Instead of rebuilding, copy the changed files in the running container
[Global config]({{< relref "/docs/design/config" >}})|alpha|store user preferences in a separate preferences file
Expand Down