documentation_project/source/cli.html.md.erb in middlemac-extras-1.0.6 vs documentation_project/source/cli.html.md.erb in middlemac-extras-1.0.7

- old
+ new

@@ -1,15 +1,15 @@ --- title: Command Line Interface +blurb: This gem offers a simple command line interface for building its own + documentation. layout: template-logo-medium --- # <%= current_page.data.title %> +<%= current_page.data.blurb %> -`middlemac-extras` has a small command line interface that might be useful -for generating sample documentation. - The CLI takes the format: ~~~ bash middlemac-extras command ~~~ @@ -42,8 +42,9 @@ <li><a href="/">Welcome to <code>middlemac-extras</code></a></li> <li><a href="css_image_sizes.html">The <code>css_image_sizes</code> helper</a></li> <li><a href="image_tag.html">The <code>image_tag</code> helper</a></li> <li><a href="md_images.html">The <code>md_images</code> helper</a></li> <li><a href="md_links.html">The <code>md_links</code> helper</a></li> + <li><a href="api_reference.html">API Reference</a></li> <li><a href="license.html">The MIT License</a></li> </ul> <% end %>