Skip to content

Commit

Permalink
docs: avoid needing to render API docs for any preview/render invocat…
Browse files Browse the repository at this point in the history
…ion (#10106)

Because we include a generated file, this forces developers to render
API docs, or delete the file that references the generated file. This PR
fixes that by deleting the file using the include, and referencing the
included file directly in `_quarto.yml`
  • Loading branch information
cpcloud authored Sep 12, 2024
1 parent 14f1848 commit 34c465c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ website:
collapse-level: 2
contents:
- auto: backends/*.qmd
- auto: backends/support
- section: Support
contents:
- auto: backends/support/*.qmd
- reference/operations.qmd
- id: how-to
title: "How-to"
style: "docked"
Expand Down
1 change: 0 additions & 1 deletion docs/backends/support/operations.qmd

This file was deleted.

0 comments on commit 34c465c

Please sign in to comment.