Add git submodules for documentation repositories
Properly configured submodules: - ai_docs/claude-code-search: Claude Code search capabilities research - ai_docs/sdg-network-modelling: SDG network modeling documentation - ai_docs/three.js: Three.js visualization library reference .gitmodules file created to track submodule configurations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5602631f9e
commit
1dd8f577fa
|
|
@ -0,0 +1,9 @@
|
|||
[submodule "ai_docs/claude-code-search"]
|
||||
path = ai_docs/claude-code-search
|
||||
url = git@github.com:LinuxIsCool/claude-code-search.git
|
||||
[submodule "ai_docs/sdg-network-modelling"]
|
||||
path = ai_docs/sdg-network-modelling
|
||||
url = git@github.com:LinuxIsCool/sdg-network-modelling.git
|
||||
[submodule "ai_docs/three.js"]
|
||||
path = ai_docs/three.js
|
||||
url = git@github.com:mrdoob/three.js.git
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ce61024a8686146edc83428a61393154408d2668
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8c7bda4c6069251f377553e14529d6ffc0eb78b9
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2a0228c066a7fe4bce0f1d12b3e5bd4058dcc218
|
||||
Loading…
Reference in New Issue