From 5b8ae368bdc94618c66f5cb4f2d9167b47372951 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 21 Mar 2025 13:21:31 -0700 Subject: [PATCH] docs: Remove redundant sections from index.md --- aider/website/docs/index.md | 17 ----------------- 1 file changed, 17 deletions(-) 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.