-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit contains some minor style fixes to the website. Signed-off-by: Or Ozeri <[email protected]>
- Loading branch information
Showing
8 changed files
with
98 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Services | ||
description: Sharing Services | ||
description: Sharing services | ||
weight: 36 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Here are the key steps for setting up your developer environment, making a chang | |
- [Go](https://go.dev/doc/install) version 1.20 or higher. | ||
- [Git](https://git-scm.com/downloads) command line. | ||
- We recommend using a [local development environment](https://kubernetes.io/docs/tasks/tools/) | ||
such as Kind/kubectl for local development and integration testing. | ||
such as kind/kubectl for local development and integration testing. | ||
- Additional development packages, such as `goimports` and `golangci-lint`. See the full list in | ||
[post-create.sh](https://github.com/clusterlink-net/clusterlink/blob/main/.devcontainer/dev/post-create.sh). | ||
1. Clone our repository with `git clone [email protected]:clusterlink-net/clusterlink.git`. | ||
|
Oops, something went wrong.