import { SectionsMenu, ns as sectionsNs } from 'site/components/navigation/sections-menu.mjs' import { useTranslation } from 'next-i18next' import { ActiveSection, ns as primaryNs } from 'shared/components/navigation/primary.mjs' import { ModalWrapper } from 'shared/components/wrappers/modal.mjs' import { nsMerge } from 'shared/utils.mjs' import { ChoiceLink } from 'shared/components/choice-link.mjs' export const ns = nsMerge(primaryNs, sectionsNs) export const ModalMenu = () => { const { t } = useTranslation(ns) return (

Content per role

Content per documentation type

You are here

Search & Sitemap

Cannot find what you are looking for?

If you cannot find what you are looking for but you know the key words, try our search. The sitemap lists all pages on this website. It can give you a good idea of what you can find here.
) }