Skip to content

Commit eb494f7

Browse files
committed
Converted /documentation/index.html to markdown.
1 parent 78ac26c commit eb494f7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

documentation/index.html renamed to documentation/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
title: Documentation
44
---
55

6-
<p>Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding in Ruby.</p>
6+
Here you will find pointers to manuals, tutorials and references that will
7+
come in handy when you feel like coding in Ruby.
78

8-
<h3>Getting Started</h3>
9+
### Getting Started
910

1011
<dl>
1112
<dt><a href="http://tryruby.org/">Try Ruby!</a></dt>
@@ -40,7 +41,7 @@ <h3>Getting Started</h3>
4041
<dd>A site that aims to provide well-organized, rich content tutorials for both Ruby and Rails.</dd>
4142
</dl>
4243

43-
<h3>Manuals</h3>
44+
### Manuals
4445

4546
<dl>
4647
<dt><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/">Programming Ruby</a></dt>
@@ -75,12 +76,10 @@ <h3>Reference Documentation</h3>
7576
<dd>Ruby, Rails, Gem and Plugin Documentation.</dd>
7677
</dl>
7778

78-
<h3>Further Reading</h3>
79+
### Further Reading
7980

80-
<p>
81-
<a href="http://ruby-doc.org">Ruby-Doc.org</a> maintains a comprehensive list
81+
[Ruby-Doc.org](http://ruby-doc.org) maintains a comprehensive list
8282
of English documentation sources. There are also plenty of
83-
<a href="http://www.ruby-doc.org/bookstore">books about Ruby</a>.
84-
If you have questions about Ruby the <a href="/en/community/mailing-lists/">mailing list</a>
83+
[books about Ruby](http://www.ruby-doc.org/bookstore).
84+
If you have questions about Ruby the [mailing list](/en/community/mailing-lists/)
8585
is a great place to start.
86-
</p>

0 commit comments

Comments
 (0)