adobe / parliament-client-template

A template for client projects of the developer documentation site
Apache License 2.0
7 stars 18 forks source link

Parliament pages do not have HTML titles for pages not listed in the manifest #402

Closed solimant closed 1 year ago

solimant commented 1 year ago

Expected Behaviour

All pages should have an reasonable HTML title.

Actual Behaviour

Pages that are not listed in the manifest do not show an HTML title, and hence bookmarks use the site URL instead as default.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

  1. Follow the quick start steps to create a docs site using the sample repo
  2. Remove any of the pages (e.g. /faq.md) from the manifest.yaml
  3. Build the site
  4. Navigate to http://localhost:8000/faq.md
  5. Inspect and observe that the HTML title is empty

Platform and Version

All

Sample Code that illustrates the problem

N/A

Logs taken while reproducing problem

N/A

solimant commented 1 year ago

Fixed via #403