diff --git a/flash/cli/overview.mdx b/flash/cli/overview.mdx index f9afb0d7..7598f6f8 100644 --- a/flash/cli/overview.mdx +++ b/flash/cli/overview.mdx @@ -2,7 +2,6 @@ title: "CLI overview" sidebarTitle: "Overview" description: "Learn how to use the Flash CLI for local development and deployment." -tag: "BETA" --- The Flash CLI provides commands for initializing projects, running local development servers, building deployment artifacts, and managing your applications on Runpod Serverless. @@ -110,4 +109,4 @@ flash undeploy ENDPOINT_NAME # Remove all endpoints flash undeploy --all -``` \ No newline at end of file +``` diff --git a/flash/overview.mdx b/flash/overview.mdx index 432931b8..1c1a2f32 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -121,4 +121,4 @@ flash --help Create HTTP endpoints with load balancing. - \ No newline at end of file + diff --git a/flash/quickstart.mdx b/flash/quickstart.mdx index 475e8704..67c4480f 100644 --- a/flash/quickstart.mdx +++ b/flash/quickstart.mdx @@ -4,10 +4,6 @@ sidebarTitle: "Quickstart" description: "Run your first GPU workload with Flash in less than 5 minutes." --- - -Flash is currently in beta. [Join our Discord](https://discord.gg/cUpRmau42V) to provide feedback and get support. - - This quickstart gets you running GPU workloads on Runpod in minutes. You'll execute a function on a remote GPU and see the results immediately. ## Requirements