Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
georg committed Nov 19, 2024
1 parent 337e4c1 commit f0ed985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ slug: /getting-started
These are the general steps for setting up a Teamspace. Apart from setting up a new Kubernetes cluster, the following steps should take less than 10 minutes to complete. These steps should be carried out by someone comfortable around Kubernetes:

1. Identify an existing Kubernetes cluster or create a new Kubernetes cluster
1. Create a [Codezero account](https://docs.codezero.io/guides/teamspace-setup#create-a-codezero-hub-account) and Organization on the [Codezero Hub](https://hub.codezero.io/)
1. [Register a Teamspace](https://docs.codezero.io/guides/teamspace-setup#register-a-teamspace-on-hub) name that is unique to the Organization
1. Install the Codezero System [on the Kubernetes cluster](https://docs.codezero.io/guides/teamspace-setup#install-codezero-in-your-cluster) in order to Certify it as a Teamspace
1. Create a [Codezero account](teamspace-setup#create-a-codezero-hub-account) and Organization on the [Codezero Hub](https://hub.codezero.io/)
1. [Register a Teamspace](teamspace-setup#register-a-teamspace-on-hub) name that is unique to the Organization
1. Install the Codezero System [on the Kubernetes cluster](teamspace-setup#install-codezero-in-your-cluster) in order to Certify it as a Teamspace
1. Invite team members to the Organization

Once a Teamspace is set up and certified, individual developers can then [install the Codezero local tools](https://docs.codezero.io/guides/installing) to work with the Teamspace. Developers will not require credentials for the Kubernetes cluster as they authenticate to the Teamspace via the Hub.
Once a Teamspace is set up and certified, individual developers can then [install the Codezero local tools](installing) to work with the Teamspace. Developers will not require credentials for the Kubernetes cluster as they authenticate to the Teamspace via the Hub.

NOTE: We currently support Github and Google authentication.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.9.0/tutorials/desktop-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For this tutorial you will also need to be using macOS or Linux, have NodeJS 16+

### Developing Edge Services Tutorial

If you haven't already, go through the [Developing Edge Services](https://docs.codezero.io/#/tutorials/edge) tutorial, which will show you how to run a teleport command using the Codezero CLI to debug a locally running service. Close the teleport at the end because we are going to run it again in this tutorial, but this time using the Desktop app.
If you haven't already, go through the [Developing Edge Services](/tutorials/edge) tutorial, which will show you how to run a teleport command using the Codezero CLI to debug a locally running service. Close the teleport at the end because we are going to run it again in this tutorial, but this time using the Desktop app.

## Tutorial

Expand Down

0 comments on commit f0ed985

Please sign in to comment.