Skip to content

Commit

Permalink
fix multiline description
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Feb 28, 2022
1 parent 338143c commit 7000dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func makeReposString(repos []*github.Repository) string {
(*repo.UpdatedAt).String()[:10],
(*repo.CreatedAt).String()[:10],
strconv.Itoa(*repo.ForksCount),
*repo.Description,
strings.Replace(*repo.Description, "\n", "<br>", -1),
},
)
}
Expand Down
3 changes: 1 addition & 2 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clusternet/clusternet": "multi cluster management",
"kubernetes-sigs/cluster-api": "Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.",
"kubernetes-sigs/kubefed": "multi cluster federation",
"submariner-io/submariner": "multi cluster cni",
"submariner-io/submariner": "Connect all your Kubernetes clusters, no matter where they are in the world.",
"kubernetes-sigs/mcs-api": "Multi-Cluster Service APIs.",
"ferry-proxy/ferry": "proxy & tunnel for multi cluster communicaiton",
"kubesphere/tower": "proxy for multi cluster communication",
Expand All @@ -16,7 +16,6 @@
"GoogleCloudPlatform/k8s-multicluster-ingress": "kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters",
"tkestack/tke": "Native Kubernetes container management platform supporting multi-tenant and multi-cluster",
"fluxcd/flux2-multi-tenancy": "Manage multi-tenant clusters with Flux",
"submariner-io/submariner": "Connect all your Kubernetes clusters, no matter where they are in the world.",
"Clivern/Beetle": "🔥 Kubernetes multi-cluster deployment automation service.",
"kubernetes-sigs/about-api": "A CRD for arbitrary properties about a cluster",
"kubernetes-sigs/work-api": "Kubernetes Work API: a common API to distribute workload to multiple clusters",
Expand Down

0 comments on commit 7000dba

Please sign in to comment.