ruby: move document-templates to the assets directory

This commit is contained in:
vanyauhalin
2023-07-27 17:06:19 +04:00
parent 42e1b0635a
commit d4bed077e0
2 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -6,10 +6,6 @@
path = web/documentserver-example/csharp/assets path = web/documentserver-example/csharp/assets
url = https://github.com/ONLYOFFICE/document-templates url = https://github.com/ONLYOFFICE/document-templates
branch = main/en branch = main/en
[submodule "web/documentserver-example/ruby/public/assets"]
path = web/documentserver-example/ruby/public/assets
url = https://github.com/ONLYOFFICE/document-templates
branch = main/en
[submodule "web/documentserver-example/java-spring/src/main/resources/assets"] [submodule "web/documentserver-example/java-spring/src/main/resources/assets"]
path = web/documentserver-example/java-spring/src/main/resources/assets path = web/documentserver-example/java-spring/src/main/resources/assets
url = https://github.com/ONLYOFFICE/document-templates url = https://github.com/ONLYOFFICE/document-templates
@ -38,3 +34,7 @@
path = web/documentserver-example/java/src/main/resources/assets/document-templates path = web/documentserver-example/java/src/main/resources/assets/document-templates
url = https://github.com/ONLYOFFICE/document-templates url = https://github.com/ONLYOFFICE/document-templates
branch = main/en branch = main/en
[submodule "web/documentserver-example/ruby/assets/document-templates"]
path = web/documentserver-example/ruby/assets/document-templates
url = https://github.com/ONLYOFFICE/document-templates
branch = main/en