Skip to content

Commit 34c465c

Browse files
authored
docs: avoid needing to render API docs for any preview/render invocation (#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`
1 parent 14f1848 commit 34c465c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ website:
122122
collapse-level: 2
123123
contents:
124124
- auto: backends/*.qmd
125-
- auto: backends/support
125+
- section: Support
126+
contents:
127+
- auto: backends/support/*.qmd
128+
- reference/operations.qmd
126129
- id: how-to
127130
title: "How-to"
128131
style: "docked"

docs/backends/support/operations.qmd

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)