Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/online-doc/config/_master.json')
-rw-r--r--plugins/org.eclipse.etrice.doc/online-doc/config/_master.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json b/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
index 45e346494..c70e3d18c 100644
--- a/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
+++ b/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
@@ -1,6 +1,6 @@
{
"title": "eTrice Documentation",
- "version": "1.0",
+ "version": "2.x",
"xtext-langs" : {
"room" : "xtext_keyword_files/InternalRoom.tokens",
"etconfig" : "xtext_keyword_files/InternalConfig.tokens",
@@ -47,5 +47,11 @@
{
"name" : "Developer's Reference",
"url" : "developers-reference.html"
- }]
+ },
+ {
+ "name" : "Release Notes",
+ "url" : "release-notes.html"
+ }
+
+ ]
} \ No newline at end of file

Back to the top