Mark devtool as Un-Apache (#407)

diff --git a/.deploy_git b/.deploy_git
new file mode 160000
index 0000000..7025d7c
--- /dev/null
+++ b/.deploy_git
@@ -0,0 +1 @@
+Subproject commit 7025d7ccaf0995f800fdbc0d8461069e724225dc
diff --git a/docs/guide/debug/debug.md b/docs/guide/debug/debug.md
index b3e86a9..6e0f7c8 100644
--- a/docs/guide/debug/debug.md
+++ b/docs/guide/debug/debug.md
@@ -1,4 +1,7 @@
 # Debug
+:::danger
+[weex-toolkit](https://github.com/weexteam/weex-toolkit) is a third party plugin, and is not developed nor maintained by Apache Weex.
+:::
 
 This document focuses on how to use the debugging tools built into `weex-toolkit` for code debugging.
 
diff --git a/docs/guide/debug/integrate-devtool-to-android.md b/docs/guide/debug/integrate-devtool-to-android.md
index b2ab97f..76e8012 100644
--- a/docs/guide/debug/integrate-devtool-to-android.md
+++ b/docs/guide/debug/integrate-devtool-to-android.md
@@ -1,15 +1,9 @@
----
-title: Integrate Devtool to Android
-type: guide
-group: debug
-order: 5.4
-version: 2.1
----
-
-<!-- toc -->
-
 # Integrate Devtool to Android
 
+:::danger
+[Android Weex DevTools](https://github.com/weexteam/weex-devtools-android) is a third party plugin, and is not developed nor maintained by Apache Weex.
+:::
+
 Weex devtools is a custom devtools for weex that implements Chrome Debugging Protocol inspired by Stetho, it is designed to help you quickly inspect your app and debug your JS bundle source in a Chrome web page. To make it work, at first you must integrate devtool to your App. This page will help you integrate devtool to your Android App.
 
 #### Version compatibility
diff --git a/docs/guide/debug/integrate-devtool-to-ios.md b/docs/guide/debug/integrate-devtool-to-ios.md
index 480bd77..4f67b1a 100644
--- a/docs/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/guide/debug/integrate-devtool-to-ios.md
@@ -1,5 +1,9 @@
 # Integrate Devtool to iOS
 
+:::danger
+[iOS Weex DevTools](https://github.com/weexteam/weex-devtool-iOS) is a third party plugin, and is not developed nor maintained by Apache Weex.
+:::
+
 Weex devtools is a custom devtools for weex that implements Chrome Debugging Protocol inspired by Stetho, it is designed to help you quickly inspect your app and debug your JS bundle source in a Chrome web page. To make it work, at first you must integrate devtool to your App. This page will help you integrate devtool to your iOS App.
 
 - Integrate Devtool to iOS
diff --git a/docs/tools/extension.md b/docs/tools/extension.md
index cf76667..50cb0a1 100644
--- a/docs/tools/extension.md
+++ b/docs/tools/extension.md
@@ -1,9 +1,9 @@
+# Introduction
+
 :::danger
 VSCode Extension is a third party plugin, and is not developed nor maintained by Apache Weex.
 :::
 
-# Introduction
-
 ## Features
 
 - Creating weex project.
diff --git a/docs/zh/guide/debug/debug.md b/docs/zh/guide/debug/debug.md
index 63c7305..53c0af5 100644
--- a/docs/zh/guide/debug/debug.md
+++ b/docs/zh/guide/debug/debug.md
@@ -1,5 +1,9 @@
 # 调试
 
+:::danger
+[weex-toolkit](https://github.com/weexteam/weex-toolkit) 是三方插件, 不由 Apache Weex 开发或维护。
+:::
+
 本文档主要演示如何使用 `weex-toolkit` 中内置的调试工具进行代码调试。
 
 ## 安装
diff --git a/docs/zh/guide/debug/integrate-devtool-to-android.md b/docs/zh/guide/debug/integrate-devtool-to-android.md
index 1ee760f..a6cabb4 100644
--- a/docs/zh/guide/debug/integrate-devtool-to-android.md
+++ b/docs/zh/guide/debug/integrate-devtool-to-android.md
@@ -1,5 +1,9 @@
 # 概要
 
+:::danger
+[Android Weex DevTools](https://github.com/weexteam/weex-devtools-android) 是三方插件, 不由 Apache Weex 开发或维护。
+:::
+
 Weex Devtools 能够方便调试 Weex 页面,但此功能离不开 Native 的支持。如何让你的 App 也集成 Devtools,在本章将会详细说明 Android 端如何接入 Weex Devtools。
 
 #### 版本兼容
diff --git a/docs/zh/guide/debug/integrate-devtool-to-ios.md b/docs/zh/guide/debug/integrate-devtool-to-ios.md
index 0d4bea7..64294f9 100644
--- a/docs/zh/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/zh/guide/debug/integrate-devtool-to-ios.md
@@ -1,5 +1,9 @@
 # 概要
 
+:::danger
+[iOS Weex DevTools](https://github.com/weexteam/weex-devtool-iOS) 是三方插件, 不由 Apache Weex 开发或维护。
+:::
+
 Weex Devtools 能够方便调试 Weex 页面,但此功能离不开 Native 的支持。如何让你的 App 也集成 Devtools,在本章将会详细说明 iOS 端如何接入 Weex Devtools。
 
 - iOS 应用接入DevTool
diff --git a/docs/zh/tools/extension.md b/docs/zh/tools/extension.md
index 54b7ace..09e9ca4 100644
--- a/docs/zh/tools/extension.md
+++ b/docs/zh/tools/extension.md
@@ -1,9 +1,8 @@
+# 介绍
 :::danger
 VSCode Extension 是三方插件, 不由 Apache Weex 开发或维护。
 :::
 
-# 介绍
-
 ## 功能
 
 - 创建Weex项目.
diff --git a/docs/zh/tools/toolkit.md b/docs/zh/tools/toolkit.md
index 4949af1..6f9eee7 100644
--- a/docs/zh/tools/toolkit.md
+++ b/docs/zh/tools/toolkit.md
@@ -1,9 +1,8 @@
+# 介绍
 :::danger
 Weex Toolkit 是三方插件, 不由 Apache Weex 开发或维护。
 :::
 
-# 介绍
-
 ::: warning 警告
 这份文档是对应 `weex-toolkit` **2.x** 版本的。老版本的 `weex-toolkit` 文档请移步[这里](https://github.com/weexteam/weex-toolkit/blob/v1.0/README.md)。
 :::