From cc58b0cbd152b96a0512938501b171b78412098d Mon Sep 17 00:00:00 2001 From: Mo Malaka Date: Wed, 4 Dec 2024 10:34:12 -0800 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/q-developer/index.mdx Co-authored-by: Arundeep Nagaraj <84913786+arundna@users.noreply.github.com> --- src/pages/[platform]/build-a-backend/q-developer/index.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/q-developer/index.mdx b/src/pages/[platform]/build-a-backend/q-developer/index.mdx index ade397c100c..2f606b744a1 100644 --- a/src/pages/[platform]/build-a-backend/q-developer/index.mdx +++ b/src/pages/[platform]/build-a-backend/q-developer/index.mdx @@ -120,9 +120,5 @@ Download the files and follow the steps below to use the `@workspace` in your Am ```bash title="Terminal" - - @workspace follow AMPLIFYRULES to design a data schema for an event management application using Amplify Gen 2. Include models for users, events, and tickets. Show me how to use Amplify Gen 2 to fetch a list of events. - -```