Skip to content

Commit 24bece8

Browse files
committed
docs: remove reference to Auto from content page
1 parent 68cef3e commit 24bece8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/get-started/basic-content.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ contents:
2929
- render
3030
```
3131

32-
Behind the scenes, quartodoc represents each content entry as a [](`quartodoc.Auto`) element, since it specifies how to automatically document some object.
32+
In the following sections, we'll discuss different options for configuring content.
33+
3334

3435
## Looking up objects
3536

@@ -232,4 +233,4 @@ In this case, you can set the dynamic option on a piece of content.
232233
contents:
233234
- name: get_object
234235
dynamic: true
235-
```
236+
```

0 commit comments

Comments
 (0)