Add AutomaDocs to Docs & Knowledge#219
Open
forbiddenlink wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds AutomaDocs to the repository’s curated “Docs & Knowledge” section, expanding the list with an AI documentation tool relevant to documentation workflows.
Changes:
- Added a new “Docs & Knowledge” list entry for AutomaDocs with a short description and link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool. | ||
| * [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system. | ||
| * [xyd](https://xyd.dev/) - A new scalable Open Source Docs Framework for future dev powered by LiveSession. | ||
| * [AutomaDocs](https://automadocs.com) - AI-generated docs for GitHub repos with hybrid RAG search and inline file:line citations. Updates on every push via webhook-driven selective regeneration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi maintainers,
Adding AutomaDocs to the Docs & Knowledge section.
What it does: AI-generated documentation for any GitHub repo. Tree-sitter AST chunking + Claude generation + hybrid retrieval (BM25 + Pinecone vector + RRF) with inline file:line citations.
Differentiator vs. Docusaurus / GitBook / ReadMe already in the section: webhook-driven selective regeneration on every git push (only re-processes changed chunks), so the docs do not drift from the code.
Live examples (real OSS projects, no signup required):
Free tier: 1 public repo + 10 generations/month, no credit card.
Added at the end of the section to keep the existing order intact. Happy to reword, move, or close if it is not a fit.
Thanks for maintaining this list.
— Liz