Skip to content

Conversation

skeptrunedev
Copy link
Contributor

Documentation changes

Add new docs about the new interaction.drilldown field.


For Reviewers

When reviewing documentation PRs, please consider:

✅ Technical accuracy

  • Code examples work as written
  • Commands and configurations are correct
  • Links resolve to the right destinations
  • Prerequisites and requirements are accurate

✅ Clarity and completeness

  • Instructions are clear and easy to follow
  • Steps are in logical order
  • Nothing important is missing
  • Examples help illustrate the concepts

✅ User experience

  • A new user could follow these docs successfully
  • Common gotchas or edge cases are addressed
  • Error messages or troubleshooting guidance is helpful

Comment on lines +595 to +609
```json
{
"interaction": {
"drilldown": true // Force navigation to first page when a user expands a dropdown
}
}
```

```json
{
"interaction": {
"drilldown": false // Never navigate, only expand/collapse
}
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also add this property in /settings page

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I can move it there.

@skeptrunedev skeptrunedev merged commit d4d64ae into main Aug 30, 2025
4 checks passed
@skeptrunedev skeptrunedev deleted the sk/add-docs-on-drilldown branch August 30, 2025 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants