From 47dbaa12d3cf36f9c2a0151b55fb1443e51a10e8 Mon Sep 17 00:00:00 2001 From: Romain Boisselle Date: Fri, 22 May 2020 16:37:14 +0200 Subject: [PATCH] fix documentation --- doc/android.adoc | 4 ++-- doc/configurable.adoc | 4 ++-- doc/core.adoc | 4 ++-- doc/getting-started.adoc | 4 ++-- doc/index.adoc | 4 ++-- doc/jsr330.adoc | 4 ++-- doc/ktor.adoc | 4 ++-- doc/migration-4to5.adoc | 4 ++-- doc/migration-6to7.adoc | 4 ++-- doc/tornadofx.adoc | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/android.adoc b/doc/android.adoc index ec9ed7ac..4331c1a6 100644 --- a/doc/android.adoc +++ b/doc/android.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 You can use Kodein-DI as-is in your Android project or use the util library `kodein-di-android`. diff --git a/doc/configurable.adoc b/doc/configurable.adoc index e649fe5d..7af112e0 100644 --- a/doc/configurable.adoc +++ b/doc/configurable.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 == Introduction diff --git a/doc/core.adoc b/doc/core.adoc index bed59da5..cf758187 100644 --- a/doc/core.adoc +++ b/doc/core.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 image::https://raw.githubusercontent.com/Kodein-Framework/Kodein-DI/{branch}/Kodein-DI-logo.png[KODEIN, 700, 233] diff --git a/doc/getting-started.adoc b/doc/getting-started.adoc index b5627440..93fb048d 100644 --- a/doc/getting-started.adoc +++ b/doc/getting-started.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 Kodein-DI is a *Dependency Injection* library. It allows you to bind your business unit interfaces with their implementation and thus having each business unit being independent. diff --git a/doc/index.adoc b/doc/index.adoc index 34613372..cb44452d 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -1,7 +1,7 @@ = KODEIN-DI: Painless Dependency Injection: {version} Salomon BRYS -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 image::https://raw.githubusercontent.com/Kodein-Framework/Kodein-DI/{branch}/Kodein-DI-logo.png[KODEIN-DI, 700] diff --git a/doc/jsr330.adoc b/doc/jsr330.adoc index d6580fe6..8860f2ab 100644 --- a/doc/jsr330.adoc +++ b/doc/jsr330.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 == Introduction diff --git a/doc/ktor.adoc b/doc/ktor.adoc index 7ae2fe62..4c4af543 100644 --- a/doc/ktor.adoc +++ b/doc/ktor.adoc @@ -4,8 +4,8 @@ Romain BOISSELLE :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 You can use Kodein-DI as-is in your Ktor project, but you can level-up your game by using the libraries `kodein-di-framework-ktor-server-jvm` or `kodein-di-framework-ktor-server-controller-jvm`. diff --git a/doc/migration-4to5.adoc b/doc/migration-4to5.adoc index dd0cc06e..1c392eb6 100644 --- a/doc/migration-4to5.adoc +++ b/doc/migration-4to5.adoc @@ -4,8 +4,8 @@ Salomon BRYS :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 This guide will help you migrate from Kodein 4 to Kodein 5+. diff --git a/doc/migration-6to7.adoc b/doc/migration-6to7.adoc index b2372977..4f080ac8 100644 --- a/doc/migration-6to7.adoc +++ b/doc/migration-6to7.adoc @@ -4,8 +4,8 @@ Romain BOISSELLE :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 This guide will help you migrate from Kodein-DI 6 to Kodein-DI 7+. diff --git a/doc/tornadofx.adoc b/doc/tornadofx.adoc index 99826dff..341bf9c6 100644 --- a/doc/tornadofx.adoc +++ b/doc/tornadofx.adoc @@ -4,8 +4,8 @@ Romain BOISSELLE :toc-position: left :toclevels: 5 -:version:7.0.0 -:branch:7.0 +:version: 7.0.0 +:branch: 7.0 You can use Kodein-DI as-is in your TornadoFX project, but you can level-up your game by using the libraries `kodein-di-framework-tornadofx-jvm`.