From 3e2b6b92f73027d49fc773280bcac2c174ab2e5c Mon Sep 17 00:00:00 2001 From: rechie <594347+rechie1995@user.noreply.gitee.com> Date: Mon, 8 Aug 2022 08:50:35 +0000 Subject: [PATCH] =?UTF-8?q?add=20=E7=94=A8=E6=88=B7=E6=89=8B=E5=86=8C=20su?= =?UTF-8?q?bmodule.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 4 ++++ "\347\224\250\346\210\267\346\211\213\345\206\214" | 1 + 2 files changed, 5 insertions(+) create mode 160000 "\347\224\250\346\210\267\346\211\213\345\206\214" diff --git a/.gitmodules b/.gitmodules index 2b7734a..022d463 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = 开发及使用常用文档 url = https://gitee.com/openkylin/sig-documentation +[submodule "用户手册"] + url = https://gitee.com/openkylin/kylin-user-guide + path = 用户手册 + diff --git "a/\347\224\250\346\210\267\346\211\213\345\206\214" "b/\347\224\250\346\210\267\346\211\213\345\206\214" new file mode 160000 index 0000000..178c6e0 --- /dev/null +++ "b/\347\224\250\346\210\267\346\211\213\345\206\214" @@ -0,0 +1 @@ +Subproject commit 178c6e02b2cdf179adbec1f52b875a2f1ece95e8 -- Gitee