Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build non-pages pages too in HTMLWriter #1047

Merged
merged 6 commits into from
Jun 30, 2019
Merged

Build non-pages pages too in HTMLWriter #1047

merged 6 commits into from
Jun 30, 2019

Commits on Jun 28, 2019

  1. Build non-pages pages too in HTMLWriter

    They can then be reached via their URL, which is determined from the
    filename, as for the other pages. But they will not show up in the
    sidebar nor in the bottom navigation.
    
    If there is no filter applied, these pages may still show up in an
    at-contents block. In fact, this actually fixes a bug where, in the HTML
    output, an at-contents block would list such pages, even though the
    writer does not produce any `.html` files, leading to broken links in
    the output.
    mortenpi committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    832fa44 View commit details
    Browse the repository at this point in the history
  2. Add Compat dep

    mortenpi committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    80cd25c View commit details
    Browse the repository at this point in the history
  3. Revert "Add Compat dep"

    This reverts commit 80cd25c.
    mortenpi committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    a00fc6d View commit details
    Browse the repository at this point in the history
  4. Don't use isnothing

    mortenpi committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    ae2c813 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Add CHANGELOG

    mortenpi committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    7f5bd96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2696efc View commit details
    Browse the repository at this point in the history