Update docs and other details

This commit is contained in:
Richard Chien
2017-02-15 21:21:51 +08:00
parent 47921d50ee
commit b00232107a
10 changed files with 274 additions and 73 deletions

View File

@ -9,16 +9,25 @@ self.$config = {
title: '首页', path: '/'
},
{
title: '编写插件', type: 'dropdown',
title: '消息源列表', path: '/Message_Sources'
},
{
title: '开发', type: 'dropdown',
items: [
{
title: '过滤器', path: '/Write_Filter'
title: '统一消息上下文', path: '/Context'
},
{
title: '命令', path: '/Write_Command'
title: '编写消息源适配器', path: '/Write_Adapter'
},
{
title: '自然语言处理器', path: '/Write_NLProcessor'
title: '编写过滤器', path: '/Write_Filter'
},
{
title: '编写命令', path: '/Write_Command'
},
{
title: '编写自然语言处理器', path: '/Write_NLProcessor'
}
]
}