From d24094a252d858f8f83ef7eb53afc0defef9c0fe Mon Sep 17 00:00:00 2001 From: Ayush Date: Tue, 15 Jul 2025 14:58:14 +0530 Subject: [PATCH 1/2] feat: add docs submodule Signed-off-by: Ayush --- .gitmodules | 3 +++ docs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 docs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9ff7e18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs"] + path = docs + url = git@github.com:gitxtui/docs.git diff --git a/docs b/docs new file mode 160000 index 0000000..5d45ae5 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +Subproject commit 5d45ae5754c8e5abdcf46c434d38aa35bb16c7a6 From 00d3eb646e42e4b55061d3cc7e776427828fe310 Mon Sep 17 00:00:00 2001 From: Ayush Date: Tue, 15 Jul 2025 15:29:51 +0530 Subject: [PATCH 2/2] feat: add docs Signed-off-by: Ayush --- docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs b/docs index 5d45ae5..846a637 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 5d45ae5754c8e5abdcf46c434d38aa35bb16c7a6 +Subproject commit 846a637e71cfa76f7502c00ebd942f213202e025