Skip to content

Add new configuration guides and reference material. #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 25, 2025
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
Tweak for markdownlint
  • Loading branch information
jmacdotorg committed Jun 19, 2025
commit d6f26ff77d0460d9e2fa2ca80cf6ca9bd62e76c3
4 changes: 2 additions & 2 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,10 @@ and JavaScript files in a reposistory's `src` directory:

<Tabs groupId="config-setting">
<TabItem value="web-ui" label="Example path settings: Web UI" default>
![An example path instruction](/img/reference/path-instructions.png)
![An example path instruction](/img/reference/path-instructions.png)
</TabItem>
<TabItem value="yaml" label="Example path settings: coderabbit.yaml">
```
```yaml
path_instructions:
- path: src/**/*.{ts,tsx,js}
instructions:
Expand Down