docs: add netlify cms migration guide (#378)

This commit is contained in:
Daniel Lautzenheiser
2023-01-17 09:45:10 -05:00
committed by GitHub
parent c4733caf84
commit 8f54db115b
4 changed files with 105 additions and 9 deletions

View File

@ -60,6 +60,11 @@ const supportedLanguages: Record<string, CodeLanguage> = {
grammar: Prism.languages.markdown,
language: 'markdown',
},
'language-ts': {
title: 'Typescript',
grammar: Prism.languages.typescript,
language: 'typescript',
},
};
interface TabData {