From 834f2936bbd38de770134602535ed1aee28be4ed Mon Sep 17 00:00:00 2001 From: WenMing Date: Mon, 29 Jul 2019 11:22:45 +0800 Subject: [PATCH] feature: added dashboard as submodule. --- .gitmodules | 3 +++ dashboard | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 dashboard diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..b6222599cc23 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dashboard"] + path = dashboard + url = git@github.com:iresty/apisix_dashboard.git diff --git a/dashboard b/dashboard new file mode 160000 index 000000000000..f5c636ddf55b --- /dev/null +++ b/dashboard @@ -0,0 +1 @@ +Subproject commit f5c636ddf55b33e4ee72f1e76d542537b914b6bd