diff --git a/.gitignore b/.gitignore index 42c504fe0..61a52de24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ archived/ -docs/ .amplifier/ .claude/ .idea diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..0a4753695 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs"] + path = docs + url = https://github.com/microsoft/kernel-memory-docs diff --git a/docs b/docs new file mode 160000 index 000000000..6c3214d43 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +Subproject commit 6c3214d43b8e30a43ad7d36bfad741f4ab922ff8