All the stand-alone pages from Ruby's [doc](https://github.com/ruby/ruby/tree/master/doc) directory seem to be missing on https://rubyapi.org/3.2/, e.g.: * [encodings.rdoc](https://docs.ruby-lang.org/en/3.2/encodings_rdoc.html) * [globals.rdoc](https://docs.ruby-lang.org/en/3.2/globals_rdoc.html) * [keywords.rdoc](https://docs.ruby-lang.org/en/3.2/keywords_rdoc.html) * [syntax/assignment.rdoc](https://docs.ruby-lang.org/en/3.2/syntax/assignment_rdoc.html) * [syntax/calling_methods.rdoc](https://docs.ruby-lang.org/en/3.2/syntax/calling_methods_rdoc.html) * [syntax/methods.rdoc](https://docs.ruby-lang.org/en/3.2/syntax/methods_rdoc.html) * [syntax/modules_and_classes.rdoc](https://docs.ruby-lang.org/en/3.2/syntax/modules_and_classes_rdoc.html) * ... In addition, there should be a way to easily discover / browse these pages. In Dash, they can be found under a separate "Guides" section.