From 25daf5bce9d4ce37fbaa448debb97e25d5b64a8a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 2 Jan 2026 17:22:31 +0700 Subject: all: add project vos as git submodule --- .gitmodules | 4 ++++ _content/project/vos | 1 + _project/vos | 1 + 3 files changed, 6 insertions(+) create mode 120000 _content/project/vos create mode 160000 _project/vos diff --git a/.gitmodules b/.gitmodules index d133988..b4b7df6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,7 @@ path = _project/src/lilin url = git@git.sr.ht:~shulhan/lilin branch = main +[submodule "vos"] + path = _project/vos + url = git@github.com:shuLhan/vos.git + branch = master diff --git a/_content/project/vos b/_content/project/vos new file mode 120000 index 0000000..0039725 --- /dev/null +++ b/_content/project/vos @@ -0,0 +1 @@ +../../_project/vos/doc \ No newline at end of file diff --git a/_project/vos b/_project/vos new file mode 160000 index 0000000..797faa8 --- /dev/null +++ b/_project/vos @@ -0,0 +1 @@ +Subproject commit 797faa817881ea63271d5c6794b80ccd644cc76c -- cgit v1.3