/discourse-navigation

Plugin to add a custom nav menu links.

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Discourse on Codiss

About

Plugin to add a custom nav menu links to your Discourse website.

Supported Menus

List of currently available locations where the custom menu links can be added.

PR submitted in official Discourse repo to resolve Footer Links issue.

Screenshots

admin discourse

Installation

Repo is at: https://github.com/vinkas0/discourse-navigation

In your app.yml add:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/vinkas0/discourse-navigation.git

And then rebuild the container:

./launcher rebuild app

Configuration

You can easily add your custom menu links in /admin/plugins/navigation path.