Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve format of links in README #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ following parameters that can be used to customize apitome. Note: Restart rails
</dd>

<dt> code_theme </dt><dd>
We're using [highlight.js](https://github.com/isagalaev/highlight.js) for code highlighting, and it comes with some
great themes. You can check [here for themes](http://softwaremaniacs.org/media/soft/highlight/test.html), and enter
the theme as lowercase/underscore.
We're using <a href="https://github.com/isagalaev/highlight.js">highlight.js</a> for code highlighting, and it comes with
some great themes. You can check <a href="http://softwaremaniacs.org/media/soft/highlight/test.html">here for themes</a>,
and enter the theme as lowercase/underscore.
<br/>
<b>default:</b> <code>"default"</code>
</dd>
Expand Down Expand Up @@ -159,6 +159,7 @@ following parameters that can be used to customize apitome. Note: Restart rails
<br>
<b>default:</b> <code>true</code>
</dd>
</dl>

When you install Apitime an initializer file (app/config/initializers/apitome.rb) is generated that contains good
documentation for each configuration directive. Otherwise you can get a refresher by checking the
Expand Down