Skip to content

Commit 9d8365a

Browse files
ivanayovalexellis
authored andcommitted
Update openfaas repositories list with links
This updates all listed openfaas repositories in the contributing Get started page with links to the GitHub repos and updates the outdated `faas-cloud` repository name with the actual `openfaas-cloud` Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
1 parent a3a8958 commit 9d8365a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/contributing/get-started.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ Git is used for version control and all repositories are public available under
3939

4040
OpenFaaS started as a single mono-repo called `faas` and has been broken out into separate repositories. For this reason you should always collate Issues, PRs, contributor counts, stars and similar statistics from the organisation as a whole. The data in the `faas` repo is not representive of the whole project.
4141

42-
| Repository | Headline |
43-
|------------------|---------------------------------|
44-
| faas | Main repository for project issues, suggestions, documentation and roadmap/backlog items. Also includes UI portal and API gateway |
45-
| certifier | End-to-end tests written in Go for verifying OpenFaaS with Swarm or Kubernetes after a release, this also runs through CI for the `faas` repo |
46-
| faas-swarm | Docker Swarm provider for OpenFaaS contains a stack file for deployment |
47-
| faas-netes | Kubernetes provider for OpenFaaS contains YAML and helm for deployment |
48-
| faas-cloud | An incubator project for a closed-loop CI/CD system between GitHub and OpenFaaS |
49-
| faas-cli | CLI for operating with OpenFaaS similar to `kubectl` or `docker` CLI |
50-
| templates | Official templates for OpenFaaS CLI used to scaffold a new function |
51-
| media | Press-kit and media for the project branding and swag |
52-
| docs | Official docs repository for this site - i.e. https://docs.openfaas.com |
53-
| workshop | Hands-on training lab for learning OpenFaaS |
54-
| nats-queue-worker | Asynchronous processing for deferred / queued work with OpenFaaS, based upon NATS Streaming |
55-
| www | Webpages for https://www.openfaas.com |
42+
| Repository | Headline |
43+
|:------------------|:---------------------------------|
44+
| [faas](https://github.com/openfaas/faas) | Main repository for project issues, suggestions, documentation and roadmap/backlog items. Also includes UI portal and API gateway |
45+
| [certifier](https://github.com/openfaas/certifier) | End-to-end tests written in Go for verifying OpenFaaS with Swarm or Kubernetes after a release, this also runs through CI for the `faas` repo |
46+
| [faas-swarm](https://github.com/openfaas/faas-swarm) | Docker Swarm provider for OpenFaaS contains a stack file for deployment |
47+
| [faas-netes](https://github.com/openfaas/faas-netes) | Kubernetes provider for OpenFaaS contains YAML and helm for deployment |
48+
| [openfaas-cloud](https://github.com/openfaas/openfaas-cloud) | An incubator project for a closed-loop CI/CD system between GitHub and OpenFaaS |
49+
| [faas-cli](https://github.com/openfaas/faas-cli) | CLI for operating with OpenFaaS similar to `kubectl` or `docker` CLI |
50+
| [templates](https://github.com/openfaas/templates) | Official templates for OpenFaaS CLI used to scaffold a new function |
51+
| [media](https://github.com/openfaas/media) | Press-kit and media for the project branding and swag |
52+
| [docs](https://github.com/openfaas/docs) | Official docs repository for this site - i.e. https://docs.openfaas.com |
53+
| [workshop](https://github.com/openfaas/workshop) | Hands-on training lab for learning OpenFaaS |
54+
| [nats-queue-worker](https://github.com/openfaas/nats-queue-worker) | Asynchronous processing for deferred / queued work with OpenFaaS, based upon NATS Streaming |
55+
| [www](https://github.com/openfaas/www) | Webpages for https://www.openfaas.com |
5656

5757
https://github.com/openfaas/
5858

0 commit comments

Comments
 (0)