chore: add deprecation notice to netlify large media docs (#948)

This commit is contained in:
Daniel Lautzenheiser
2023-10-23 16:19:43 -04:00
committed by GitHub
parent c1ccc150fd
commit f6c5110603
8 changed files with 57 additions and 5 deletions

View File

@ -137,6 +137,7 @@ export function fetchDocsContent(): [DocsPage[], DocsGroup[]] {
title: doc.data.title,
slug: doc.data.slug,
beta: doc.data.beta ?? false,
deprecated: doc.data.deprecated ?? false,
});
return acc;
}, {} as Record<string, DocsGroupLink[]>);