Skip to content

Commit

Permalink
Set version to 2.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Feb 16, 2024
1 parent 3adb372 commit 1701d23
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.93.0
version: 2.94.0
files: Makefile README.adoc
changesfile: ChangeLog
format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})\.(0|[1-9][0-9]{0,1})
Expand Down
32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Feb 16 13:38:12 UTC 2024 - [email protected]

- Update 2.94.0
Create external JSON-LD file
The structure is based on schema.org

Introduce new parameters:

* generate.json-ld.external (0=no, 1=yes)
Should a JSON-LD structure stored?
* json-ld-use-individual-authors (0=no, 1=yes)
Should the individual authors be used?
* json-ld.ext (default ".json)
The default extension of the JSON file
* json-ld-date-timezone (default "T00:00+02:00)
The default timezone for dates when no timezone is specified
* json-ld-fallback-author-name (default "SUSE Product & Solution
Documentation Team")
Default name of author when no <author> is specified
* json-ld-fallback-author-url (default: "https://documentation.suse.com")
Default URL for an author, when no <author> is specified
* json-ld-fallback-author-type (default "Corporation")
Default type of an author, when no <author> is specified
* json-ld-fallback-author-logo (default
"https://www.suse.com/assets/img/suse-white-logo-green.svg")
Default logo URL, when no <author> is specified
* json-ld-image-url (default $json-ld-fallback-author-logo)
Default image URL for a TechArticle
* stitchfile (str, default ='')
Absolute filename to the single stitch file that Docserv generates on startup

-------------------------------------------------------------------
Tue Nov 28 10:11:35 UTC 2023 - [email protected]

Expand Down

0 comments on commit 1701d23

Please sign in to comment.