diff --git a/aider/website/docs/index.md b/aider/website/docs/index.md index 9b3ee39dd..b74eff77e 100644 --- a/aider/website/docs/index.md +++ b/aider/website/docs/index.md @@ -1,16 +1,10 @@ --- -layout: default -title: Home -nav_order: 1 -permalink: / --- # Aider Documentation Aider is AI pair programming in your terminal. This documentation will help you get the most out of aider. -## Table of Contents -
{% assign pages_list = site.html_pages | sort: "nav_order" %} @@ -50,14 +44,3 @@ Aider is AI pair programming in your terminal. This documentation will help you {% endfor %}
- -## Quick Links - -- [Installation Guide](/docs/installation) -- [Getting Started](/docs/getting-started) -- [Command Reference](/docs/commands) -- [Configuration Options](/docs/configuration) - -## About Aider - -Aider is an open-source tool that brings the power of AI coding assistants directly to your terminal. Use natural language to add features, fix bugs, and refactor code with an AI assistant that understands your entire codebase.