Skip to content

chore: clean up unused wiki docs, add rate limiter example to README - #315

Open
slowbackspace wants to merge 2 commits into
masterfrom
chore/remove-wiki-docs
Open

chore: clean up unused wiki docs, add rate limiter example to README#315
slowbackspace wants to merge 2 commits into
masterfrom
chore/remove-wiki-docs

Conversation

@slowbackspace

@slowbackspace slowbackspace commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Wiki cleanup

The GitHub wiki is no longer maintained and has been disabled on the repository (the stale github-pages deployments from 2023 were also removed).

  • Remove the docs typedoc script and the typedoc, typedoc-github-wiki-theme, and typedoc-plugin-markdown devDependencies (eslint-plugin-tsdoc stays — the lint config uses it)
  • README: drop wiki links, point utility function references to src/utils/helpers.ts, and remove the "regenerate wiki docs" step from the development guide

Rate limiter docs (closes #256)

  • Add a "Rate limiter" section to the README documenting the rateLimiter property (the underlying Bottleneck instance), with an example of inspecting the current queue via counts()/queued(), checking remaining capacity via currentReservoir(), and subscribing to the depleted event

Closes #256

🤖 Generated with Claude Code

The GitHub wiki is no longer maintained and has been disabled on the
repository. Remove the typedoc docs script and dependencies, and point
README links to the source instead of the wiki.
@slowbackspace slowbackspace changed the title chore: remove unused wiki docs tooling and links chore: clean up unused wiki docs, add rate limiter example to README Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

readme: add example on how to access rate limiter instance

1 participant