Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The current priorities are to improve core capabilities and user experience of t
* [MCP Configuration](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/config/mcp.md)
* [Session Management](https://github.com/dwash96/aider-ce/blob/main/aider/website/docs/sessions.md)
* [Aider Original Documentation (still mostly applies)](https://aider.chat/)
* [Discord Community](https://discord.gg/McwdCRuqkJ)

### Installation Instructions
This project can be installed using several methods:
Expand Down
4 changes: 2 additions & 2 deletions aider/website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ aux_links:
"GitHub":
- "https://github.com/Aider-AI/aider"
"Discord":
- "https://discord.gg/Y7X7bhMQFV"
- "https://discord.gg/McwdCRuqkJ"
"Blog":
- "/blog/"

nav_external_links:
- title: "GitHub"
url: "https://github.com/Aider-AI/aider"
- title: "Discord"
url: "https://discord.gg/Y7X7bhMQFV"
url: "https://discord.gg/McwdCRuqkJ"

repository: Aider-AI/aider

Expand Down
2 changes: 1 addition & 1 deletion aider/website/_includes/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ If you need more help, please check our
[GitHub issues](https://github.com/Aider-AI/aider/issues)
and file a new issue if your problem isn't discussed.
Or drop into our
[Discord](https://discord.gg/Y7X7bhMQFV)
[Discord](https://discord.gg/McwdCRuqkJ)
to chat with us.

When reporting problems, it is very helpful if you can provide:
Expand Down
2 changes: 1 addition & 1 deletion aider/website/_includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Aider is on
<a href="https://github.com/Aider-AI/aider">GitHub</a>
and
<a href="https://discord.gg/Y7X7bhMQFV">Discord</a>.
<a href="https://discord.gg/McwdCRuqkJ">Discord</a>.
</footer>
6 changes: 3 additions & 3 deletions aider/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a href="#features">Features</a>
<a href="#getting-started">Getting Started</a>
<a href="/docs/">Documentation</a>
<a href="https://discord.gg/Y7X7bhMQFV">Discord</a>
<a href="https://discord.gg/McwdCRuqkJ">Discord</a>
<a href="https://github.com/Aider-AI/aider">GitHub</a>
</div>
</nav>
Expand Down Expand Up @@ -646,7 +646,7 @@ <h3 class="info-column-title">Community & Resources</h3>
<ul class="info-list">
<li><a href="/docs/leaderboards/">LLM Leaderboards</a></li>
<li><a href="https://github.com/Aider-AI/aider">GitHub Repository</a></li>
<li><a href="https://discord.gg/Y7X7bhMQFV">Discord Community</a></li>
<li><a href="https://discord.gg/McwdCRuqkJ">Discord Community</a></li>
<li><a href="https://aider.chat/HISTORY.html">Release notes</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
Expand All @@ -660,7 +660,7 @@ <h3 class="info-column-title">Community & Resources</h3>
<div class="footer-links">
<a href="/docs/install.html">Documentation</a>
<a href="https://github.com/Aider-AI/aider">GitHub</a>
<a href="https://discord.gg/Y7X7bhMQFV">Discord</a>
<a href="https://discord.gg/McwdCRuqkJ">Discord</a>
<a href="/blog/">Blog</a>
</div>
</div>
Expand Down
Loading