chore: add deprecation notice to netlify large media docs (#948)
This commit is contained in:
committed by
GitHub
parent
c1ccc150fd
commit
f6c5110603
@ -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[]>);
|
||||
|
Reference in New Issue
Block a user