Sha256: a925cccc4706b9a6d0738cee43b7da01600d44c170784a58784f7c6015a38ca0

Contents?: true

Size: 1.83 KB

Versions: 1

Compression:

Stored size: 1.83 KB

Contents

middleman-pagegroups readme
---------------------------
[![Gem Version](https://badge.fury.io/rb/middleman-targets.svg)](https://badge.fury.io/rb/middleman-targets)


`middleman-pagegroups`

 : This gem provides advanced navigation tools and helpers for grouping pages
   by topic and navigating between them. It includes support for tables of
   content, related pages, breadcrumbs, and more.

   It is standalone and can be used in any Middleman project.


Install the Gem
---------------

Install the gem in your preferred way, typically:

~~~ bash
gem install middleman-pagegroups
~~~

From git source:

~~~ bash
rake install
~~~


Documentation
-------------

The complete documentation leverages the features of this gem in order to better
document them. Having installed the gem, read the full documentation in your
web browser:

~~~ bash
middleman-pagegroups documentation
cd middleman-pagegroups-docs/
bundle install
bundle exec middleman server
~~~
   
And then open your web browser to the address specified (typically
`localhost:4567`).


Quick Documentation
-------------------

[Middleman](https://middlemanapp.com/) 4.1.6 or newer is required. Earlier
point versions of Middleman do not have the necessary support for this
extension.

Once setup and configured, you can build multiple targets like so:

TO-DO


Added Features
--------------

TO-DO


Middlemac
---------

This Middleman extension is a critical part of
[Middlemac](https://github.com/middlemac), the Mac OS X help building system
for Mac OS X applications. However this gem is not Mac OS X specific and can be
useful in any application for which you want to provide structure and
navigation.


License
-------

MIT. See `LICENSE.md`.


Changelog
---------

See `CHANGELOG.md` for point changes, or simply have a look at the commit
history for non-version changes (such as readme updates).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-pagegroups-1.0.0 README.md