Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/api/main-config/main-config-indexers.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JReinhold and coderabbitai[bot] authored Oct 1, 2025
commit d766af9398a5b16e7dd730e854b2364d9e3519ea
7 changes: 3 additions & 4 deletions docs/api/main-config/main-config-indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,13 @@ Type: `'story'`

The type of entry.

##### `type`
##### `subtype`

(⚠️ **Experimental**)

Type: `'story' | 'test'`

The subtype of the story entry. Use this to mark an entry as a _test_ (experimental). Only relevant when [`type`](#type) is `'story'`.
Type: `'story' | 'test'` (optional, defaults to `'story'`)

The subtype of the story entry when [`type`](#type) is `'story'`. Use this to mark an entry as a _test_ (experimental). If not specified, defaults to `'story'`.
##### `rawComponentPath`
Comment thread
JReinhold marked this conversation as resolved.

Type: `string`
Expand Down