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
zip esmf-antora-ui-bundle-${{ github.event.inputs.release_version }}.zip -r *
33
33
echo "Done with Zip"
34
34
ls
35
35
- name: Create GitHub release
36
36
uses: softprops/action-gh-release@v1
37
-
id: sds_antora_ui_release
38
-
with:
39
-
body: "Open Manufacturing Platform Default UI bundle for Antora in version v${{ github.event.inputs.release_version }}. Intended for internal use within the OMP."
37
+
id: esmf_antora_ui_release
38
+
with:
39
+
body: "ESMF UI bundle for Antora in version v${{ github.event.inputs.release_version }}. Intended for internal use within the ESMF."
This project is an UI bundle implementing the style guide of the OMP (Open Manufacturing Platform). One can use the bundle to generate OMP styled documentation sites with {url-antora}[Antora].
24
-
This OMP UI bundle is a customized fork of the {url-project}[Antora Default UI] project. Both projects are licensed under the MPL 2.0.
25
-
The OMP Default UI bundle was initially created for generating documentations of the OMP SDS WG (Open Manufacturing Semantic Data Structuring Working Group) but can also be used by other OMP WGs and projects.
23
+
This project is an UI bundle implementing the style of the Eclipse Semantic
24
+
Modeling Framework (ESMF). One can use the bundle to generate ESMF styled documentation sites with {url-antora}[Antora].
25
+
This ESMF UI bundle is a customized fork of the {url-project}[Antora Default UI] project. Both projects are licensed under the MPL 2.0.
26
26
27
27
////
28
-
== Use the OMP SDS UI
28
+
== Use the ESMF UI
29
29
30
-
If you want to simply use the default UI for your Antora-generated site, add the following UI configuration to your playbook:
30
+
If you want to simply use the ESMF UI for your Antora-generated site, add the following UI configuration to your playbook:
NOTE: The `snapshot` flag tells Antora to fetch the UI when the `--fetch` command-line flag is present.
41
-
This setting is required because updates to the UI bundle are pushed to the same URL.
42
-
If the URL were to be unique, this setting would not be required.
43
-
44
40
Read on to learn how to customize the default UI for your own documentation.
45
41
46
42
////
@@ -120,10 +116,10 @@ Now that you have the prerequisites installed, you can fetch and build the UI pr
120
116
Clone the default UI project using git:
121
117
122
118
[subs=attributes+]
123
-
$ git clone {url-omp-ui-project} &&
119
+
$ git clone {url-esmf-ui-project} &&
124
120
cd "`basename $_`"
125
121
126
-
The example above clones the OMP SDS default UI project and then switches to the project folder on your filesystem.
122
+
The example above clones the ESMF UI project and then switches to the project folder on your filesystem.
127
123
Stay in this project folder when executing all subsequent commands.
128
124
129
125
Use npm to install the project's dependencies inside the project.
@@ -202,9 +198,9 @@ In this case, the bundle will include the source maps, which can be used for deb
202
198
203
199
== Copyright and License
204
200
205
-
Copyright (C) 2020 - 2021 Robert Bosch Manufacturing Solutions GmbH
201
+
Copyright (C) 2020 - 2023 Robert Bosch Manufacturing Solutions GmbH
206
202
207
-
and
203
+
and
208
204
209
205
Copyright (C) 2017-2021 OpenDevise Inc. and the Antora Project.
210
206
@@ -214,12 +210,12 @@ See link:LICENSE[] to find the full license text.
214
210
The content in this project is a customized fork from {url-project}[Antora Default UI] which is developed by OpenDevise Inc. and the Antora Project. The fork is based on the commit with the id 64b526ba9fcd22d6c37dc834126a41c65cbbbe1d dated 04.01.2021.
215
211
216
212
217
-
== OMP specific changes
213
+
== ESMF specific changes
218
214
219
-
In comparision, to the Antora Default UI this fork applies the following changes:
215
+
In comparison, to the Antora Default UI this fork applies the following changes:
220
216
221
-
* add and apply OMP specific fonts
222
-
* change colors in accordance to OMP color scheme
217
+
* add and apply ESMF specific fonts
218
+
* change colors in accordance to ESMF color scheme
223
219
* adapt Readme
224
220
* add RDF/Turtle syntax highlighting
225
221
* disable JavaScript linting
@@ -232,4 +228,4 @@ In comparision, to the Antora Default UI this fork applies the following changes
232
228
233
229
Development of Antora is led and sponsored by {url-opendevise}[OpenDevise Inc].
234
230
235
-
The OMP specific adaptations to this OMP Default UI bundle were performed by {url-bci}[Robert Bosch Manufacturing Solutions GmbH].
231
+
The ESMF specific adaptations to this ESMF UI bundle were performed by {url-bci}[Robert Bosch Manufacturing Solutions GmbH].
0 commit comments