commit 9a3417bad37b7f748e3ae371b58b53e45ed93591 Author: Alexandre Dulaunoy Date: Tue Dec 20 23:48:46 2016 +0100 First import diff --git a/README.md b/README.md new file mode 100644 index 0000000..c405c2f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# A great and wonderful team + +### Organizational chaos in a HOWTO + +As a member of an incident response team, we are regularly invited to make talks about what and how we do our work. Recently, being invited in Switzerland to a private company, we were introduced as _an incredibly successful team with a flat organizational structure_. I never imagined that our team was really a success until we received continuous feedback and especially requests from other incident response teams asking us to know our secrets and to repeat this. Thinking about it, we decided to make a small book to summarize our humble experience and especially : + +> What makes great and wonderful teams? + + diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..84616cd --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +* [First Chapter](chapter1.md) diff --git a/chapter1.md b/chapter1.md new file mode 100644 index 0000000..c0e22c6 --- /dev/null +++ b/chapter1.md @@ -0,0 +1,3 @@ +# First Chapter + +GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.