We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f2615 commit 33aadeaCopy full SHA for 33aadea
smoo.sh
@@ -4,7 +4,9 @@ OLDIFS="$IFS"
4
IFS=$'\n'
5
6
# copy over past versioning to the public directory
7
-cp -r "source/public-versioning" "public"
+rm -rf "public"
8
+mkdir "public"
9
+cp -r "source/public-versioning" "public/v"
10
11
# run the newer main setup:
12
@@ -17,7 +19,7 @@ github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
17
19
site_name='MRjs'
18
20
templateDir='source'
21
templateHTML='source/_template.html'
-outputDir='public/main'
22
+outputDir='public/v/main'
23
24
assetDir='source/static'
25
pagesDir='source/pages'
0 commit comments