Skip to content

Commit

Permalink
fix: Correct description of render pipeline
Browse files Browse the repository at this point in the history
Code to reflect this correction has not yet been written.
  • Loading branch information
emmyoh committed May 30, 2024
1 parent 733afdc commit 17bbc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/guide/pipeline.vox
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ When changes are made, rebuilding can be done selectively:
- A page is considered added if its path appears in the new DAG, but not the old one.
- A page is considered removed if its path appears in the old DAG, but not the new one.
3. A list of pages needing rendering is computed.
- All pages that were modified need to be re-rendered.
- All pages that were modified need to be rendered.
- Their descendants in the new DAG also need to be rendered.
- If the page is a layout, its parents in the new DAG need to be rendered.
- All pages that were added need to be rendered.
- Their descendants in the new DAG also need to be rendered.
- All pages that were removed need their descendants in the new DAG rendered.
Expand Down

0 comments on commit 17bbc99

Please sign in to comment.