From e775b0d56ce8caea3eaa245f903639f9a4ae2bd1 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 22:31:34 +0530 Subject: [PATCH 01/15] add getting started Signed-off-by: Pranav Singh --- content/en/Cloud/Getting started/_index.md | 8 +--- .../Getting started/onboarding/_index.md | 5 ++ .../_index.md | 47 +++++++++++++++++++ .../en/Cloud/Identity/organizations/_index.md | 2 +- content/en/Cloud/Overview/_index.md | 2 +- 5 files changed, 56 insertions(+), 8 deletions(-) create mode 100644 content/en/Cloud/Getting started/onboarding/_index.md create mode 100644 content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md diff --git a/content/en/Cloud/Getting started/_index.md b/content/en/Cloud/Getting started/_index.md index dead7e4e..8d2759e0 100644 --- a/content/en/Cloud/Getting started/_index.md +++ b/content/en/Cloud/Getting started/_index.md @@ -1,14 +1,10 @@ --- title: Getting Started -description: What does your user need to know to try your project? - +description: Learn how to effectively manage your organizations, teams, users, workspaces, environments, and more. +weight: 1 --- -{{% pageinfo %}} -This is a placeholder page that shows you how to use this template site. -{{% /pageinfo %}} - Information in this section helps your user try your project themselves. * What do your users need to do to start using your project? This could include downloading/installation instructions, including any prerequisites or system requirements. diff --git a/content/en/Cloud/Getting started/onboarding/_index.md b/content/en/Cloud/Getting started/onboarding/_index.md new file mode 100644 index 00000000..256b04c9 --- /dev/null +++ b/content/en/Cloud/Getting started/onboarding/_index.md @@ -0,0 +1,5 @@ +--- +title: Onboarding +weight: 1 + +--- \ No newline at end of file diff --git a/content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md new file mode 100644 index 00000000..28ddf030 --- /dev/null +++ b/content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md @@ -0,0 +1,47 @@ +--- +title: Getting started with your Layer5 account +description: With a personal account on Layer5 Cloud, you can import or create infrastructural designs, collaborate with others through workspaces and teams, and more. +weight: 1 +--- + +This guide will walk you through setting up your Layer5 account and getting started with Layer5 Cloud's features for collaboration and infrastructure management. + +## Configuring your Layer5 account + +The first steps in starting with Layer5 are to create an account, verify your email, setup an organization and a workspace, and view your profile. + +There are several types of accounts on Layer5. Every person who uses Layer5 Cloud has their own personal account, which can be part of multiple organizations and teams. Your personal account is your identity on Layer5 Cloud and represents you as an individual. + +1. Creating an account + +To sign up for an account on cloud.layer5.io, navigate to and follow the prompts. +You may choose to either signup with your personal email or any of our supported OAuth providers like Github and Gmail. See "OAuth Providers" for more information. + +To keep your Layer5 account secure you should use a strong and unique password. For more information, see "Creating a strong password." + +2. Verifying your email address + +To ensure you can use all the features in your Layer5 plan, verify your email address after signing up for a new account. For more information, see "Verifying your email address." + + + +3. Creating an organization + +Organization are unit of tenant in Layer5 Cloud. Every user on Layer5 Cloud is part of at least one organization. You can create your own organization or join an existing one. By default you are the owner of the organization you create. For more information, see "About organizations." + + +4. Creating a workspace + +Workspaces are logical group of shared set of resources like environments, connections, credentials, infrastructural designs and more. Every user on Layer5 Cloud is part of at least one workspace. You can create your own workspace or join an existing one. By default you are the owner of the workspace you create. You can share access to resouces in your workspaces through teams. For more information, see "About workspaces." + +5. Viewing your Layer5 profile + +Your Layer5 profile tells people the story of your work through the recent activites, and infrastructure designs that you've published to Cloud catalog, the organization memberships you've chosen to publicize. For more information, see "About your profile". + + +## \ No newline at end of file diff --git a/content/en/Cloud/Identity/organizations/_index.md b/content/en/Cloud/Identity/organizations/_index.md index fc377f1f..ae0abd0a 100755 --- a/content/en/Cloud/Identity/organizations/_index.md +++ b/content/en/Cloud/Identity/organizations/_index.md @@ -9,4 +9,4 @@ date: 2023-10-28 Organizations, Teams, Users {{% /pageinfo %}} -YOu can create any number of these. \ No newline at end of file +YOu can create any number of these. diff --git a/content/en/Cloud/Overview/_index.md b/content/en/Cloud/Overview/_index.md index 53523d15..bd4d7da4 100644 --- a/content/en/Cloud/Overview/_index.md +++ b/content/en/Cloud/Overview/_index.md @@ -1,7 +1,7 @@ --- title: Overview description: Here's where your user finds out if your project is for them. -weight: 1 +weight: 2 categories: [Examples, Placeholders] tags: [test, docs] --- From 67f59f6f8bb3d45db9d2e07c35d999861f4517a7 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 22:33:05 +0530 Subject: [PATCH 02/15] improve naming of folders Signed-off-by: Pranav Singh --- content/en/Cloud/{Getting started => getting-started}/_index.md | 0 .../en/Cloud/{Getting started => getting-started}/example-page.md | 0 .../{Getting started => getting-started}/onboarding/_index.md | 0 .../onboarding/getting-started-with-layer5-account/_index.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename content/en/Cloud/{Getting started => getting-started}/_index.md (100%) rename content/en/Cloud/{Getting started => getting-started}/example-page.md (100%) rename content/en/Cloud/{Getting started => getting-started}/onboarding/_index.md (100%) rename content/en/Cloud/{Getting started => getting-started}/onboarding/getting-started-with-layer5-account/_index.md (100%) diff --git a/content/en/Cloud/Getting started/_index.md b/content/en/Cloud/getting-started/_index.md similarity index 100% rename from content/en/Cloud/Getting started/_index.md rename to content/en/Cloud/getting-started/_index.md diff --git a/content/en/Cloud/Getting started/example-page.md b/content/en/Cloud/getting-started/example-page.md similarity index 100% rename from content/en/Cloud/Getting started/example-page.md rename to content/en/Cloud/getting-started/example-page.md diff --git a/content/en/Cloud/Getting started/onboarding/_index.md b/content/en/Cloud/getting-started/onboarding/_index.md similarity index 100% rename from content/en/Cloud/Getting started/onboarding/_index.md rename to content/en/Cloud/getting-started/onboarding/_index.md diff --git a/content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md similarity index 100% rename from content/en/Cloud/Getting started/onboarding/getting-started-with-layer5-account/_index.md rename to content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md From e443dfdddcec6efe125ba1d1ece95710f99f28f1 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 22:43:29 +0530 Subject: [PATCH 03/15] fix onboarding Signed-off-by: Pranav Singh --- .../onboarding/getting-started-with-layer5-account/_index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md index 28ddf030..883c5108 100644 --- a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md +++ b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md @@ -14,7 +14,7 @@ There are several types of accounts on Layer5. Every person who uses Layer5 Clou 1. Creating an account -To sign up for an account on cloud.layer5.io, navigate to and follow the prompts. +To sign up for an account on cloud.layer5.io, navigate to and follow the prompts. You may choose to either signup with your personal email or any of our supported OAuth providers like Github and Gmail. See "OAuth Providers" for more information. To keep your Layer5 account secure you should use a strong and unique password. For more information, see "Creating a strong password." @@ -42,6 +42,3 @@ Workspaces are logical group of shared set of resources like environments, conne 5. Viewing your Layer5 profile Your Layer5 profile tells people the story of your work through the recent activites, and infrastructure designs that you've published to Cloud catalog, the organization memberships you've chosen to publicize. For more information, see "About your profile". - - -## \ No newline at end of file From 34c3eb976e8c1c78f9e6fb782d0a1b4ebcb1ca52 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 22:55:16 +0530 Subject: [PATCH 04/15] hyperlink keywords Signed-off-by: Pranav Singh --- .../getting-started-with-layer5-account/_index.md | 6 +++--- content/en/Cloud/workspaces/_index.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 content/en/Cloud/workspaces/_index.md diff --git a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md index 883c5108..c43f6c6b 100644 --- a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md +++ b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md @@ -32,13 +32,13 @@ Optionally, after you have configured 2FA, add a passkey to your account to enab 3. Creating an organization -Organization are unit of tenant in Layer5 Cloud. Every user on Layer5 Cloud is part of at least one organization. You can create your own organization or join an existing one. By default you are the owner of the organization you create. For more information, see "About organizations." +Organization are unit of tenant in Layer5 Cloud. Every user on Layer5 Cloud is part of at least one organization. You can create your own organization or join an existing one. By default you are the owner of the organization you create. For more information, see "[Organizations](/cloud/identity/organizations/)". 4. Creating a workspace -Workspaces are logical group of shared set of resources like environments, connections, credentials, infrastructural designs and more. Every user on Layer5 Cloud is part of at least one workspace. You can create your own workspace or join an existing one. By default you are the owner of the workspace you create. You can share access to resouces in your workspaces through teams. For more information, see "About workspaces." +Workspaces are logical group of shared set of resources like environments, connections, credentials, infrastructural designs and more. Every user on Layer5 Cloud is part of at least one workspace. You can create your own workspace or join an existing one. By default you are the owner of the workspace you create. You can share access to resouces in your workspaces through teams. For more information, see "[Workspaces](/cloud/workspaces/)". 5. Viewing your Layer5 profile -Your Layer5 profile tells people the story of your work through the recent activites, and infrastructure designs that you've published to Cloud catalog, the organization memberships you've chosen to publicize. For more information, see "About your profile". +Your Layer5 profile tells people the story of your work through the recent activites, designs that you've published to Cloud catalog. For more information, see "About your profile". diff --git a/content/en/Cloud/workspaces/_index.md b/content/en/Cloud/workspaces/_index.md new file mode 100644 index 00000000..a06bdfcd --- /dev/null +++ b/content/en/Cloud/workspaces/_index.md @@ -0,0 +1,8 @@ +--- +title: Workspaces +description: > + A short lead description about this section page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs. +date: 2023-10-28 +weight: 6 + +--- \ No newline at end of file From 87a61186c6ffa6f886457be4e49951da7f31a071 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:12:13 +0530 Subject: [PATCH 05/15] reduce ambiguity; improve flow Signed-off-by: Pranav Singh --- .../_index.md | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md index c43f6c6b..38f707e0 100644 --- a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md +++ b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md @@ -1,24 +1,22 @@ --- title: Getting started with your Layer5 account -description: With a personal account on Layer5 Cloud, you can import or create infrastructural designs, collaborate with others through workspaces and teams, and more. +description: With a personal account on Layer5 Cloud, you can import or create infrastructural designs, collaborate with others through workspaces and teams, manage your organizations and more. weight: 1 --- -This guide will walk you through setting up your Layer5 account and getting started with Layer5 Cloud's features for collaboration and infrastructure management. +This guide will walk you through setting up your Layer5 account. ## Configuring your Layer5 account The first steps in starting with Layer5 are to create an account, verify your email, setup an organization and a workspace, and view your profile. -There are several types of accounts on Layer5. Every person who uses Layer5 Cloud has their own personal account, which can be part of multiple organizations and teams. Your personal account is your identity on Layer5 Cloud and represents you as an individual. + Every person who uses Layer5 Cloud has their own personal account, which can be part of multiple organizations and teams. Your personal account is your identity on Layer5 Cloud and represents you as an individual. 1. Creating an account -To sign up for an account on cloud.layer5.io, navigate to and follow the prompts. +To sign up for an account on Layer5 Cloud, navigate to . You may choose to either signup with your personal email or any of our supported OAuth providers like Github and Gmail. See "OAuth Providers" for more information. -To keep your Layer5 account secure you should use a strong and unique password. For more information, see "Creating a strong password." - 2. Verifying your email address To ensure you can use all the features in your Layer5 plan, verify your email address after signing up for a new account. For more information, see "Verifying your email address." @@ -30,15 +28,27 @@ Two-factor authentication, or 2FA, is an extra layer of security used when loggi Optionally, after you have configured 2FA, add a passkey to your account to enable a secure, passwordless login. For more information, see "About passkeys" and "Managing your passkeys." --> -3. Creating an organization +3. Signing in to Layer5 Cloud + +To sign in to Layer5 Cloud, navigate to . Use your new credentials to sign in. Incase you have signed up with OAuth provider, you will be redirected to the provider's login page. +On successful login, you will be prompted to setup your first organization and workspace. + +4. Creating an organization Organization are unit of tenant in Layer5 Cloud. Every user on Layer5 Cloud is part of at least one organization. You can create your own organization or join an existing one. By default you are the owner of the organization you create. For more information, see "[Organizations](/cloud/identity/organizations/)". +Give your organization a name and a description. For more information, see "Creating an organization." 4. Creating a workspace Workspaces are logical group of shared set of resources like environments, connections, credentials, infrastructural designs and more. Every user on Layer5 Cloud is part of at least one workspace. You can create your own workspace or join an existing one. By default you are the owner of the workspace you create. You can share access to resouces in your workspaces through teams. For more information, see "[Workspaces](/cloud/workspaces/)". -5. Viewing your Layer5 profile +Give your workspace a name and a description. For more information, see "Creating a workspace." + +5. Dashboard + +The dashboard is the first page you see when you sign in to Layer5 Cloud. It provides a high-level overview of your Layer5 account. For more information, see "About your dashboard." + +6. Viewing your Layer5 profile Your Layer5 profile tells people the story of your work through the recent activites, designs that you've published to Cloud catalog. For more information, see "About your profile". From 2bc02f2442851a82cdd40ba4c4fc4a2a0dc1d30e Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:13:44 +0530 Subject: [PATCH 06/15] update Signed-off-by: Pranav Singh --- .../onboarding/getting-started-with-layer5-account/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md index 38f707e0..32c93802 100644 --- a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md +++ b/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md @@ -51,4 +51,4 @@ The dashboard is the first page you see when you sign in to Layer5 Cloud. It pro 6. Viewing your Layer5 profile -Your Layer5 profile tells people the story of your work through the recent activites, designs that you've published to Cloud catalog. For more information, see "About your profile". +Your Layer5 profile tells people the story of your work through the recent activites, designs that you've published to Cloud catalog and much more. For more information, see "About your profile". From e797720190470f223c3913382be8e008133be5e8 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:19:06 +0530 Subject: [PATCH 07/15] rename Signed-off-by: Pranav Singh --- content/en/{Cloud => Cloud-1}/_index.md | 0 content/en/{Cloud/Concepts => Cloud-1/concepts}/_index.md | 0 content/en/{Cloud => Cloud-1}/getting-started/_index.md | 0 content/en/{Cloud => Cloud-1}/getting-started/example-page.md | 0 .../en/{Cloud => Cloud-1}/getting-started/onboarding/_index.md | 0 .../onboarding/getting-started-with-layer5-account/_index.md | 0 content/en/{Cloud/Identity => Cloud-1/identity}/_index.md | 0 content/en/{Cloud/Identity => Cloud-1/identity}/organizations.md | 0 .../{Cloud/Identity => Cloud-1/identity}/organizations/_index.md | 0 .../identity}/organizations/org-permissions.md | 0 content/en/{Cloud/Identity => Cloud-1/identity}/teams.md | 0 content/en/{Cloud/Identity => Cloud-1/identity}/teams/_index.md | 0 .../Identity => Cloud-1/identity}/teams/team-permissions.md | 0 content/en/{Cloud/Identity => Cloud-1/identity}/users/_index.md | 0 .../Identity => Cloud-1/identity}/users/user-permissions.md | 0 content/en/{Cloud/Overview => Cloud-1/overview}/_index.md | 0 content/en/{Cloud/Reference => Cloud-1/reference}/_index.md | 0 .../{Cloud/Reference => Cloud-1/reference}/parameter-reference.md | 0 content/en/{Cloud/Security => Cloud-1/security}/_index.md | 0 content/en/{Cloud/Security => Cloud-1/security}/keychains.md | 0 content/en/{Cloud/Security => Cloud-1/security}/keys.md | 0 content/en/{Cloud/Security => Cloud-1/security}/permissions.md | 0 content/en/{Cloud/Security => Cloud-1/security}/roles.md | 0 content/en/{Cloud/Tasks => Cloud-1/tasks}/Recognition/_index.md | 0 .../Tasks => Cloud-1/tasks}/Recognition/assigning-badges.md | 0 content/en/{Cloud/Tasks => Cloud-1/tasks}/_index.md | 0 content/en/{Cloud/Tutorials => Cloud-1/tutorials}/_index.md | 0 .../en/{Cloud/Tutorials => Cloud-1/tutorials}/gitops-snapshots.md | 0 .../{Cloud/Tutorials => Cloud-1/tutorials}/sharing-a-workspace.md | 0 content/en/{Cloud => Cloud-1}/workspaces/_index.md | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{Cloud => Cloud-1}/_index.md (100%) rename content/en/{Cloud/Concepts => Cloud-1/concepts}/_index.md (100%) rename content/en/{Cloud => Cloud-1}/getting-started/_index.md (100%) rename content/en/{Cloud => Cloud-1}/getting-started/example-page.md (100%) rename content/en/{Cloud => Cloud-1}/getting-started/onboarding/_index.md (100%) rename content/en/{Cloud => Cloud-1}/getting-started/onboarding/getting-started-with-layer5-account/_index.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/_index.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/organizations.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/organizations/_index.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/organizations/org-permissions.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/teams.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/teams/_index.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/teams/team-permissions.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/users/_index.md (100%) rename content/en/{Cloud/Identity => Cloud-1/identity}/users/user-permissions.md (100%) rename content/en/{Cloud/Overview => Cloud-1/overview}/_index.md (100%) rename content/en/{Cloud/Reference => Cloud-1/reference}/_index.md (100%) rename content/en/{Cloud/Reference => Cloud-1/reference}/parameter-reference.md (100%) rename content/en/{Cloud/Security => Cloud-1/security}/_index.md (100%) rename content/en/{Cloud/Security => Cloud-1/security}/keychains.md (100%) rename content/en/{Cloud/Security => Cloud-1/security}/keys.md (100%) rename content/en/{Cloud/Security => Cloud-1/security}/permissions.md (100%) rename content/en/{Cloud/Security => Cloud-1/security}/roles.md (100%) rename content/en/{Cloud/Tasks => Cloud-1/tasks}/Recognition/_index.md (100%) rename content/en/{Cloud/Tasks => Cloud-1/tasks}/Recognition/assigning-badges.md (100%) rename content/en/{Cloud/Tasks => Cloud-1/tasks}/_index.md (100%) rename content/en/{Cloud/Tutorials => Cloud-1/tutorials}/_index.md (100%) rename content/en/{Cloud/Tutorials => Cloud-1/tutorials}/gitops-snapshots.md (100%) rename content/en/{Cloud/Tutorials => Cloud-1/tutorials}/sharing-a-workspace.md (100%) rename content/en/{Cloud => Cloud-1}/workspaces/_index.md (100%) diff --git a/content/en/Cloud/_index.md b/content/en/Cloud-1/_index.md similarity index 100% rename from content/en/Cloud/_index.md rename to content/en/Cloud-1/_index.md diff --git a/content/en/Cloud/Concepts/_index.md b/content/en/Cloud-1/concepts/_index.md similarity index 100% rename from content/en/Cloud/Concepts/_index.md rename to content/en/Cloud-1/concepts/_index.md diff --git a/content/en/Cloud/getting-started/_index.md b/content/en/Cloud-1/getting-started/_index.md similarity index 100% rename from content/en/Cloud/getting-started/_index.md rename to content/en/Cloud-1/getting-started/_index.md diff --git a/content/en/Cloud/getting-started/example-page.md b/content/en/Cloud-1/getting-started/example-page.md similarity index 100% rename from content/en/Cloud/getting-started/example-page.md rename to content/en/Cloud-1/getting-started/example-page.md diff --git a/content/en/Cloud/getting-started/onboarding/_index.md b/content/en/Cloud-1/getting-started/onboarding/_index.md similarity index 100% rename from content/en/Cloud/getting-started/onboarding/_index.md rename to content/en/Cloud-1/getting-started/onboarding/_index.md diff --git a/content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/Cloud-1/getting-started/onboarding/getting-started-with-layer5-account/_index.md similarity index 100% rename from content/en/Cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md rename to content/en/Cloud-1/getting-started/onboarding/getting-started-with-layer5-account/_index.md diff --git a/content/en/Cloud/Identity/_index.md b/content/en/Cloud-1/identity/_index.md similarity index 100% rename from content/en/Cloud/Identity/_index.md rename to content/en/Cloud-1/identity/_index.md diff --git a/content/en/Cloud/Identity/organizations.md b/content/en/Cloud-1/identity/organizations.md similarity index 100% rename from content/en/Cloud/Identity/organizations.md rename to content/en/Cloud-1/identity/organizations.md diff --git a/content/en/Cloud/Identity/organizations/_index.md b/content/en/Cloud-1/identity/organizations/_index.md similarity index 100% rename from content/en/Cloud/Identity/organizations/_index.md rename to content/en/Cloud-1/identity/organizations/_index.md diff --git a/content/en/Cloud/Identity/organizations/org-permissions.md b/content/en/Cloud-1/identity/organizations/org-permissions.md similarity index 100% rename from content/en/Cloud/Identity/organizations/org-permissions.md rename to content/en/Cloud-1/identity/organizations/org-permissions.md diff --git a/content/en/Cloud/Identity/teams.md b/content/en/Cloud-1/identity/teams.md similarity index 100% rename from content/en/Cloud/Identity/teams.md rename to content/en/Cloud-1/identity/teams.md diff --git a/content/en/Cloud/Identity/teams/_index.md b/content/en/Cloud-1/identity/teams/_index.md similarity index 100% rename from content/en/Cloud/Identity/teams/_index.md rename to content/en/Cloud-1/identity/teams/_index.md diff --git a/content/en/Cloud/Identity/teams/team-permissions.md b/content/en/Cloud-1/identity/teams/team-permissions.md similarity index 100% rename from content/en/Cloud/Identity/teams/team-permissions.md rename to content/en/Cloud-1/identity/teams/team-permissions.md diff --git a/content/en/Cloud/Identity/users/_index.md b/content/en/Cloud-1/identity/users/_index.md similarity index 100% rename from content/en/Cloud/Identity/users/_index.md rename to content/en/Cloud-1/identity/users/_index.md diff --git a/content/en/Cloud/Identity/users/user-permissions.md b/content/en/Cloud-1/identity/users/user-permissions.md similarity index 100% rename from content/en/Cloud/Identity/users/user-permissions.md rename to content/en/Cloud-1/identity/users/user-permissions.md diff --git a/content/en/Cloud/Overview/_index.md b/content/en/Cloud-1/overview/_index.md similarity index 100% rename from content/en/Cloud/Overview/_index.md rename to content/en/Cloud-1/overview/_index.md diff --git a/content/en/Cloud/Reference/_index.md b/content/en/Cloud-1/reference/_index.md similarity index 100% rename from content/en/Cloud/Reference/_index.md rename to content/en/Cloud-1/reference/_index.md diff --git a/content/en/Cloud/Reference/parameter-reference.md b/content/en/Cloud-1/reference/parameter-reference.md similarity index 100% rename from content/en/Cloud/Reference/parameter-reference.md rename to content/en/Cloud-1/reference/parameter-reference.md diff --git a/content/en/Cloud/Security/_index.md b/content/en/Cloud-1/security/_index.md similarity index 100% rename from content/en/Cloud/Security/_index.md rename to content/en/Cloud-1/security/_index.md diff --git a/content/en/Cloud/Security/keychains.md b/content/en/Cloud-1/security/keychains.md similarity index 100% rename from content/en/Cloud/Security/keychains.md rename to content/en/Cloud-1/security/keychains.md diff --git a/content/en/Cloud/Security/keys.md b/content/en/Cloud-1/security/keys.md similarity index 100% rename from content/en/Cloud/Security/keys.md rename to content/en/Cloud-1/security/keys.md diff --git a/content/en/Cloud/Security/permissions.md b/content/en/Cloud-1/security/permissions.md similarity index 100% rename from content/en/Cloud/Security/permissions.md rename to content/en/Cloud-1/security/permissions.md diff --git a/content/en/Cloud/Security/roles.md b/content/en/Cloud-1/security/roles.md similarity index 100% rename from content/en/Cloud/Security/roles.md rename to content/en/Cloud-1/security/roles.md diff --git a/content/en/Cloud/Tasks/Recognition/_index.md b/content/en/Cloud-1/tasks/Recognition/_index.md similarity index 100% rename from content/en/Cloud/Tasks/Recognition/_index.md rename to content/en/Cloud-1/tasks/Recognition/_index.md diff --git a/content/en/Cloud/Tasks/Recognition/assigning-badges.md b/content/en/Cloud-1/tasks/Recognition/assigning-badges.md similarity index 100% rename from content/en/Cloud/Tasks/Recognition/assigning-badges.md rename to content/en/Cloud-1/tasks/Recognition/assigning-badges.md diff --git a/content/en/Cloud/Tasks/_index.md b/content/en/Cloud-1/tasks/_index.md similarity index 100% rename from content/en/Cloud/Tasks/_index.md rename to content/en/Cloud-1/tasks/_index.md diff --git a/content/en/Cloud/Tutorials/_index.md b/content/en/Cloud-1/tutorials/_index.md similarity index 100% rename from content/en/Cloud/Tutorials/_index.md rename to content/en/Cloud-1/tutorials/_index.md diff --git a/content/en/Cloud/Tutorials/gitops-snapshots.md b/content/en/Cloud-1/tutorials/gitops-snapshots.md similarity index 100% rename from content/en/Cloud/Tutorials/gitops-snapshots.md rename to content/en/Cloud-1/tutorials/gitops-snapshots.md diff --git a/content/en/Cloud/Tutorials/sharing-a-workspace.md b/content/en/Cloud-1/tutorials/sharing-a-workspace.md similarity index 100% rename from content/en/Cloud/Tutorials/sharing-a-workspace.md rename to content/en/Cloud-1/tutorials/sharing-a-workspace.md diff --git a/content/en/Cloud/workspaces/_index.md b/content/en/Cloud-1/workspaces/_index.md similarity index 100% rename from content/en/Cloud/workspaces/_index.md rename to content/en/Cloud-1/workspaces/_index.md From 90641edb3850ca1f471260318068cb60b7d550a8 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:19:59 +0530 Subject: [PATCH 08/15] fix casing of /cloud Signed-off-by: Pranav Singh --- content/en/{Cloud-1 => cloud}/_index.md | 0 content/en/{Cloud-1 => cloud}/concepts/_index.md | 0 content/en/{Cloud-1 => cloud}/getting-started/_index.md | 0 content/en/{Cloud-1 => cloud}/getting-started/example-page.md | 0 .../en/{Cloud-1 => cloud}/getting-started/onboarding/_index.md | 0 .../onboarding/getting-started-with-layer5-account/_index.md | 0 content/en/{Cloud-1 => cloud}/identity/_index.md | 0 content/en/{Cloud-1 => cloud}/identity/organizations.md | 0 content/en/{Cloud-1 => cloud}/identity/organizations/_index.md | 0 .../{Cloud-1 => cloud}/identity/organizations/org-permissions.md | 0 content/en/{Cloud-1 => cloud}/identity/teams.md | 0 content/en/{Cloud-1 => cloud}/identity/teams/_index.md | 0 content/en/{Cloud-1 => cloud}/identity/teams/team-permissions.md | 0 content/en/{Cloud-1 => cloud}/identity/users/_index.md | 0 content/en/{Cloud-1 => cloud}/identity/users/user-permissions.md | 0 content/en/{Cloud-1 => cloud}/overview/_index.md | 0 content/en/{Cloud-1 => cloud}/reference/_index.md | 0 content/en/{Cloud-1 => cloud}/reference/parameter-reference.md | 0 content/en/{Cloud-1 => cloud}/security/_index.md | 0 content/en/{Cloud-1 => cloud}/security/keychains.md | 0 content/en/{Cloud-1 => cloud}/security/keys.md | 0 content/en/{Cloud-1 => cloud}/security/permissions.md | 0 content/en/{Cloud-1 => cloud}/security/roles.md | 0 content/en/{Cloud-1 => cloud}/tasks/Recognition/_index.md | 0 .../en/{Cloud-1 => cloud}/tasks/Recognition/assigning-badges.md | 0 content/en/{Cloud-1 => cloud}/tasks/_index.md | 0 content/en/{Cloud-1 => cloud}/tutorials/_index.md | 0 content/en/{Cloud-1 => cloud}/tutorials/gitops-snapshots.md | 0 content/en/{Cloud-1 => cloud}/tutorials/sharing-a-workspace.md | 0 content/en/{Cloud-1 => cloud}/workspaces/_index.md | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{Cloud-1 => cloud}/_index.md (100%) rename content/en/{Cloud-1 => cloud}/concepts/_index.md (100%) rename content/en/{Cloud-1 => cloud}/getting-started/_index.md (100%) rename content/en/{Cloud-1 => cloud}/getting-started/example-page.md (100%) rename content/en/{Cloud-1 => cloud}/getting-started/onboarding/_index.md (100%) rename content/en/{Cloud-1 => cloud}/getting-started/onboarding/getting-started-with-layer5-account/_index.md (100%) rename content/en/{Cloud-1 => cloud}/identity/_index.md (100%) rename content/en/{Cloud-1 => cloud}/identity/organizations.md (100%) rename content/en/{Cloud-1 => cloud}/identity/organizations/_index.md (100%) rename content/en/{Cloud-1 => cloud}/identity/organizations/org-permissions.md (100%) rename content/en/{Cloud-1 => cloud}/identity/teams.md (100%) rename content/en/{Cloud-1 => cloud}/identity/teams/_index.md (100%) rename content/en/{Cloud-1 => cloud}/identity/teams/team-permissions.md (100%) rename content/en/{Cloud-1 => cloud}/identity/users/_index.md (100%) rename content/en/{Cloud-1 => cloud}/identity/users/user-permissions.md (100%) rename content/en/{Cloud-1 => cloud}/overview/_index.md (100%) rename content/en/{Cloud-1 => cloud}/reference/_index.md (100%) rename content/en/{Cloud-1 => cloud}/reference/parameter-reference.md (100%) rename content/en/{Cloud-1 => cloud}/security/_index.md (100%) rename content/en/{Cloud-1 => cloud}/security/keychains.md (100%) rename content/en/{Cloud-1 => cloud}/security/keys.md (100%) rename content/en/{Cloud-1 => cloud}/security/permissions.md (100%) rename content/en/{Cloud-1 => cloud}/security/roles.md (100%) rename content/en/{Cloud-1 => cloud}/tasks/Recognition/_index.md (100%) rename content/en/{Cloud-1 => cloud}/tasks/Recognition/assigning-badges.md (100%) rename content/en/{Cloud-1 => cloud}/tasks/_index.md (100%) rename content/en/{Cloud-1 => cloud}/tutorials/_index.md (100%) rename content/en/{Cloud-1 => cloud}/tutorials/gitops-snapshots.md (100%) rename content/en/{Cloud-1 => cloud}/tutorials/sharing-a-workspace.md (100%) rename content/en/{Cloud-1 => cloud}/workspaces/_index.md (100%) diff --git a/content/en/Cloud-1/_index.md b/content/en/cloud/_index.md similarity index 100% rename from content/en/Cloud-1/_index.md rename to content/en/cloud/_index.md diff --git a/content/en/Cloud-1/concepts/_index.md b/content/en/cloud/concepts/_index.md similarity index 100% rename from content/en/Cloud-1/concepts/_index.md rename to content/en/cloud/concepts/_index.md diff --git a/content/en/Cloud-1/getting-started/_index.md b/content/en/cloud/getting-started/_index.md similarity index 100% rename from content/en/Cloud-1/getting-started/_index.md rename to content/en/cloud/getting-started/_index.md diff --git a/content/en/Cloud-1/getting-started/example-page.md b/content/en/cloud/getting-started/example-page.md similarity index 100% rename from content/en/Cloud-1/getting-started/example-page.md rename to content/en/cloud/getting-started/example-page.md diff --git a/content/en/Cloud-1/getting-started/onboarding/_index.md b/content/en/cloud/getting-started/onboarding/_index.md similarity index 100% rename from content/en/Cloud-1/getting-started/onboarding/_index.md rename to content/en/cloud/getting-started/onboarding/_index.md diff --git a/content/en/Cloud-1/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md similarity index 100% rename from content/en/Cloud-1/getting-started/onboarding/getting-started-with-layer5-account/_index.md rename to content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md diff --git a/content/en/Cloud-1/identity/_index.md b/content/en/cloud/identity/_index.md similarity index 100% rename from content/en/Cloud-1/identity/_index.md rename to content/en/cloud/identity/_index.md diff --git a/content/en/Cloud-1/identity/organizations.md b/content/en/cloud/identity/organizations.md similarity index 100% rename from content/en/Cloud-1/identity/organizations.md rename to content/en/cloud/identity/organizations.md diff --git a/content/en/Cloud-1/identity/organizations/_index.md b/content/en/cloud/identity/organizations/_index.md similarity index 100% rename from content/en/Cloud-1/identity/organizations/_index.md rename to content/en/cloud/identity/organizations/_index.md diff --git a/content/en/Cloud-1/identity/organizations/org-permissions.md b/content/en/cloud/identity/organizations/org-permissions.md similarity index 100% rename from content/en/Cloud-1/identity/organizations/org-permissions.md rename to content/en/cloud/identity/organizations/org-permissions.md diff --git a/content/en/Cloud-1/identity/teams.md b/content/en/cloud/identity/teams.md similarity index 100% rename from content/en/Cloud-1/identity/teams.md rename to content/en/cloud/identity/teams.md diff --git a/content/en/Cloud-1/identity/teams/_index.md b/content/en/cloud/identity/teams/_index.md similarity index 100% rename from content/en/Cloud-1/identity/teams/_index.md rename to content/en/cloud/identity/teams/_index.md diff --git a/content/en/Cloud-1/identity/teams/team-permissions.md b/content/en/cloud/identity/teams/team-permissions.md similarity index 100% rename from content/en/Cloud-1/identity/teams/team-permissions.md rename to content/en/cloud/identity/teams/team-permissions.md diff --git a/content/en/Cloud-1/identity/users/_index.md b/content/en/cloud/identity/users/_index.md similarity index 100% rename from content/en/Cloud-1/identity/users/_index.md rename to content/en/cloud/identity/users/_index.md diff --git a/content/en/Cloud-1/identity/users/user-permissions.md b/content/en/cloud/identity/users/user-permissions.md similarity index 100% rename from content/en/Cloud-1/identity/users/user-permissions.md rename to content/en/cloud/identity/users/user-permissions.md diff --git a/content/en/Cloud-1/overview/_index.md b/content/en/cloud/overview/_index.md similarity index 100% rename from content/en/Cloud-1/overview/_index.md rename to content/en/cloud/overview/_index.md diff --git a/content/en/Cloud-1/reference/_index.md b/content/en/cloud/reference/_index.md similarity index 100% rename from content/en/Cloud-1/reference/_index.md rename to content/en/cloud/reference/_index.md diff --git a/content/en/Cloud-1/reference/parameter-reference.md b/content/en/cloud/reference/parameter-reference.md similarity index 100% rename from content/en/Cloud-1/reference/parameter-reference.md rename to content/en/cloud/reference/parameter-reference.md diff --git a/content/en/Cloud-1/security/_index.md b/content/en/cloud/security/_index.md similarity index 100% rename from content/en/Cloud-1/security/_index.md rename to content/en/cloud/security/_index.md diff --git a/content/en/Cloud-1/security/keychains.md b/content/en/cloud/security/keychains.md similarity index 100% rename from content/en/Cloud-1/security/keychains.md rename to content/en/cloud/security/keychains.md diff --git a/content/en/Cloud-1/security/keys.md b/content/en/cloud/security/keys.md similarity index 100% rename from content/en/Cloud-1/security/keys.md rename to content/en/cloud/security/keys.md diff --git a/content/en/Cloud-1/security/permissions.md b/content/en/cloud/security/permissions.md similarity index 100% rename from content/en/Cloud-1/security/permissions.md rename to content/en/cloud/security/permissions.md diff --git a/content/en/Cloud-1/security/roles.md b/content/en/cloud/security/roles.md similarity index 100% rename from content/en/Cloud-1/security/roles.md rename to content/en/cloud/security/roles.md diff --git a/content/en/Cloud-1/tasks/Recognition/_index.md b/content/en/cloud/tasks/Recognition/_index.md similarity index 100% rename from content/en/Cloud-1/tasks/Recognition/_index.md rename to content/en/cloud/tasks/Recognition/_index.md diff --git a/content/en/Cloud-1/tasks/Recognition/assigning-badges.md b/content/en/cloud/tasks/Recognition/assigning-badges.md similarity index 100% rename from content/en/Cloud-1/tasks/Recognition/assigning-badges.md rename to content/en/cloud/tasks/Recognition/assigning-badges.md diff --git a/content/en/Cloud-1/tasks/_index.md b/content/en/cloud/tasks/_index.md similarity index 100% rename from content/en/Cloud-1/tasks/_index.md rename to content/en/cloud/tasks/_index.md diff --git a/content/en/Cloud-1/tutorials/_index.md b/content/en/cloud/tutorials/_index.md similarity index 100% rename from content/en/Cloud-1/tutorials/_index.md rename to content/en/cloud/tutorials/_index.md diff --git a/content/en/Cloud-1/tutorials/gitops-snapshots.md b/content/en/cloud/tutorials/gitops-snapshots.md similarity index 100% rename from content/en/Cloud-1/tutorials/gitops-snapshots.md rename to content/en/cloud/tutorials/gitops-snapshots.md diff --git a/content/en/Cloud-1/tutorials/sharing-a-workspace.md b/content/en/cloud/tutorials/sharing-a-workspace.md similarity index 100% rename from content/en/Cloud-1/tutorials/sharing-a-workspace.md rename to content/en/cloud/tutorials/sharing-a-workspace.md diff --git a/content/en/Cloud-1/workspaces/_index.md b/content/en/cloud/workspaces/_index.md similarity index 100% rename from content/en/Cloud-1/workspaces/_index.md rename to content/en/cloud/workspaces/_index.md From daa4ae651dda2da7ee72f8c0c87df4a54b98d803 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:21:02 +0530 Subject: [PATCH 09/15] rename Signed-off-by: Pranav Singh --- content/en/{meshmap => meshmap-1}/Concepts/_index.md | 0 .../en/{meshmap => meshmap-1}/Contribution guidelines/_index.md | 0 content/en/{meshmap => meshmap-1}/Getting started/_index.md | 0 .../en/{meshmap => meshmap-1}/Getting started/starting-pattern.md | 0 .../en/{meshmap => meshmap-1}/Getting started/starting-scratch.md | 0 content/en/{meshmap => meshmap-1}/Overview/_index.md | 0 content/en/{meshmap => meshmap-1}/Reference/_index.md | 0 .../en/{meshmap => meshmap-1}/Reference/parameter-reference.md | 0 content/en/{meshmap => meshmap-1}/Tasks/Ponycopters/_index.md | 0 .../Tasks/Ponycopters/configuring-ponycopters.md | 0 .../Tasks/Ponycopters/launching-ponycopters.md | 0 content/en/{meshmap => meshmap-1}/Tasks/_index.md | 0 content/en/{meshmap => meshmap-1}/Tasks/beds.md | 0 content/en/{meshmap => meshmap-1}/Tasks/porridge.md | 0 content/en/{meshmap => meshmap-1}/Tasks/task.md | 0 content/en/{meshmap => meshmap-1}/Tutorials/_index.md | 0 content/en/{meshmap => meshmap-1}/Tutorials/multi-bear.md | 0 content/en/{meshmap => meshmap-1}/Tutorials/tutorial2.md | 0 content/en/{meshmap => meshmap-1}/_index.md | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{meshmap => meshmap-1}/Concepts/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Contribution guidelines/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Getting started/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Getting started/starting-pattern.md (100%) rename content/en/{meshmap => meshmap-1}/Getting started/starting-scratch.md (100%) rename content/en/{meshmap => meshmap-1}/Overview/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Reference/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Reference/parameter-reference.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/Ponycopters/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/Ponycopters/configuring-ponycopters.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/Ponycopters/launching-ponycopters.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/beds.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/porridge.md (100%) rename content/en/{meshmap => meshmap-1}/Tasks/task.md (100%) rename content/en/{meshmap => meshmap-1}/Tutorials/_index.md (100%) rename content/en/{meshmap => meshmap-1}/Tutorials/multi-bear.md (100%) rename content/en/{meshmap => meshmap-1}/Tutorials/tutorial2.md (100%) rename content/en/{meshmap => meshmap-1}/_index.md (100%) diff --git a/content/en/meshmap/Concepts/_index.md b/content/en/meshmap-1/Concepts/_index.md similarity index 100% rename from content/en/meshmap/Concepts/_index.md rename to content/en/meshmap-1/Concepts/_index.md diff --git a/content/en/meshmap/Contribution guidelines/_index.md b/content/en/meshmap-1/Contribution guidelines/_index.md similarity index 100% rename from content/en/meshmap/Contribution guidelines/_index.md rename to content/en/meshmap-1/Contribution guidelines/_index.md diff --git a/content/en/meshmap/Getting started/_index.md b/content/en/meshmap-1/Getting started/_index.md similarity index 100% rename from content/en/meshmap/Getting started/_index.md rename to content/en/meshmap-1/Getting started/_index.md diff --git a/content/en/meshmap/Getting started/starting-pattern.md b/content/en/meshmap-1/Getting started/starting-pattern.md similarity index 100% rename from content/en/meshmap/Getting started/starting-pattern.md rename to content/en/meshmap-1/Getting started/starting-pattern.md diff --git a/content/en/meshmap/Getting started/starting-scratch.md b/content/en/meshmap-1/Getting started/starting-scratch.md similarity index 100% rename from content/en/meshmap/Getting started/starting-scratch.md rename to content/en/meshmap-1/Getting started/starting-scratch.md diff --git a/content/en/meshmap/Overview/_index.md b/content/en/meshmap-1/Overview/_index.md similarity index 100% rename from content/en/meshmap/Overview/_index.md rename to content/en/meshmap-1/Overview/_index.md diff --git a/content/en/meshmap/Reference/_index.md b/content/en/meshmap-1/Reference/_index.md similarity index 100% rename from content/en/meshmap/Reference/_index.md rename to content/en/meshmap-1/Reference/_index.md diff --git a/content/en/meshmap/Reference/parameter-reference.md b/content/en/meshmap-1/Reference/parameter-reference.md similarity index 100% rename from content/en/meshmap/Reference/parameter-reference.md rename to content/en/meshmap-1/Reference/parameter-reference.md diff --git a/content/en/meshmap/Tasks/Ponycopters/_index.md b/content/en/meshmap-1/Tasks/Ponycopters/_index.md similarity index 100% rename from content/en/meshmap/Tasks/Ponycopters/_index.md rename to content/en/meshmap-1/Tasks/Ponycopters/_index.md diff --git a/content/en/meshmap/Tasks/Ponycopters/configuring-ponycopters.md b/content/en/meshmap-1/Tasks/Ponycopters/configuring-ponycopters.md similarity index 100% rename from content/en/meshmap/Tasks/Ponycopters/configuring-ponycopters.md rename to content/en/meshmap-1/Tasks/Ponycopters/configuring-ponycopters.md diff --git a/content/en/meshmap/Tasks/Ponycopters/launching-ponycopters.md b/content/en/meshmap-1/Tasks/Ponycopters/launching-ponycopters.md similarity index 100% rename from content/en/meshmap/Tasks/Ponycopters/launching-ponycopters.md rename to content/en/meshmap-1/Tasks/Ponycopters/launching-ponycopters.md diff --git a/content/en/meshmap/Tasks/_index.md b/content/en/meshmap-1/Tasks/_index.md similarity index 100% rename from content/en/meshmap/Tasks/_index.md rename to content/en/meshmap-1/Tasks/_index.md diff --git a/content/en/meshmap/Tasks/beds.md b/content/en/meshmap-1/Tasks/beds.md similarity index 100% rename from content/en/meshmap/Tasks/beds.md rename to content/en/meshmap-1/Tasks/beds.md diff --git a/content/en/meshmap/Tasks/porridge.md b/content/en/meshmap-1/Tasks/porridge.md similarity index 100% rename from content/en/meshmap/Tasks/porridge.md rename to content/en/meshmap-1/Tasks/porridge.md diff --git a/content/en/meshmap/Tasks/task.md b/content/en/meshmap-1/Tasks/task.md similarity index 100% rename from content/en/meshmap/Tasks/task.md rename to content/en/meshmap-1/Tasks/task.md diff --git a/content/en/meshmap/Tutorials/_index.md b/content/en/meshmap-1/Tutorials/_index.md similarity index 100% rename from content/en/meshmap/Tutorials/_index.md rename to content/en/meshmap-1/Tutorials/_index.md diff --git a/content/en/meshmap/Tutorials/multi-bear.md b/content/en/meshmap-1/Tutorials/multi-bear.md similarity index 100% rename from content/en/meshmap/Tutorials/multi-bear.md rename to content/en/meshmap-1/Tutorials/multi-bear.md diff --git a/content/en/meshmap/Tutorials/tutorial2.md b/content/en/meshmap-1/Tutorials/tutorial2.md similarity index 100% rename from content/en/meshmap/Tutorials/tutorial2.md rename to content/en/meshmap-1/Tutorials/tutorial2.md diff --git a/content/en/meshmap/_index.md b/content/en/meshmap-1/_index.md similarity index 100% rename from content/en/meshmap/_index.md rename to content/en/meshmap-1/_index.md From 1f7437b5e8e74e3ae07d1f509e1bb83a14eca250 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:23:32 +0530 Subject: [PATCH 10/15] fix casing of meshmap dir Signed-off-by: Pranav Singh --- content/en/{meshmap-1 => meshmap}/_index.md | 0 content/en/{meshmap-1/Concepts => meshmap/concepts}/_index.md | 0 .../contribution-guidelines}/_index.md | 0 .../Getting started => meshmap/getting-started}/_index.md | 0 .../getting-started}/starting-pattern.md | 0 .../getting-started}/starting-scratch.md | 0 content/en/{meshmap-1/Overview => meshmap/overview}/_index.md | 0 content/en/{meshmap-1/Reference => meshmap/reference}/_index.md | 0 .../Reference => meshmap/reference}/parameter-reference.md | 0 .../en/{meshmap-1/Tasks => meshmap/tasks}/Ponycopters/_index.md | 0 .../tasks}/Ponycopters/configuring-ponycopters.md | 0 .../Tasks => meshmap/tasks}/Ponycopters/launching-ponycopters.md | 0 content/en/{meshmap-1/Tasks => meshmap/tasks}/_index.md | 0 content/en/{meshmap-1/Tasks => meshmap/tasks}/beds.md | 0 content/en/{meshmap-1/Tasks => meshmap/tasks}/porridge.md | 0 content/en/{meshmap-1/Tasks => meshmap/tasks}/task.md | 0 content/en/{meshmap-1/Tutorials => meshmap/tutorials}/_index.md | 0 .../en/{meshmap-1/Tutorials => meshmap/tutorials}/multi-bear.md | 0 .../en/{meshmap-1/Tutorials => meshmap/tutorials}/tutorial2.md | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{meshmap-1 => meshmap}/_index.md (100%) rename content/en/{meshmap-1/Concepts => meshmap/concepts}/_index.md (100%) rename content/en/{meshmap-1/Contribution guidelines => meshmap/contribution-guidelines}/_index.md (100%) rename content/en/{meshmap-1/Getting started => meshmap/getting-started}/_index.md (100%) rename content/en/{meshmap-1/Getting started => meshmap/getting-started}/starting-pattern.md (100%) rename content/en/{meshmap-1/Getting started => meshmap/getting-started}/starting-scratch.md (100%) rename content/en/{meshmap-1/Overview => meshmap/overview}/_index.md (100%) rename content/en/{meshmap-1/Reference => meshmap/reference}/_index.md (100%) rename content/en/{meshmap-1/Reference => meshmap/reference}/parameter-reference.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/Ponycopters/_index.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/Ponycopters/configuring-ponycopters.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/Ponycopters/launching-ponycopters.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/_index.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/beds.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/porridge.md (100%) rename content/en/{meshmap-1/Tasks => meshmap/tasks}/task.md (100%) rename content/en/{meshmap-1/Tutorials => meshmap/tutorials}/_index.md (100%) rename content/en/{meshmap-1/Tutorials => meshmap/tutorials}/multi-bear.md (100%) rename content/en/{meshmap-1/Tutorials => meshmap/tutorials}/tutorial2.md (100%) diff --git a/content/en/meshmap-1/_index.md b/content/en/meshmap/_index.md similarity index 100% rename from content/en/meshmap-1/_index.md rename to content/en/meshmap/_index.md diff --git a/content/en/meshmap-1/Concepts/_index.md b/content/en/meshmap/concepts/_index.md similarity index 100% rename from content/en/meshmap-1/Concepts/_index.md rename to content/en/meshmap/concepts/_index.md diff --git a/content/en/meshmap-1/Contribution guidelines/_index.md b/content/en/meshmap/contribution-guidelines/_index.md similarity index 100% rename from content/en/meshmap-1/Contribution guidelines/_index.md rename to content/en/meshmap/contribution-guidelines/_index.md diff --git a/content/en/meshmap-1/Getting started/_index.md b/content/en/meshmap/getting-started/_index.md similarity index 100% rename from content/en/meshmap-1/Getting started/_index.md rename to content/en/meshmap/getting-started/_index.md diff --git a/content/en/meshmap-1/Getting started/starting-pattern.md b/content/en/meshmap/getting-started/starting-pattern.md similarity index 100% rename from content/en/meshmap-1/Getting started/starting-pattern.md rename to content/en/meshmap/getting-started/starting-pattern.md diff --git a/content/en/meshmap-1/Getting started/starting-scratch.md b/content/en/meshmap/getting-started/starting-scratch.md similarity index 100% rename from content/en/meshmap-1/Getting started/starting-scratch.md rename to content/en/meshmap/getting-started/starting-scratch.md diff --git a/content/en/meshmap-1/Overview/_index.md b/content/en/meshmap/overview/_index.md similarity index 100% rename from content/en/meshmap-1/Overview/_index.md rename to content/en/meshmap/overview/_index.md diff --git a/content/en/meshmap-1/Reference/_index.md b/content/en/meshmap/reference/_index.md similarity index 100% rename from content/en/meshmap-1/Reference/_index.md rename to content/en/meshmap/reference/_index.md diff --git a/content/en/meshmap-1/Reference/parameter-reference.md b/content/en/meshmap/reference/parameter-reference.md similarity index 100% rename from content/en/meshmap-1/Reference/parameter-reference.md rename to content/en/meshmap/reference/parameter-reference.md diff --git a/content/en/meshmap-1/Tasks/Ponycopters/_index.md b/content/en/meshmap/tasks/Ponycopters/_index.md similarity index 100% rename from content/en/meshmap-1/Tasks/Ponycopters/_index.md rename to content/en/meshmap/tasks/Ponycopters/_index.md diff --git a/content/en/meshmap-1/Tasks/Ponycopters/configuring-ponycopters.md b/content/en/meshmap/tasks/Ponycopters/configuring-ponycopters.md similarity index 100% rename from content/en/meshmap-1/Tasks/Ponycopters/configuring-ponycopters.md rename to content/en/meshmap/tasks/Ponycopters/configuring-ponycopters.md diff --git a/content/en/meshmap-1/Tasks/Ponycopters/launching-ponycopters.md b/content/en/meshmap/tasks/Ponycopters/launching-ponycopters.md similarity index 100% rename from content/en/meshmap-1/Tasks/Ponycopters/launching-ponycopters.md rename to content/en/meshmap/tasks/Ponycopters/launching-ponycopters.md diff --git a/content/en/meshmap-1/Tasks/_index.md b/content/en/meshmap/tasks/_index.md similarity index 100% rename from content/en/meshmap-1/Tasks/_index.md rename to content/en/meshmap/tasks/_index.md diff --git a/content/en/meshmap-1/Tasks/beds.md b/content/en/meshmap/tasks/beds.md similarity index 100% rename from content/en/meshmap-1/Tasks/beds.md rename to content/en/meshmap/tasks/beds.md diff --git a/content/en/meshmap-1/Tasks/porridge.md b/content/en/meshmap/tasks/porridge.md similarity index 100% rename from content/en/meshmap-1/Tasks/porridge.md rename to content/en/meshmap/tasks/porridge.md diff --git a/content/en/meshmap-1/Tasks/task.md b/content/en/meshmap/tasks/task.md similarity index 100% rename from content/en/meshmap-1/Tasks/task.md rename to content/en/meshmap/tasks/task.md diff --git a/content/en/meshmap-1/Tutorials/_index.md b/content/en/meshmap/tutorials/_index.md similarity index 100% rename from content/en/meshmap-1/Tutorials/_index.md rename to content/en/meshmap/tutorials/_index.md diff --git a/content/en/meshmap-1/Tutorials/multi-bear.md b/content/en/meshmap/tutorials/multi-bear.md similarity index 100% rename from content/en/meshmap-1/Tutorials/multi-bear.md rename to content/en/meshmap/tutorials/multi-bear.md diff --git a/content/en/meshmap-1/Tutorials/tutorial2.md b/content/en/meshmap/tutorials/tutorial2.md similarity index 100% rename from content/en/meshmap-1/Tutorials/tutorial2.md rename to content/en/meshmap/tutorials/tutorial2.md From adb7fe6fb3d62296892a0f6408000bf647497de3 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:24:13 +0530 Subject: [PATCH 11/15] fix Signed-off-by: Pranav Singh --- content/en/meshmap/tasks/{Ponycopters => Ponycopters-1}/_index.md | 0 .../{Ponycopters => Ponycopters-1}/configuring-ponycopters.md | 0 .../tasks/{Ponycopters => Ponycopters-1}/launching-ponycopters.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename content/en/meshmap/tasks/{Ponycopters => Ponycopters-1}/_index.md (100%) rename content/en/meshmap/tasks/{Ponycopters => Ponycopters-1}/configuring-ponycopters.md (100%) rename content/en/meshmap/tasks/{Ponycopters => Ponycopters-1}/launching-ponycopters.md (100%) diff --git a/content/en/meshmap/tasks/Ponycopters/_index.md b/content/en/meshmap/tasks/Ponycopters-1/_index.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters/_index.md rename to content/en/meshmap/tasks/Ponycopters-1/_index.md diff --git a/content/en/meshmap/tasks/Ponycopters/configuring-ponycopters.md b/content/en/meshmap/tasks/Ponycopters-1/configuring-ponycopters.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters/configuring-ponycopters.md rename to content/en/meshmap/tasks/Ponycopters-1/configuring-ponycopters.md diff --git a/content/en/meshmap/tasks/Ponycopters/launching-ponycopters.md b/content/en/meshmap/tasks/Ponycopters-1/launching-ponycopters.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters/launching-ponycopters.md rename to content/en/meshmap/tasks/Ponycopters-1/launching-ponycopters.md From 496bef070ae85c737aa2238f1558fb01816183be Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:24:33 +0530 Subject: [PATCH 12/15] fix Signed-off-by: Pranav Singh --- content/en/meshmap/tasks/{Ponycopters-1 => ponycopters}/_index.md | 0 .../{Ponycopters-1 => ponycopters}/configuring-ponycopters.md | 0 .../tasks/{Ponycopters-1 => ponycopters}/launching-ponycopters.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename content/en/meshmap/tasks/{Ponycopters-1 => ponycopters}/_index.md (100%) rename content/en/meshmap/tasks/{Ponycopters-1 => ponycopters}/configuring-ponycopters.md (100%) rename content/en/meshmap/tasks/{Ponycopters-1 => ponycopters}/launching-ponycopters.md (100%) diff --git a/content/en/meshmap/tasks/Ponycopters-1/_index.md b/content/en/meshmap/tasks/ponycopters/_index.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters-1/_index.md rename to content/en/meshmap/tasks/ponycopters/_index.md diff --git a/content/en/meshmap/tasks/Ponycopters-1/configuring-ponycopters.md b/content/en/meshmap/tasks/ponycopters/configuring-ponycopters.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters-1/configuring-ponycopters.md rename to content/en/meshmap/tasks/ponycopters/configuring-ponycopters.md diff --git a/content/en/meshmap/tasks/Ponycopters-1/launching-ponycopters.md b/content/en/meshmap/tasks/ponycopters/launching-ponycopters.md similarity index 100% rename from content/en/meshmap/tasks/Ponycopters-1/launching-ponycopters.md rename to content/en/meshmap/tasks/ponycopters/launching-ponycopters.md From c2b9b6ff36c1515c92d3fbca4827b8822fe164b3 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:24:47 +0530 Subject: [PATCH 13/15] fix Signed-off-by: Pranav Singh --- content/en/{Playground => Playground-1}/index.md | 0 .../playground-hero.png | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{Playground => Playground-1}/index.md (100%) rename content/en/{Playground => Playground-1}/playground-hero.png (100%) diff --git a/content/en/Playground/index.md b/content/en/Playground-1/index.md similarity index 100% rename from content/en/Playground/index.md rename to content/en/Playground-1/index.md diff --git a/content/en/Playground/playground-hero.png b/content/en/Playground-1/playground-hero.png similarity index 100% rename from content/en/Playground/playground-hero.png rename to content/en/Playground-1/playground-hero.png From 4613b9f77b661b1e55217cffa95a1af944563262 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:25:18 +0530 Subject: [PATCH 14/15] fix casing in playground dir Signed-off-by: Pranav Singh --- content/en/{Playground-1 => playground}/index.md | 0 .../playground-hero.png | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename content/en/{Playground-1 => playground}/index.md (100%) rename content/en/{Playground-1 => playground}/playground-hero.png (100%) diff --git a/content/en/Playground-1/index.md b/content/en/playground/index.md similarity index 100% rename from content/en/Playground-1/index.md rename to content/en/playground/index.md diff --git a/content/en/Playground-1/playground-hero.png b/content/en/playground/playground-hero.png similarity index 100% rename from content/en/Playground-1/playground-hero.png rename to content/en/playground/playground-hero.png From eab6139d1d9f5c35cad4e1ecee3ccd06f9dbffd0 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 29 Oct 2023 23:29:06 +0530 Subject: [PATCH 15/15] fix onboarding title Signed-off-by: Pranav Singh --- .../_index.md => getting-started-with-layer5-account.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/en/cloud/getting-started/onboarding/{getting-started-with-layer5-account/_index.md => getting-started-with-layer5-account.md} (98%) diff --git a/content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md b/content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account.md similarity index 98% rename from content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md rename to content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account.md index 32c93802..c9c483c5 100644 --- a/content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account/_index.md +++ b/content/en/cloud/getting-started/onboarding/getting-started-with-layer5-account.md @@ -1,5 +1,5 @@ --- -title: Getting started with your Layer5 account +title: Setting up Layer5 Account description: With a personal account on Layer5 Cloud, you can import or create infrastructural designs, collaborate with others through workspaces and teams, manage your organizations and more. weight: 1 ---