docs: add netlify cms migration guide (#378)
This commit is contained in:
committed by
GitHub
parent
c4733caf84
commit
8f54db115b
@ -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 {
|
||||
|
Reference in New Issue
Block a user