Lovelace page side bar link

Is it possible to get a link to one of my pages in the side bar?
I’d like to add it here:

image

Make a new dashboard, copy your raw config for the view to the new dashboard and it will appear there.

You now have two copies of the view to maintain if you don’t delete the first view though.

Another way is to use this gist by balloob:

Another way is to use custom sidebar:

Thanks.
Custom sidebar looks nice, what is the syntax for linking one of my pages, I am not seeing it in the github

Look for - new_item: true in the examples.

e.g.

  - new_item: true
    item: Server Controls
    href: /config/server_control
    icon: "mdi:server"
    bottom: true