How to create sidebar menu that interact with the headers

Hello, may I ask how to create a sidebar menu that shows all the header of the page? User can select a header and the page would automatically scroll to relevant header. Where user is scrolling through the page, the sidebar menu would also indicate where the current section is.

Example: MTR Wayfinding System | UX/UI Case Study

Thank you so much!


Here is my public share link: LINK
(how to access public share link)

@rexchoicnaw Hi, creating a menu with links that will slide to a section is pretty easy. What you need to do is to create a Div that will hold all the links, position that div to the left of the page, then make sure that you give your sections a name. You can do that by clicking on the section in the navigator going to the setting of the selected section (press D on keyboard) add the name of the ID

and then going back to the links and connect them each to their respective sections by selecting the IDs from the dropdown menu like so:
image

Hope this helps

And how would you do that for a blog with dynamic links in the side bar menu?

Thank you for answering and sorry for not replying you sooner. I will definitely give it a go!