Update scripts

This commit is contained in:
Peng Lyu
2019-04-15 09:27:20 -07:00
parent a07b094551
commit 308f5bf447
10 changed files with 9 additions and 0 deletions

View File

@ -183,6 +183,15 @@ const lspSamples = [
guide: null,
apis: [],
contributions: []
},
{
description: 'Document Editing Sample',
path: 'document-editing-sample',
guide: null,
apis: [
`commands`
],
contributions: []
}
]