From f2fe449b204ebbae51417452b29313dc335c6d07 Mon Sep 17 00:00:00 2001 From: hanbollar Date: Tue, 21 May 2024 14:09:04 -0700 Subject: [PATCH] update Signed-off-by: hanbollar --- output.txt | 4 ++-- source/_template.html | 2 +- v-saved/all-saved/main/smoo.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/output.txt b/output.txt index 52d664c..7403a5c 100644 --- a/output.txt +++ b/output.txt @@ -160,8 +160,8 @@ source/static/sample/logo.glb source/static/sample/logo.stl source/static/sample/video.mp4 -sent 19,873,627 bytes received 2,819 bytes 39,752,892.00 bytes/sec -total size is 19,858,264 speedup is 1.00 +sent 19,873,625 bytes received 2,819 bytes 39,752,888.00 bytes/sec +total size is 19,858,262 speedup is 1.00 copied current main documentation to: v-saved/all-saved/main diff --git a/source/_template.html b/source/_template.html index 21c87d6..4b4700d 100644 --- a/source/_template.html +++ b/source/_template.html @@ -33,7 +33,7 @@ - + diff --git a/v-saved/all-saved/main/smoo.sh b/v-saved/all-saved/main/smoo.sh index 4658878..04df09c 100755 --- a/v-saved/all-saved/main/smoo.sh +++ b/v-saved/all-saved/main/smoo.sh @@ -6,9 +6,9 @@ OLDIFS="$IFS" IFS=$'\n' if [ "$LOCAL" == "true" ]; then - base_url="http://localhost:8000/v/v0.6.4/" + base_url="http://localhost:8000/v/v0.6.4" else - base_url="https://docs.mrjs.io/v/v0.6.4/" + base_url="https://docs.mrjs.io/v/v0.6.4" fi github_base='https://github.com/Volumetrics-io/documentation/edit/main/source' site_name='MRjs'