Skip to content

Commit

Permalink
update for location
Browse files Browse the repository at this point in the history
Signed-off-by: hanbollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed May 21, 2024
1 parent 906f8a4 commit fd03db1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions smoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version="main"
OLDIFS="$IFS"
IFS=$'\n'

if [ "$LOCAL" == "true" ]; then
base_url="http://localhost:8000/v/v0.6.4"
if [ "$LOCAL" = "true" ]; then
base_url="http://localhost:8000/v/main"
else
base_url="https://docs.mrjs.io/v/v0.6.4"
base_url="https://docs.mrjs.io/v/main"
fi
github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
site_name='MRjs'
Expand Down
6 changes: 3 additions & 3 deletions v-saved/all-saved/main/smoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version="main"
OLDIFS="$IFS"
IFS=$'\n'

if [ "$LOCAL" == "true" ]; then
base_url="http://localhost:8000/v/v0.6.4"
if [ "$LOCAL" = "true" ]; then
base_url="http://localhost:8000/v/main"
else
base_url="https://docs.mrjs.io/v/v0.6.4"
base_url="https://docs.mrjs.io/v/main"
fi
github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
site_name='MRjs'
Expand Down

0 comments on commit fd03db1

Please sign in to comment.