mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
docs: Remove redundant sections from index.md
This commit is contained in:
parent
b3e368237e
commit
5b8ae368bd
1 changed files with 0 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue