You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/contributing/get-started.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,20 +39,20 @@ Git is used for version control and all repositories are public available under
39
39
40
40
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.
| 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 |
|[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|
0 commit comments