From 0131dda1c3555795ee49247b7acbb06a0ee44996 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 8 Sep 2024 11:27:09 +0800 Subject: Feat submodule (#107) * chore(submodules): update submodules with new repos and paths, adjust workflow for api build * chore(submodules): remove outdated submodules and adjust workflow for api build * (chore(submodules): remove outdated submodules and adjust workflow for api build) * chore(submodules): add new submodule echo and update workflow for api build * chore(submodules): add new submodules TRPGNivis, HydroRollCore, GetPlayerCard, conventional_role_play, DiceParser and update workflow for api build * chore(submodules): add new submodules DiceParser, infini and update workflow for api build * chore(submodules): move submodules, update api docs build and remove old ones * chore(submodules): move submodules, update api docs build and remove old ones * chore(submodules): update submodules with new repos and paths, adjust workflow for api build * chore(submodules): move submodules, update api docs build and remove old ones * chore(submodules): update submodules with new repos and paths, adjust workflow for api build * chore(docs): update api docs with sphinx-apidoc * chore(submodules): update api docs build workflow with combined commands * chore(docs): update api docs with sphinx-apidoc * chore(submodules): move submodules, update api docs build and remove old ones again * chore(submodules): update submodules with new repos and paths, adjust workflow for api build * chore(docs): update api docs with sphinx-apidoc * chore(submodules): remove submodules and update api docs build workflow * chore(submodules): move submodules, update api docs build and remove old ones again * chore(submodules): move submodules again, adjust api docs build workflow * chore(docs): update api docs with sphinx-apidoc --------- Co-authored-by: HsiangNianian --- .gitmodules | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1897f8d..983f262 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,21 @@ -[submodule "hydro_roll_core"] - path = hydro_roll_core - url = https://github.com/HydroRoll-Team/HydroRollCore - branch = main +[submodule "echo"] + path = echo + url = https://github.com/HydroRoll-Team/echo [submodule "TRPGNivis"] - path = TRPGNivisSDK + path = TRPGNivis url = https://github.com/HydroRoll-Team/TRPGNivis - branch = main +[submodule "HydroRollCore"] + path = HydroRollCore + url = https://github.com/HydroRoll-Team/HydroRollCore +[submodule "GetPlayerCard"] + path = GetPlayerCard + url = https://github.com/HydroRoll-Team/GetPlayerCard +[submodule "conventional_role_play"] + path = conventional_role_play + url = https://github.com/HydroRoll-Team/conventional_role_play +[submodule "DiceParser"] + path = DiceParser + url = https://github.com/HydroRoll-Team/DiceParser +[submodule "infini"] + path = infini + url = https://github.com/HydroRoll-Team/infini -- cgit v1.2.3-70-g09d2