diff --git a/docs/03-getting-started/01-setup.mdx b/docs/03-getting-started/01-setup.mdx index d6782556..767bd4af 100644 --- a/docs/03-getting-started/01-setup.mdx +++ b/docs/03-getting-started/01-setup.mdx @@ -16,13 +16,13 @@ Clone repository from GitHub. git clone https://github.com/calimero-network/core.git ``` -or +or ```bash title="Terminal" git clone git@github.com:calimero-network/core.git ``` -Position in the root of the project +Position in the root of the project ```bash title="Terminal" cd core diff --git a/docs/03-getting-started/03-create-your-first-context/01-create-context.mdx b/docs/03-getting-started/03-create-your-first-context/01-create-context.mdx new file mode 100644 index 00000000..4a09eed4 --- /dev/null +++ b/docs/03-getting-started/03-create-your-first-context/01-create-context.mdx @@ -0,0 +1,19 @@ +--- +id: create-context +title: Create Context +--- + +## Create context with Admin Dashboard + +1. Navigate to the “Contexts” tab press "Start new context" button. +2. Select app from the list using "Browse" button. +3. Select "Template Application" +4. Press "Start" to initiate context creation with the selected app. + +Once the context is created, you will be redirected to the context dashboard. + +As currently coordinator node is required to be inside each context, we need to +invite him to participate. Continue with the +[Invite To Context](./02-invite-to-context.mdx) guide. + +## Create context with CLI using meroctl diff --git a/docs/03-getting-started/_04-invite-to-context.mdx b/docs/03-getting-started/03-create-your-first-context/02-invite-to-context.mdx similarity index 100% rename from docs/03-getting-started/_04-invite-to-context.mdx rename to docs/03-getting-started/03-create-your-first-context/02-invite-to-context.mdx diff --git a/docs/03-getting-started/03-create-your-first-context/_category_.json b/docs/03-getting-started/03-create-your-first-context/_category_.json new file mode 100644 index 00000000..1a0a8d3a --- /dev/null +++ b/docs/03-getting-started/03-create-your-first-context/_category_.json @@ -0,0 +1,3 @@ +{ + "label": "Install your first app" +} \ No newline at end of file diff --git a/docs/03-getting-started/03-example-app.mdx b/docs/03-getting-started/04-example-app.mdx similarity index 100% rename from docs/03-getting-started/03-example-app.mdx rename to docs/03-getting-started/04-example-app.mdx