Skip to content

Commit

Permalink
Docs: Move admonition again
Browse files Browse the repository at this point in the history
Swapped out as bold text to avoid bloat — based on recommendation from dx that this need to be more discoverable early on.
  • Loading branch information
robertjdominguez committed May 3, 2024
1 parent 76097ca commit 1c8bc91
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/getting-started/1-create-a-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ To start, we'll walk you through the steps to:

Throughout this guide, you'll be introduced to new Hasura concepts, like builds, our new metadata structure, and more.


**If you've landed here from Hasura DDN after creating a project via the Console (our GUI), you can replace the project
name in the `hasura.yaml` at the root of the local project you're about to create with the name of the project you
created on Hasura DDN. From there, you can follow the rest of the steps below!**



:::tip What's about to happen?

We'll create a **project** on Hasura DDN, which is fully defined in metadata files using a simple directory structure.
Expand Down Expand Up @@ -113,14 +120,6 @@ The CLI will respond with information about your new project, including the cons

Additionally, it will log some information about the [project](/docs/project-configuration/projects.mdx).

:::info I already created a project on Hasura DDN

If you've landed here from Hasura DDN after creating a project via the Console (our GUI), you can replace the project
name in the `hasura.yaml` at the root of your local project with the name of the project you created on Hasura DDN. From
there, you can follow the rest of the steps below!

:::

## Step 4: Add the Postgres Connector {#step-4-add-a-connector-manifest}

A [**connector manifest**](/supergraph-modeling/build-manifests.mdx#connector-manifests) is the file which contains the
Expand Down

0 comments on commit 1c8bc91

Please sign in to comment.