docs: Remove redundant sections from index.md

This commit is contained in:
Paul Gauthier 2025-03-21 13:21:31 -07:00 committed by Paul Gauthier (aider)
parent b3e368237e
commit 5b8ae368bd

View file

@ -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
<div class="toc">
{% 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 %}
</ul>
</div>
## 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.