Skip to content

mainio/decidim-module-nav

Repository files navigation

Decidim::Nav

Usage

This module provides a way to fully customize the Decidim navigation bar, starting with an empty bar.

This is a fork of the great Decidim::NavbarLinks module which provided all the basics for building this module. This module modifies the original functionality of the original module by removing all the default links to provide full custom menu possibility. This also adds some extra features, such as language specific links when needed.

The fork was created and the module was renamed to avoid confusion with the original module. The development may diverge from the original module and we may want to add extra features to it as well.

Admin view: Admin view

Homepage view: Home view

Installation

Add this line to your application's Gemfile:

gem "decidim-nav", github: "mainio/decidim-module-nav", branch: "main"

And then execute:

$ bundle
$ bundle exec rake decidim_nav:install:migrations
$ bundle exec rake db:migrate

Contributing

See Decidim.

License

This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.

About

Custom main navigation for Decidim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published