Skip to content

Commit

Permalink
docs: Add che-code repository
Browse files Browse the repository at this point in the history
Change-Id: Ieb4b7434be58335d1c438238b2364bdd4bf2841d
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Feb 1, 2022
1 parent 1a5f907 commit 2bc7cd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ repositories:
devfile: https://github.com/che-incubator/chectl/blob/master/devfile.yaml
doc: https://github.com/che-incubator/chectl/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/che-incubator/che-code
name: che-code
description: >-
Fork of "Code - OSS" to work with Eclipse Che
devfile: https://github.com/che-incubator/che-code/blob/main/devfile.yaml
doc: https://github.com/che-incubator/che-code/blob/main/README.md
useCheReleaseLifecycle: true
- url: https://github.com/eclipse-che/che-dashboard
name: dashboard
description: >-
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Repository | Component | Description | Devfile | Documentation
[che-theia](https://github.com/eclipse-che/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse-che/che-theia/blob/main/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse-che/che-theia/blob/main/CONTRIBUTING.md)
---| [generator](https://github.com/eclipse-che/che-theia/tree/main/generator) | `che:theia init` CLI to prepare and build che-theia | | |
[chectl](https://github.com/che-incubator/chectl) | | The CLI to install Che, create and start workspaces and devfiles | [devfile](https://github.com/che-incubator/chectl/blob/master/devfile.yaml) | [doc](https://github.com/che-incubator/chectl/blob/master/CONTRIBUTING.md)
[che-code](https://github.com/che-incubator/che-code) | | Fork of "Code - OSS" to work with Eclipse Che | [devfile](https://github.com/che-incubator/che-code/blob/main/devfile.yaml) | [doc](https://github.com/che-incubator/che-code/blob/main/README.md)
[dashboard](https://github.com/eclipse-che/che-dashboard) | | UI to manage workspaces, devfiles, etc. | [devfile](https://github.com/eclipse-che/che-dashboard/blob/main/devfile.yaml) | [doc](https://github.com/eclipse-che/che-dashboard/blob/main/README.md#eclipse-che-dashboard)
[devfile-registry](https://github.com/eclipse-che/che-devfile-registry) | | The default set of devfiles that would be made available on the Che dashboard stacks. | |
[docs](https://github.com/eclipse/che-docs) | | Eclipse Che documentation https://www.eclipse.org/che/docs/ source code. | [devfile](https://github.com/eclipse/che-docs/blob/master/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard)
Expand Down

0 comments on commit 2bc7cd2

Please sign in to comment.