Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/cli-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.27",
"version": "1.9.31",
"commands": [
{
"name": "render",
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/formats/epub.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
"name": "contributor",
"description": "Contributors to this publication."
},
{
"name": "subject",
"description": "The subject of the publication."
},
{
"name": "type",
"description": "Text describing the specialized type of this publication.\n\nAn informative registry of specialized EPUB Publication \ntypes for use with this element is maintained in the \n[TypesRegistry](https://www.w3.org/publishing/epub32/epub-packages.html#bib-typesregistry), \nbut Authors may use any text string as a value.\n"
Expand Down Expand Up @@ -414,6 +410,10 @@
"name": "metadata",
"title": "Metadata",
"options": [
{
"name": "subject",
"description": "The document subject"
},
{
"name": "date-meta",
"description": "Sets the date metadata for the document"
Expand Down
Loading