Exclude irb from documentation generation

- IRB has its own documentation in the project readme and https://ruby.github.io/irb/ already.
- As a tool, its internal implementation details are not relevant to the user.
- Excluding it from the documentation generation reduces the size of the generated documentation
  and makes search results more relevant.

I also checked the there are no references to IRB so it should not break any links.
This commit is contained in:
Stan Lo 2024-12-12 23:39:24 +00:00 committed by Jeremy Evans
parent 29d3ea1e84
commit cf711863cb
Notes: git 2024-12-16 19:55:53 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -7,3 +7,6 @@ title: Documentation for Ruby development version
visibility: :private
rdoc_include:
- doc
exclude:
- lib/irb

View File

@ -1 +0,0 @@
**/*.rb