Skip to content

Commit 081fac6

Browse files
committed
fix templates
Signed-off-by: hanbollar <[email protected]>
1 parent 0483be9 commit 081fac6

File tree

4 files changed

+4
-97
lines changed

4 files changed

+4
-97
lines changed

err.txt

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +0,0 @@
1-
Could not find data file templates/_template.html
2-
Could not find data file templates/_template.html
3-
Could not find data file templates/_template.html
4-
Could not find data file templates/_template.html
5-
Could not find data file templates/_template.html
6-
Could not find data file templates/_template.html
7-
Could not find data file templates/_template.html
8-
Could not find data file templates/_template.html
9-
Could not find data file templates/_template.html
10-
Could not find data file templates/_template.html
11-
Could not find data file templates/_template.html
12-
Could not find data file templates/_template.html
13-
Could not find data file templates/_template.html
14-
Could not find data file templates/_template.html
15-
Could not find data file templates/_template.html
16-
Could not find data file templates/_template.html
17-
Could not find data file templates/_template.html
18-
Could not find data file templates/_template.html
19-
Could not find data file templates/_template.html
20-
Could not find data file templates/_template.html
21-
Could not find data file templates/_template.html
22-
Could not find data file templates/_template.html
23-
Could not find data file templates/_template.html
24-
Could not find data file templates/_template.html
25-
Could not find data file templates/_template.html
26-
Could not find data file templates/_template.html
27-
Could not find data file templates/_template.html
28-
Could not find data file templates/_template.html
29-
Could not find data file templates/_template.html
30-
Could not find data file templates/_template.html
31-
Could not find data file templates/_template.html
32-
Could not find data file templates/_template.html
33-
Could not find data file templates/_template.html
34-
Could not find data file templates/_template.html
35-
Could not find data file templates/_template.html
36-
Could not find data file templates/_template.html
37-
Could not find data file templates/_template.html
38-
Could not find data file templates/_template.html
39-
Could not find data file templates/_template.html
40-
Could not find data file templates/_template.html
41-
Could not find data file templates/_template.html
42-
Could not find data file templates/_template.html
43-
Could not find data file templates/_template.html
44-
Could not find data file templates/_template.html
45-
Could not find data file templates/_template.html
46-
Could not find data file templates/_template.html
47-
Could not find data file templates/_template.html
48-
Could not find data file templates/_template.html
49-
Could not find data file templates/_template.html
50-
Could not find data file templates/_template.html
51-
Could not find data file templates/_template.html
52-
Could not find data file templates/_template.html
53-
Could not find data file templates/_template.html
54-
Could not find data file templates/_template.html
55-
Could not find data file templates/_template.html
56-
Could not find data file templates/_template.html
57-
Could not find data file templates/_template.html
58-
Could not find data file templates/_template.html
59-
Could not find data file templates/_template.html
60-
Could not find data file templates/_template.html
61-
Could not find data file templates/_template.html
62-
Could not find data file templates/_template.html
63-
Could not find data file templates/_template.html
64-
Could not find data file templates/_template.html
65-
Could not find data file templates/_template.html
66-
Could not find data file templates/_template.html
67-
Could not find data file templates/_template.html
68-
Could not find data file templates/_template.html
69-
Could not find data file templates/_template.html
70-
Could not find data file templates/_template.html
71-
Could not find data file templates/_template.html
72-
Could not find data file templates/_template.html
73-
Could not find data file templates/_template.html
74-
Could not find data file templates/_template.html
75-
Could not find data file templates/_template.html
76-
Could not find data file templates/_template.html
77-
Could not find data file templates/_template.html
78-
Could not find data file templates/_template.html
79-
Could not find data file templates/_template.html
80-
Could not find data file templates/_template.html
81-
Could not find data file templates/_template.html
82-
Could not find data file templates/_template.html
83-
Could not find data file templates/_template.html
84-
Could not find data file templates/_template.html
85-
Could not find data file templates/_template.html
86-
Could not find data file templates/_template.html
87-
Could not find data file templates/_template.html
88-
Could not find data file templates/_template.html
89-
Could not find data file templates/_template.html
90-
Could not find data file templates/_template.html
91-
Could not find data file templates/_template.html
92-
Could not find data file templates/_template.html
93-
Could not find data file templates/_template.html

output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ source/static/sample/logo.glb
160160
source/static/sample/logo.stl
161161
source/static/sample/video.mp4
162162

163-
sent 19,873,637 bytes received 2,819 bytes 39,752,912.00 bytes/sec
164-
total size is 19,858,272 speedup is 1.00
163+
sent 19,873,627 bytes received 2,819 bytes 39,752,892.00 bytes/sec
164+
total size is 19,858,264 speedup is 1.00
165165
copied current main documentation to: v-saved/all-saved/main
166166

167167

smoo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
1414
site_name='MRjs'
1515
saved_version_dir="v-saved/all-saved/$version"
1616
sourceDir="$saved_version_dir/source"
17-
templateHTML="$saved_version_dir/_template.html"
17+
templateHTML="$sourceDir/_template.html"
1818
outputDir="public/v/$version"
1919

2020
assetDir="$sourceDir/static"

v-saved/all-saved/main/smoo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ github_base='https://github.com/Volumetrics-io/documentation/edit/main/source'
1414
site_name='MRjs'
1515
saved_version_dir="v-saved/all-saved/$version"
1616
sourceDir="$saved_version_dir/source"
17-
templateHTML="$saved_version_dir/_template.html"
17+
templateHTML="$sourceDir/_template.html"
1818
outputDir="public/v/$version"
1919

2020
assetDir="$sourceDir/static"

0 commit comments

Comments
 (0)