You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions tells a user how to add a item to the top navigation menu, but if a user adds a page as part of the course (as apposed to the page being external) the topnav won't correctly display the styling for the page being active when a user visits the page.
A possible solution is to add a section for extra topnav items to _data/course.yml, eg.
topnav:
- url: /facilitatetitle: Facilitate
We would need to update both the instructions and the implementation for this.
The text was updated successfully, but these errors were encountered:
The instructions tells a user how to add a item to the top navigation menu, but if a user adds a page as part of the course (as apposed to the page being external) the topnav won't correctly display the styling for the page being active when a user visits the page.
A possible solution is to add a section for extra topnav items to _data/course.yml, eg.
We would need to update both the instructions and the implementation for this.
The text was updated successfully, but these errors were encountered: