Plugin to add a custom nav menu links to your Discourse website.
List of currently available locations where the custom menu links can be added.
- Top Main Menu (known issue)
- Hamburger Menu
- General Links
- Footer Links (known issue)
PR submitted in official Discourse repo to resolve
Footer Links
issue.
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
You can easily add your custom menu links in /admin/plugins/navigation
path.