🚩(frontend) remove "Available soon" tag about multipage

Multipage is available now, so we remove the
"Available soon" tag from the home page.
This commit is contained in:
Anthony LC
2025-07-08 17:34:11 +02:00
parent ca2e02806a
commit 70f0c7052c

View File

@@ -221,7 +221,7 @@ export function HomeContent() {
} }
title={t('A new way to organize knowledge.')} title={t('A new way to organize knowledge.')}
tag={t('Organize')} tag={t('Organize')}
availableSoon={true} availableSoon={false}
description={t( description={t(
'Docs transforms your documents into knowledge bases thanks to subpages, powerful search and the ability to pin your important documents.', 'Docs transforms your documents into knowledge bases thanks to subpages, powerful search and the ability to pin your important documents.',
)} )}