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
Copy file name to clipboardExpand all lines: vocab/credentials/v2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The generation of the final files is done via a github action (see `/.github/wor
11
11
-`vocabulary.yml`: the core vocabulary specification. _Any change on the vocabulary must be made by modifying this file;_ see the separate [description](https://github.com/w3c/yml2vocab) of the underlying YAML format.
12
12
-`vocabulary.drawio`: the vocabulary diagram in the [draw.io](https://www.drawio.com/) format. _Any change on the vocabulary diagram must be made by modifying this file._
13
13
14
-
The corresponding application can be downloaded and used directly, or added to Google Docs. For the exact options to be used for the SVG export, see the screen dump below. Note that, due to some bug in the software the exported SVG file must be ran through a [post-processing script](https://github.com/iherman/drawio-svg/), to be downloaded and run separately.
14
+
The corresponding application can be downloaded and used directly, or added to Google Docs. For the exact options to be used for the SVG export, see the screen dump below. Note that, due to some bug in the software, the exported SVG file must be run through a [post-processing script](https://github.com/iherman/drawio-svg/), which must be downloaded and run separately.
15
15
-`vocabulary.svg`: the SVG file for the vocabulary, generated from `vocabulary.drawio`.
16
16
-`template.html`: an HTML template file used by the script; it is the skeleton of the final HTML format based on [ReSpec](https://respec.org/docs/). If the file is modified, care should be taken not to change the core structure and the various, possibly empty, HTML elements with `@id` values. The script fills those elements with content when generating the `vocabulary.html` file (and removes any sections that remain empty after processing).
0 commit comments