Set no_index to false. - #347
Conversation
Fixes regression, Bibliography was not showing as a subpage when viewing history page. This makes finding the bibliography be page navigation possible.
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-347/ |
|
The Bibliography item is still missing from the left sidebar on the staging site as noted in issue #2750. |
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-347/ |
Should be fixed now. The underlying problem was with caching bibliographical material. The cache was set up to track changes in both the Zotero generated content and the non-auto generated pages (_index.md). However, the cache key only included changes to Zotero. Updated shared workflow to only cache generated items -- material derived from Zotero. All other items are excluded from the cache and when changes are made are picked up in the build. Changes to shared workflow are in PR-5. |
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-347/ |
|
I confirm the Bibliography item is back on the staging site. |


Fixes regression, Bibliography was not showing as a subpage when viewing history page. This makes finding the bibliography be page navigation possible.