From f41c1fae91bcaf491fd645a70b41070e264639c4 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Sat, 14 Sep 2019 00:21:39 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index f6cacb4..c201908 100644 --- a/Home.md +++ b/Home.md @@ -9,8 +9,33 @@ * [Building everything manually](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/Building-everything-manually) 2. Components 3. [API reference](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/api-reference) - * [fsm.trigger](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/fsm.trigger) - * [fsm.update](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/fsm.update) - * [message.send](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.send) - * [message.queue](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.queue) + * Frontend configuration + * [frontend.site](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/frontend.site) + * [frontend.dashboard](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/frontend.dashboard) + * [frontend.ide](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/frontend.ide) + * [frontend.ready](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/frontend.ready) + * Bot messages + * [message.send](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.send) + * [message.queue](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/message.queue) + * IDE operations + * [ide.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.read) + * [ide.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.write) + * [ide.reload](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.reload) + * [deploy.start](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.start) + * [deploy.finish](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.finish) + * Console + * [console.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/console.read) + * [console.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/console.write) + * Terminal + * [terminal.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/terminal.write) + * [history.bash](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/history.bash) + * Process management + * [process.start](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/process.start) + * [process.stop](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/process.stop) + * [process.restart](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/process.restart) + * [process.log.new](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/process.log.new) + * [process.log.set](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/process.log.set) + * FSM + * [fsm.trigger](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/fsm.trigger) + * [fsm.update](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/fsm.update) 4. Creating a TFW exercise \ No newline at end of file