It is possible to create links so that users with the appropriate user role can directly access the Administration menu, the Analytics menu, or the My Library section.
Build a link to a portal interface by using $tenant exactly as shown below:
$tenant/MENU_URL_PATH
Example
To create a link to the Sources menu, use the following syntax:
-
Markdown content:
Link to the [**Sources**](./$tenant/admin/khub/sources) menu -
DITA content:
Link to the <xref href="$tenant/admin/khub/sources" format="html" scope="external"><uicontrol>Sources</uicontrol></xref> menu
$tenant should be written exactly as shown here. It is not a placeholder.