export function docUrl(docPermalink: string): string {
  return `https://docs.scrivito.com/${docPermalink}`;
}
