import { Group, List, Stack, Table, Text, ThemeIcon } from "@mantine/core"; import { IconCheck } from "@tabler/icons-react"; const enterpriseFeatures = [ "SSO (SAML, OIDC, LDAP)", "AI Integration (Search & Assistant)", "Page-level Permissions", "Audit Logs", "API Keys", "MCP Support", "Multi-factor Authentication (2FA)", "Enterprise Controls", "Advanced Search Engine Support", "Full-text Search in Attachments (PDF, DOCX)", "Resolve Comments", "Confluence Import", "DOCX Import", ]; export default function OssDetails() { return ( Edition Open Source
Upgrade to the Enterprise Edition to unlock: } > {enterpriseFeatures.map((feature) => ( {feature} ))} Get an enterprise trial key at customers.docmost.com. Visit docmost.com/pricing to purchase an enterprise license.
); }