mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cc46b530b0
Improved accessibility of the main sidebar navigation. Fixed handling of regexp options in HTML source highlighting. * test/rdoc: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
441 B
Text
11 lines
441 B
Text
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
<h2>
|
|
<a href="<%= rel_prefix %>/index.html" rel="home">Home</a>
|
|
</h2>
|
|
|
|
<div id="table-of-contents-navigation">
|
|
<a href="<%= rel_prefix %>/table_of_contents.html#pages">Pages</a>
|
|
<a href="<%= rel_prefix %>/table_of_contents.html#classes">Classes</a>
|
|
<a href="<%= rel_prefix %>/table_of_contents.html#methods">Methods</a>
|
|
</div>
|
|
</div>
|