From 254b33a7219b0bfe45798fd3ac77465023c8f9ef Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 4 Mar 2019 12:15:36 -0300 Subject: [PATCH] TOC on welcome.md --- README.md | 25 ++++++++++++++++++- ...01-index.md => chapter-01-run-and-talk.md} | 24 +----------------- 2 files changed, 25 insertions(+), 24 deletions(-) rename book/{chapter-01-index.md => chapter-01-run-and-talk.md} (56%) diff --git a/README.md b/README.md index a92ed5f0..36858aff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -## Welcome +# General Bots - The Bot Server + +Welcome to the General Bots Book. This is a reference material that can be used +to understand how the bot server is organized in a form of packages itself and +this arrangement can be used to all custom deployed packages like .gbkb, .gbtheme +or .gbapp. +This book is organized in ten chapters that can be accessed throuhg this table bellow: + +* [Acknowledgments](book/acknowledgments.md) +* [Chapter 01 - Run and Talk ](book/chapter-01-run-and-talk.md) +* [Chapter 02 - About Packages](book/chapter-02-about-packages.md) +* [Chapter 03 - gbkb Reference](book/chapter-03-gbkb-reference.md) +* [Chapter 04 - gbtheme Reference](book/chapter-04-gbtheme-reference.md) +* [Chapter 05 - gbdialog Reference](book/chapter-05-gbdialog-reference.md) +* [Chapter 06 - gbapp Reference](book/chapter-06-gbapp-reference.md) +* [Chapter 07 - Administration](book/chapter-07-administration.md) +* [Chapter 08 - Tooling](book/chapter-08-tooling.md) +* [Chapter 09 - Services](book/chapter-09-services.md) +* [Chapter 10 - Contributing](book/chapter-10-contributing.md) +* [Copyright](book/copyright.md) +* [Foreward](book/foreward.md) +* [Glossary](book/glossary.md) +* [Preface](book/preface.md) + diff --git a/book/chapter-01-index.md b/book/chapter-01-run-and-talk.md similarity index 56% rename from book/chapter-01-index.md rename to book/chapter-01-run-and-talk.md index b9ffd2e2..3bce7115 100644 --- a/book/chapter-01-index.md +++ b/book/chapter-01-run-and-talk.md @@ -1,26 +1,4 @@ -# General Bots - The Bot Server - -Welcome to the General Bots Book. This is a reference material that can be used -to understand how the bot server is organized in a form of packages itself and -this arrangement can be used to all custom deployed packages like .gbkb, .gbtheme -or .gbapp. -This book is organized in ten chapters that can be accessed throuhg this table bellow: - -* [Acknowledgments](acknowledgments.md) -* [Chapter 01 - The Bot Server ](chapter-01-index.md) -* [Chapter 02 - About Packages](chapter-02-about-packages.md) -* [Chapter 03 - gbkb Reference](chapter-03-gbkb-reference.md) -* [Chapter 04 - gbtheme Reference](chapter-04-gbtheme-reference.md) -* [Chapter 05 - gbdialog Reference](chapter-05-gbdialog-reference.md) -* [Chapter 06 - gbapp Reference](chapter-06-gbapp-reference.md) -* [Chapter 07 - Administration](chapter-07-administration.md) -* [Chapter 08 - Tooling](chapter-08-tooling.md) -* [Chapter 09 - Services](chapter-09-services.md) -* [Chapter 10 - Contributing](chapter-10-contributing.md) -* [Copyright](copyright.md) -* [Foreward](foreward.md) -* [Glossary](glossary.md) -* [Preface](preface.md) +# General Bots - Run and Talk to the Bot ### The bot development stack