Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken links #241

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ 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.md#create-a-codezero-hub-account) and Organization on the [Codezero Hub](https://hub.codezero.io/)
1. Install the Codezero Space Agent [on the Kubernetes cluster](./teamspace-setup.md#install-the-space-agent-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](./installation.md) 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](./edge.mdx) 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