File tree 3 files changed +21
-13
lines changed
3 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ pytest.ini
135
135
136
136
# Any output directory
137
137
* output /
138
+ itisfoundation.github.io /
138
139
139
140
# backup files
140
141
* ~
141
142
* .bak
142
143
143
144
# pylint-profile output
144
145
prof /
145
-
Original file line number Diff line number Diff line change 34
34
< body class ="grey darken-2 white-text ">
35
35
< nav >
36
36
< div class ="nav-wrapper grey darken-3 white-text ">
37
- < a href ="# " class ="brand-logo "> < img src ="frontend/resource/qxapp/osparc-white.svg "> </ a >
37
+ < a href ="# " class ="brand-logo ">
38
+ < img style ="height: 65px; padding: 5px; " src ="frontend/resource/qxapp/osparc-white.svg ">
39
+ </ a >
38
40
< ul id ="nav-mobile " class ="right ">
39
- < li > < a href ="sass.html "> Sass</ a > </ li >
41
+ <!-- <li><a href="sass.html">Sass</a></li>
40
42
<li><a href="badges.html">Components</a></li>
41
- < li > < a href ="collapsible.html "> JavaScript</ a > </ li >
43
+ <li><a href="collapsible.html">JavaScript</a></li> -->
42
44
</ ul >
43
45
</ div >
44
46
</ nav >
45
47
< div class ="container ">
46
- < div class ="row ">
47
- < h1 > Documentation Hub</ h1 >
48
+ < div class ="row center ">
49
+ < h1 class =" grey-text text-lighten-2 " > Documentation Hub</ h1 >
48
50
</ div >
49
51
< div class ="row ">
50
52
51
53
< div class ="col s4 ">
52
- < a class ="white-text " href ="/ frontend/apiviewer/ ">
54
+ < a class ="white-text " href ="frontend/apiviewer/ ">
53
55
< div class ="card ">
54
56
< div class ="center grey darken-3 card-panel ">
55
57
< div >
@@ -61,10 +63,16 @@ <h1>Documentation Hub</h1>
61
63
</ a >
62
64
</ div >
63
65
< div class ="col s4 ">
64
- <!-- Promo Content 2 goes here -->
65
- </ div >
66
- < div class ="col s4 ">
67
- <!-- Promo Content 3 goes here -->
66
+ < a class ="white-text " href ="https://osparc-docs.readthedocs.io/en/latest ">
67
+ < div class ="card ">
68
+ < div class ="center grey darken-3 card-panel ">
69
+ < div >
70
+ < i class ="material-icons large "> library_books</ i >
71
+ </ div >
72
+ < div > Technical Specs</ div >
73
+ </ div >
74
+ </ div >
75
+ </ a >
68
76
</ div >
69
77
70
78
</ div >
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ after_success() {
69
69
cp -rp docs/webdocroot/* itisfoundation.github.io
70
70
71
71
# add our build
72
- if [ -d services/web/client/output- build ]; then
72
+ if [ -d services/web/client/build-output ]; then
73
73
rm -rf itisfoundation.github.io/frontend
74
- cp -rp services/web/client/output- build itisfoundation.github.io/frontend
74
+ cp -rp services/web/client/build-output itisfoundation.github.io/frontend
75
75
fi
76
76
}
77
77
You can’t perform that action at this time.
0 commit comments