From d889d4ea66944bc479de8f9a0caebcb948924380 Mon Sep 17 00:00:00 2001 From: Alexey Efimchik Date: Thu, 12 Mar 2026 18:27:58 +0700 Subject: [PATCH] Updated docs structure --- Kodo-AI-Reviewer.md | 14 ++++++------ _Sidebar.md | 22 +++++++++++++++++++ ...-format.md => ai-reviewer-output-format.md | 0 ...nsion-of-rules.md => extension-of-rules.md | 0 ...oubleshooting.md => faq-troubleshooting.md | 0 ...how-to-integrate.md => how-to-integrate.md | 0 user-guide/how-to-use.md => how-to-use.md | 0 ...es.md => limitations-and-best-practices.md | 0 .../reviewer-token.md => reviewer-token.md | 0 9 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 _Sidebar.md rename user-guide/ai-reviewer-output-format.md => ai-reviewer-output-format.md (100%) rename techlead-guide/extension-of-rules.md => extension-of-rules.md (100%) rename techlead-guide/faq-troubleshooting.md => faq-troubleshooting.md (100%) rename techlead-guide/how-to-integrate.md => how-to-integrate.md (100%) rename user-guide/how-to-use.md => how-to-use.md (100%) rename user-guide/limitations-and-best-practices.md => limitations-and-best-practices.md (100%) rename devops-guide/reviewer-token.md => reviewer-token.md (100%) diff --git a/Kodo-AI-Reviewer.md b/Kodo-AI-Reviewer.md index 09852ae..5067c00 100644 --- a/Kodo-AI-Reviewer.md +++ b/Kodo-AI-Reviewer.md @@ -41,14 +41,14 @@ When a pull request is opened or updated, Kodo kicks in automatically: ## 📚 Documentation ### 👩‍💻 Developer -- [Code Review with Kodo](developer-guide/how-it-works) — 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 -- [Limitations & Best Practices](developer-guide/limitations-and-best-practices) — what Kodo can't do and how to get the most out of it +- [Code Review with Kodo](how-to-use) — how to trigger, skip, and interact with the reviewer +- [Review Output Format](ai-reviewer-output-format) — how to read summary comments, inline comments, and PR status +- [Limitations & Best Practices](limitations-and-best-practices) — what Kodo can't do and how to get the most out of it ### 🧑‍🔧 Tech Lead -- [CI/CD Integration](techlead-guide/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 -- [Troubleshooting](techlead-guide/faq-troubleshooting) — what to check when Kodo doesn't run +- [CI/CD Integration](how-to-integrate) — how to add Kodo to your repository workflow +- [Custom Review Rules](extension-of-rules) — how to extend the built-in rules with project-specific instructions +- [Troubleshooting](faq-troubleshooting) — what to check when Kodo doesn't run ### ⚙️ DevOps -- [Gitea Token Setup](devops-guide/reviewer-token) — how to generate the bot token and configure repository secrets \ No newline at end of file +- [Gitea Token Setup](reviewer-token) — how to generate the bot token and configure repository secrets \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..4f959b3 --- /dev/null +++ b/_Sidebar.md @@ -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) diff --git a/user-guide/ai-reviewer-output-format.md b/ai-reviewer-output-format.md similarity index 100% rename from user-guide/ai-reviewer-output-format.md rename to ai-reviewer-output-format.md diff --git a/techlead-guide/extension-of-rules.md b/extension-of-rules.md similarity index 100% rename from techlead-guide/extension-of-rules.md rename to extension-of-rules.md diff --git a/techlead-guide/faq-troubleshooting.md b/faq-troubleshooting.md similarity index 100% rename from techlead-guide/faq-troubleshooting.md rename to faq-troubleshooting.md diff --git a/techlead-guide/how-to-integrate.md b/how-to-integrate.md similarity index 100% rename from techlead-guide/how-to-integrate.md rename to how-to-integrate.md diff --git a/user-guide/how-to-use.md b/how-to-use.md similarity index 100% rename from user-guide/how-to-use.md rename to how-to-use.md diff --git a/user-guide/limitations-and-best-practices.md b/limitations-and-best-practices.md similarity index 100% rename from user-guide/limitations-and-best-practices.md rename to limitations-and-best-practices.md diff --git a/devops-guide/reviewer-token.md b/reviewer-token.md similarity index 100% rename from devops-guide/reviewer-token.md rename to reviewer-token.md