Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: hanbollar <[email protected]>
  • Loading branch information
hanbollar committed May 21, 2024
1 parent fc2bdb2 commit f2fe449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion source/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<script defer data-domain="docs.mrjs.io" src="https://plausible.io/js/script.js"></script>

<!-- CSS Styles -->
<link rel="stylesheet" type="text/css" href="/static/style.css" />
<link rel="stylesheet" type="text/css" href="$base-url$/static/style.css" />

<!-- Inline REPL -->
<script src="/static/ace/ace.js" type="text/javascript" charset="utf-8"></script>
Expand Down
4 changes: 2 additions & 2 deletions v-saved/all-saved/main/smoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f2fe449

Please sign in to comment.