diff --git a/docs/about/features.md b/docs/about/features.md index 75aa77f..016fc5d 100644 --- a/docs/about/features.md +++ b/docs/about/features.md @@ -44,6 +44,12 @@ changes. Just comment on the CodeRabbit review to start the conversation. CodeRabbit learns from your interactions and gets smarter over time. The more you chat, the better it gets. +We support: + +- Inline Comments in Pull Request File Diffs +- Comments in Pull Requests +- Comments in Git Issues +  ### 4. Issue Validation {#issue-validation} @@ -52,3 +58,29 @@ Pull request changes are validated against the linked GitHub or GitLab issue and identifies all other issues which might be affected by this change.  + +### 5. Sequence Diagrams {#sequence-diagrams} + +CodeRabbit visualizes the changes occuring in any pull request using +[Mermaid Diagrams](https://mermaid.live/). + + + + + +### 6. Commitable Suggestions {#commitable-suggestions} + +For quick fixes, CodeRabbit offers one button solution to commit AI recommended +changes! + + + + + +### 7. Learnings {#learnings} + +CodeRabbit learns from user chat interactions to gain tribal knowledge on your +repositories and organization. CodeRabbit will apply and update these learnings +in future reviews + + diff --git a/static/img/about/advanced-diagram.png b/static/img/about/advanced-diagram.png new file mode 100644 index 0000000..229d6c9 Binary files /dev/null and b/static/img/about/advanced-diagram.png differ diff --git a/static/img/about/diagram.png b/static/img/about/diagram.png new file mode 100644 index 0000000..93848ca Binary files /dev/null and b/static/img/about/diagram.png differ diff --git a/static/img/about/ironic-committable.png b/static/img/about/ironic-committable.png new file mode 100644 index 0000000..8d39f29 Binary files /dev/null and b/static/img/about/ironic-committable.png differ diff --git a/static/img/about/learnings.png b/static/img/about/learnings.png new file mode 100644 index 0000000..54b5f4b Binary files /dev/null and b/static/img/about/learnings.png differ