Updated docs structure

2026-03-12 18:27:58 +07:00
parent feb610e47d
commit d889d4ea66
9 changed files with 29 additions and 7 deletions

@@ -41,14 +41,14 @@ When a pull request is opened or updated, Kodo kicks in automatically:
## 📚 Documentation ## 📚 Documentation
### 👩‍💻 Developer ### 👩‍💻 Developer
- [Code Review with Kodo](developer-guide/how-it-works) — how to trigger, skip, and interact with the reviewer - [Code Review with Kodo](how-to-use) — how to trigger, skip, and interact with the reviewer
- [Review Output Format](developer-guide/ai-reviewer-output-format) — how to read summary comments, inline comments, and PR status - [Review Output Format](ai-reviewer-output-format) — how to read summary comments, inline comments, and PR status
- [Limitations & Best Practices](developer-guide/limitations-and-best-practices) — what Kodo can't do and how to get the most out of it - [Limitations & Best Practices](limitations-and-best-practices) — what Kodo can't do and how to get the most out of it
### 🧑‍🔧 Tech Lead ### 🧑‍🔧 Tech Lead
- [CI/CD Integration](techlead-guide/how-to-integrate) — how to add Kodo to your repository workflow - [CI/CD Integration](how-to-integrate) — how to add Kodo to your repository workflow
- [Custom Review Rules](techlead-guide/extension-of-rules) — how to extend the built-in rules with project-specific instructions - [Custom Review Rules](extension-of-rules) — how to extend the built-in rules with project-specific instructions
- [Troubleshooting](techlead-guide/faq-troubleshooting) — what to check when Kodo doesn't run - [Troubleshooting](faq-troubleshooting) — what to check when Kodo doesn't run
### ⚙️ DevOps ### ⚙️ DevOps
- [Gitea Token Setup](devops-guide/reviewer-token) — how to generate the bot token and configure repository secrets - [Gitea Token Setup](reviewer-token) — how to generate the bot token and configure repository secrets

22
_Sidebar.md Normal file

@@ -0,0 +1,22 @@
## 🤖 Kodo AI Reviewer
- [What is Kodo?](Kodo-AI-Reviewer)
---
### 👩‍💻 Developer
- [Code Review with Kodo](how-to-use)
- [Review Output Format](ai-reviewer-output-format)
- [Limitations & Best Practices](limitations-and-best-practices)
---
### 🧑‍🔧 Tech Lead
- [CI/CD Integration](how-to-integrate)
- [Custom Review Rules](extension-of-rules)
- [Troubleshooting](faq-troubleshooting)
---
### ⚙️ DevOps
- [Gitea Token Setup](reviewer-token)