From 6363acca3d210eaf886c97d85122c5f26b0411ae Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:00:00 -0700 Subject: [PATCH] Add deprecation message (#456) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1be04d74..f44553ed6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +| 🗑 As of Oct-23 we moved the development of this component to the [monorepo](https://github.com/flyteorg/flyte). 🗑 | +| - | + # Flyteidl This is one of the core repositories of Flyte. It contains the Specification of the Flyte Language using protobuf messages, the Backend API specification in gRPC, and Swagger REST. The repo contains the generated clients and protocol message structures in multiple languages. Along with the generated code, the repository also contains the Golang clients for Flyte's backend APIs (the services grouped under FlyteAdmin).