Sha256: 141d4c88a0ac60ebc3d73904be68cb8a67c468f65ff70a5b3c11abe5d0c6caac

Contents?: true

Size: 1.44 KB

Versions: 8

Compression:

Stored size: 1.44 KB

Contents

# Pageflow Outline Navigation Bar

[![Gem Version](https://badge.fury.io/rb/pageflow-outline-navigation-bar.svg)](http://badge.fury.io/rb/pageflow-outline-navigation-bar)

A navigation bar displaying chapter titles.

## Installation

Add this line to your application's `Gemfile`:

    gem 'pageflow-outline-navigation-bar'

Register the plugin inside the configure block in `config/initializers/pageflow.rb`

    Pageflow.configure do |config|
      config.plugin(Pageflow::OutlineNavigationBar.plugin)
    end

Include javascripts and stylesheets:

    # app/assets/javascripts/pageflow/application.js
    //= require pageflow/outline_navigation_bar

    # app/assets/stylesheets/pageflow/themes/default.scss
    @import "pageflow/outline_navigation_bar/themes/default";

Execute `bundle install` and restart the application server. Now the
widget type can be enabled in your feature settings.

## Troubleshooting

If you run into problems while installing the page type, please also refer to the
[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki
page in the [Pageflow  repository](https://github.com/codevise/pageflow). If that
doesn't help, consider
[filing an issue](https://github.com/codevise/pageflow-outline-navigation-bar/issues).

## Contributing Locales

Edit the translations directly on the
[pageflow-outline-navigation-bar](http://www.localeapp.com/projects/public?search=tf/pageflow-outline-navigation-bar)
locale project.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pageflow-outline-navigation-bar-1.6.0 README.md
pageflow-outline-navigation-bar-1.5.0 README.md
pageflow-outline-navigation-bar-1.4.0 README.md
pageflow-outline-navigation-bar-1.3.1 README.md
pageflow-outline-navigation-bar-1.3.0 README.md
pageflow-outline-navigation-bar-1.2.0 README.md
pageflow-outline-navigation-bar-1.1.0 README.md
pageflow-outline-navigation-bar-1.0.0 README.md