docs.ruby-lang.org
docs.ruby-lang.org copied to clipboard
Source of the docs.ruby-lang.org site
For example here: https://docs.ruby-lang.org/en/master/Method.html#method-i-to_s The text is clickable without any apparent reason like so: https://stackoverflow.com/questions/4442217/css-make-a-div-clickable
Let's take an example: https://docs.ruby-lang.org/en/master/Method.html#method-i-to_s Is it just me or is the red "output" not so easy to read when one dims down the brightness of the screen?
## Actual I couldn't find `marshal_rdoc` content while I was searching with "Marshal" query. ## Expected I could find the `marshal_rdoc` in search result.
参考: https://github.com/ruby/docs.ruby-lang.org/issues/51#issuecomment-524508457 https://www.ruby-lang.org/ja/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/ 古い rdoc で生成されたドキュメントには XSS 脆弱性があるようなので、削除するか js ファイルの差し替えをした方が良さそうです。
> るりまサーチのAPIを試していたのですが、返してくるURLがおかしいようです。 > > 次のようにcurlとjqをつかってURLを取り出してみると、`https://docs.ruby-lang.org/ja/search/`の後に、本来の検索結果のURLがついてきているようにみえます。また、検索結果のURLのスキーマがhttpsではなくhttpになっているので、httpsの方がより良さそうです。 > > > ```bash > $ curl -s 'https://docs.ruby-lang.org/ja/search/api:v1/query:open/' | jq '.entries[0].documents[0].url' > "https://docs.ruby-lang.org/ja/search/http://docs.ruby-lang.org/ja/2.3.0/library/open=2duri.html" > ``` > > > 期待するURL: https://docs.ruby-lang.org/ja/2.3.0/library/open=2duri.html > 実際のURL: https://docs.ruby-lang.org/ja/search/http://docs.ruby-lang.org/ja/2.3.0/library/open=2duri.html From...
The pipeline involves multiple repositories and services and the interactions between them are not easily understandable. So I think it'd be very helpful to have it documented. Big thanks to...
I recently made quite a few theme improvements to RDoc, along with community contributed changes like [SEO tags](https://github.com/ruby/rdoc/pull/1091)...etc., which are all applied to the master documentation (https://docs.ruby-lang.org/en/master/index.html). But since most...
When resizing the browser window on the Ruby 3.4 documentation website, the sidebar does not adjust responsively and overlaps the main documentation text. This impacts readability and usability, especially on...