Linking to help from Studio
Every page in this help site has its own permanent URL, and every section inside a page has its own anchor
(the part after #). You can link straight to any heading, for example
https://help.digitalvi.app/players/player-details/#admin-menu.
Context-sensitive help for Studio
Section titled “Context-sensitive help for Studio”To link from any Studio screen to its help, add /app plus the Studio path to the help site address:
Studio page: https://studio.digitalvi.app/screenLayouts/299/builderHelp link: https://help.digitalvi.app/app/screenLayouts/299/builderRedirects to: https://help.digitalvi.app/players/layout-builder/In the Studio page template, the help button can be a single line:
<a href="https://help.digitalvi.app/app${location.pathname}" target="_blank" rel="noopener">Help</a>IDs in the path (299, user IDs and so on) are ignored, and unknown paths go to the help home page. So the
link never breaks, even as Studio gains new screens.
Route map
Section titled “Route map”The redirects are defined in vercel.json in the help site repository. This table is generated from that file.
:id matches a single path segment. :path* matches anything, including nothing. Rules are checked top to
bottom, and the first match wins.