Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.53 KB

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.