Run rst to md conversion

Based on the slightly modified rst source in the convertedReference branch

As documented in https://docs.google.com/document/d/1dfN7ds-kKPKSokZZTbyXdNjMzZyUkwuOd8V5JXWd6wY/edit
This commit is contained in:
Arnout Engelen 2017-05-10 16:20:38 +02:00
parent 2933c449b6
commit 8fbaa1054c
180 changed files with 19267 additions and 21243 deletions

View file

@ -1,10 +1,12 @@
package docs.camel
//#imports
import akka.actor.{ Props, ActorSystem }
import akka.camel.CamelExtension
import language.postfixOps
import akka.util.Timeout
//#imports
object Introduction {
def foo(): Unit = {
@ -106,4 +108,4 @@ object Introduction {
//#CamelDeactivation
}
}
}