Skip to content
Merged
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
4 changes: 0 additions & 4 deletions docs/reference/projects/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,6 @@
"name": "year-suffix",
"description": "Disambiguating year suffix in author-date styles (e.g. \"a\" in \"Doe, 1999a\")."
},
{
"name": "description",
"description": "Website description"
},
{
"name": "favicon",
"description": "The path to the favicon for this website"
Expand Down
2 changes: 1 addition & 1 deletion tools/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const websiteOptions = readDefinitionsId("base-website", {
writeProjectTable("website", websiteOptions);


const excludeFromBooks = ['announcement', 'drafts', 'draft-mode', 'title'];
const excludeFromBooks = ['announcement', 'description', 'drafts', 'draft-mode', 'title'];

const bookOptions: Option[] = readProjectObject("book").concat(
websiteOptions.filter(option => !excludeFromBooks.includes(option.name))
Expand Down