Skip to content

moving a document from appendices to a chapter does not render/move article in sidebar for book #348

@dpastoor

Description

@dpastoor

Given a slightly simplified _quarto.yml:

book:
  title: "quarto-design"
  repo-url: https://github.com/dpastoor/quarto-design
  repo-actions: [edit, issue]
  chapters:
    - "index.qmd"
+     - part: user-journeys.qmd
+      chapters:
+        - rsc-user-journeys.qmd
  appendices:
     - appendix.qmd
-    - user-journeys.qmd

when making that shift, get the following:

GET: /user-journeys.html
ERROR: Book chapter 'rsc-user-journeys.qmd' not found # note then created it
GET: /user-journeys.html

the preview continues to work, but the chapter sidebar continues to render with user-journeys.qmd in the sidebar.

solution: takes exiting and restarting quarto preview to pick up the change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    booksbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions