From 23c94f09cfdad8b9d62c7b8447978aaa683d9db6 Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Sun, 9 Apr 2017 19:44:26 +0200 Subject: [PATCH] Moving documentation --- README.md | 4 ++-- devices.md => docs/devices.md | 0 tokens.md => docs/tokens.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename devices.md => docs/devices.md (100%) rename tokens.md => docs/tokens.md (100%) diff --git a/README.md b/README.md index 9de2246..aad099a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ A few Miio devices send back their token during a handshake and can be used without figuring out the token. Most devices hide their token, such as Yeelights and the Mi Robot Vacuum. -[Finding tokens](tokens.md) contains more information about how to get the +[Finding tokens](docs/tokens.md) contains more information about how to get the token of those devices. ## Discovering devices @@ -169,7 +169,7 @@ Currently implemented devices are: * Smart Socket Plug * Mi Robot Vacuum -See [documentation for devices](devices.md) for information about the API for each +See [documentation for devices](docs/devices.md) for information about the API for each type. ## Advanced: Skip model and token checks diff --git a/devices.md b/docs/devices.md similarity index 100% rename from devices.md rename to docs/devices.md diff --git a/tokens.md b/docs/tokens.md similarity index 100% rename from tokens.md rename to docs/tokens.md