mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-09 12:12:34 +01:00
Update .gitmodules
This commit is contained in:
parent
8bdbccead7
commit
2d08a5c426
15
.gitmodules
vendored
15
.gitmodules
vendored
@ -1,7 +1,9 @@
|
||||
[submodule "docs"]
|
||||
path = docs
|
||||
url = https://github.com/fosscord/fosscord-docs
|
||||
branch = master
|
||||
[submodule "fosscord.js"]
|
||||
path = fosscord.js
|
||||
url = https://github.com/fosscord/fosscord.js/
|
||||
branch = master
|
||||
[submodule "collection"]
|
||||
@ -9,41 +11,54 @@
|
||||
url = https://github.com/fosscord/fosscord.js-collection
|
||||
branch = master
|
||||
[submodule "api"]
|
||||
path = api
|
||||
url = https://github.com/fosscord/fosscord-api
|
||||
branch = master
|
||||
[submodule "cdn"]
|
||||
path = cdn
|
||||
url = https://github.com/fosscord/fosscord-cdn
|
||||
branch = master
|
||||
[submodule "client"]
|
||||
path = client
|
||||
url = https://github.com/fosscord/fosscord-client
|
||||
branch = master
|
||||
[submodule "dashboard"]
|
||||
path = dashboard
|
||||
url = https://github.com/fosscord/fosscord-dashboard
|
||||
branch = master
|
||||
[submodule "gateway"]
|
||||
path = gateway
|
||||
url = https://github.com/fosscord/fosscord-gateway
|
||||
branch = master
|
||||
[submodule "landingpage"]
|
||||
path = landingpage
|
||||
url = https://github.com/fosscord/fosscord-landingpage
|
||||
branch = master
|
||||
[submodule "plugins"]
|
||||
path = plugins
|
||||
url = https://github.com/fosscord/fosscord-plugins
|
||||
branch = master
|
||||
[submodule "server-util"]
|
||||
path = server-util
|
||||
url = https://github.com/fosscord/fosscord-server-util
|
||||
branch = master
|
||||
[submodule "support"]
|
||||
path = support
|
||||
url = https://github.com/fosscord/fosscord-support
|
||||
branch = master
|
||||
[submodule "themes"]
|
||||
path = themes
|
||||
url = https://github.com/fosscord/fosscord-themes
|
||||
branch = master
|
||||
[submodule "ui"]
|
||||
path = ui
|
||||
url = https://github.com/fosscord/fosscord-ui
|
||||
branch = master
|
||||
[submodule "voice-gateway"]
|
||||
path = voice-gateway
|
||||
url = https://github.com/fosscord/fosscord-voice-gateway
|
||||
branch = master
|
||||
[submodule "rtc"]
|
||||
path = rtc
|
||||
url = https://github.com/fosscord/fosscord-rtc
|
||||
branch = master
|
||||
|
Loading…
Reference in New Issue
Block a user