Skip to content

Commit d7f3b92

Browse files
eneufeldplangermartin-fleck-atCamilleLetavernierndoschek
authored
Coffee Editor NG
* Improve front page * Update container * Add structure for documentation * Documentation: Language Definition and Langium Integration * Explain how languages can be defined in Langium * Explain Model Hub-Langium integration library and layer * doc: tree based editor * doc: Editing Domain Section * doc: improve Model Hub section * doc: content about reference resolution and cross references * doc: add diagram editor documentation * update outdated animated diagram gif (from outdated ecore glsp editor) * remove references to new code base and cleanup * rename `EMF.cloud` to `EMF Cloud` --------- Co-authored-by: Philip Langer <[email protected]> Co-authored-by: Martin Fleck <[email protected]> Co-authored-by: Camille Letavernier <[email protected]> Co-authored-by: Nina Doschek <[email protected]>
1 parent 23061b9 commit d7f3b92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1637
-313
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 10, 12, 14
2-
ARG NODE_VERSION=14
2+
ARG NODE_VERSION=16
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${NODE_VERSION}
44

55
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
@@ -35,4 +35,4 @@ EXPOSE 1313
3535
# && apt-get -y install --no-install-recommends <your-package-list-here>
3636

3737
# [Optional] Uncomment if you want to install more global node packages
38-
# RUN sudo -u node npm install -g <your-package-list-here>
38+
# RUN sudo -u node npm install -g <your-package-list-here>

.devcontainer/devcontainer.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,29 @@
1212
// Rebuild the container if it already exists to update.
1313
"VERSION": "0.78.1",
1414
// Update NODE_VERSION to pick the Node.js version: 12, 14
15-
"NODE_VERSION": "14",
15+
"NODE_VERSION": "16",
1616
"BUILDKIT_INLINE_CACHE": "0"
1717
}
1818
},
19-
20-
// Set *default* container specific settings.json values on container create.
21-
"settings": {
22-
"html.format.templating": true
19+
"customizations": {
20+
"vscode": {
21+
"settings": {
22+
"html.format.templating": true
23+
}
24+
},
25+
// Set *default* container specific settings.json values on container create.
26+
// Add the IDs of extensions you want installed when the container is created.
27+
"extensions": [
28+
"bungcip.better-toml",
29+
"davidanson.vscode-markdownlint"
30+
],
2331
},
24-
25-
// Add the IDs of extensions you want installed when the container is created.
26-
"extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"],
27-
2832
// Use 'forwardPorts' to make a list of ports inside the container available locally.
29-
"forwardPorts": [1313],
30-
33+
"forwardPorts": [
34+
1313
35+
],
3136
// Use 'postCreateCommand' to run commands after the container is created.
3237
// "postCreateCommand": "uname -a",
33-
3438
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3539
"remoteUser": "node"
36-
}
40+
}

config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = "https://www.eclipse.dev/emfcloud"
22
DefaultContentLanguage = "en"
3-
title = "EMF.cloud"
3+
title = "EMF Cloud"
44
theme = "syna"
55

66
[markup.goldmark.renderer]
@@ -15,7 +15,7 @@ lastmod = ["lastmod", ":git", "date"]
1515

1616
[params]
1717
name = "Eclipse Foundation"
18-
description = "EMF.cloud"
18+
description = "EMF Cloud"
1919

2020
[params.style]
2121
#background = "secondary"
@@ -43,14 +43,14 @@ lastmod = ["lastmod", ":git", "date"]
4343
pro = false
4444

4545
[params.colors]
46-
primary = "#00838F"
47-
secondary = "#868e96"
46+
primary = "#2490c6"
47+
secondary = "#faf9f9"
4848
success = "#008f54"
4949
info = "#00c9dc"
5050
warning = "#fdf314"
5151
danger = "#dc1200"
52-
light = "#f8f9fa"
53-
dark = "#073763ff"
52+
light = "#faf9f9"
53+
dark = "#1e2624"
5454

5555
# main/prepend/postpend menus are displayed in nav fragment.
5656
# Keep an eye out for updates. These will be moved out to make navbar more

content/_global/footer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ weight = 2000
55
menu_title = "Related Projects"
66

77
[asset]
8-
title = "EMF.cloud"
8+
title = "EMF Cloud"
99
image = "logo.png"
10-
text = "EMF.cloud"
10+
text = "EMF Cloud"
1111
url = "#"
1212
+++
1313

14-
#### EMF.cloud
14+
#### EMF Cloud
1515

16-
EMF.cloud is a project hosted at the [Eclipse Foundation](https://eclipse.org), lead by [Eugen, Philip and Maximilian](https://projects.eclipse.org/projects/ecd.emfcloud/who), organized within the [Eclipse Cloud Development](https://projects.eclipse.org/projects/ecd) project.
16+
EMF Cloud is a project hosted at the [Eclipse Foundation](https://eclipse.org), lead by [Eugen, Philip and Maximilian](https://projects.eclipse.org/projects/ecd.emfcloud/who), organized within the [Eclipse Cloud Development](https://projects.eclipse.org/projects/ecd) project.
1717

1818
Gefördert durch: ![BMBG Logo](/emfcloud/images/BMBF_Logo.svg)

content/_global/nav.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ weight = 0
55
# Branding options
66
[asset]
77
image = "logo.png"
8-
text = "EMF.cloud"
9-
title = "EMF.cloud"
8+
text = "EMF Cloud"
9+
title = "EMF Cloud"
1010
+++

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
2-
title = "EMF.cloud"
3-
description = "The Eclipse Modeling Framework for the cloud"
4-
+++
2+
title = "EMF Cloud"
3+
description = "Open-source Frameworks for Next-generation, Web-based Modeling Tools"
4+
+++

content/_index/coffeeeditorfeatures/codegenerator.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/_index/coffeeeditorfeatures/diagrameditor.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/_index/coffeeeditorfeatures/forms.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/_index/coffeeeditorfeatures/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)