Skip to content

Commit

Permalink
Stage .gitmodules changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBrooks11 committed Jan 14, 2025
1 parent 89ec9a8 commit c13ef9e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 80 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "_projects/sama"]
path = _projects/sama
[submodule "projects/sama"]
path = projects/sama
url = https://github.com/uwo-fast/sama.git
[submodule "_projects/OpenAgriS3D"]
path = _projects/OpenAgriS3D
[submodule "projects/OpenAgriS3D"]
path = projects/OpenAgriS3D
url = https://github.com/uwo-fast/OpenAgriS3D.git
74 changes: 0 additions & 74 deletions docs/uwo-styles.md

This file was deleted.

File renamed without changes.
6 changes: 4 additions & 2 deletions sync_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ fi
# Loop through each project in the _projects folder
for project in _projects/*; do
if [ -d "$project/docs" ]; then
# Copy assets folder (if it exists)
# Ensure the assets folder for the project is preserved in the correct location
if [ -d "$project/assets" ]; then
cp -r "$project/assets"/* assets/
# The assets folder will remain within each project
# Make sure to reference it directly in the project's documentation
echo "Assets for project $(basename "$project") are in $project/assets"
fi

# Check if README.md exists and create it as the project index
Expand Down

0 comments on commit c13ef9e

Please sign in to comment.