docs(nxdev): remove hard coded description in doc viewer (#8225)

This commit is contained in:
Benjamin Cabanes 2021-12-18 12:50:58 -05:00 committed by GitHub
parent 45435c840b
commit 0b3cab0a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ export function DocViewer({
<NextSeo
noindex={version.id === 'previous'}
title={document.data.title + ' | Nx'}
description="Next generation build system with first class monorepo support and powerful integrations."
openGraph={{
url: 'https://nx.dev' + router.asPath,
title: document.data.title,