Open
Description
Autodoc should support only indexing files and folders that have changed since the last index. At high-level, I think it looks something like this:
- Track the git sha at time of index.
- When indexing, compare files at last sha to current repository state.
- Calculate which branches have changes.
- Re-index changes branches.
If you're interested on this, please reach out.
Activity