-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
|