diff --git a/docs/docs/core-abilities/index.md b/docs/docs/core-abilities/index.md index 491871e6c..13e5a38ed 100644 --- a/docs/docs/core-abilities/index.md +++ b/docs/docs/core-abilities/index.md @@ -5,6 +5,7 @@ PR-Agent utilizes a variety of core abilities to provide a comprehensive and eff - [Line localization](/line_localization) - [Dynamic context](/dynamic_context) - [Self-reflection](/self_reflection) +- [Impact evaluation](/impact_evaluation) - [Interactivity](/interactivity) - [Compression strategy](/compression_strategy) - [Code-oriented YAML](/code_oriented_yaml) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 968ad8366..ef886c7f4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -47,6 +47,7 @@ nav: - Line localization: 'core-abilities/line_localization.md' - Dynamic context: 'core-abilities/dynamic_context.md' - Self-reflection: 'core-abilities/self_reflection.md' + - Impact evaluation: 'core-abilities/impact_evaluation.md' - Interactivity: 'core-abilities/interactivity.md' - Compression strategy: 'core-abilities/compression_strategy.md' - Code-oriented YAML: 'core-abilities/code_oriented_yaml.md'