File tree Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change 17
17
< a href ="http://witheve.com ">
18
18
< div class ="logo ">
19
19
< img src ="https://witheve.github.io/assets/images/logo_square.png " />
20
- < h1 > < img alt ="EVE " src ="http://docs.witheve.com /images/eve.svg " /> </ h1 >
20
+ < h1 > < img alt ="EVE " src ="{{ site.url }} /images/eve.svg " /> </ h1 >
21
21
</ div >
22
22
</ a >
23
23
< div class ="flex-spacer "> </ div >
24
24
< nav >
25
25
< a class ="btn rounded cta secondary play-cta " href ="http://play.witheve.com "> Play</ a >
26
26
27
- < a href ="{{ site.url }} "> Blog</ a >
28
- < a href ="http://docs.witheve.com "> Docs</ a >
27
+ < a href ="http://incidentalcomplexity.com "> Blog</ a >
28
+ < a href ="{{ site.url }} "> Docs</ a >
29
29
< a href ="https://groups.google.com/forum/#!forum/eve-talk "> Community</ a >
30
30
</ nav >
31
31
</ header >
@@ -37,7 +37,33 @@ <h1><img alt="EVE" src="http://docs.witheve.com/images/eve.svg" /></h1>
37
37
38
38
< div class ="drawer ">
39
39
< div class ="wrapper ">
40
- < a href ="https://cmontella.github.io/blog/archive/ "> Archive</ a >
40
+ < ul class ="sidebar-menu ">
41
+ < li class ="sub-menu active ">
42
+ < a href ="{{ site.url }}/v0.3/ " class ="">
43
+
44
+ < span class ="colored "> Introduction</ span >
45
+ < span class ="menu-arrow arrow_carrot-right "> </ span >
46
+ </ a >
47
+ < ul class ="sub ">
48
+
49
+ < li > < a href ="{{ site.url }}/v0.3/install/ "> Installation </ a > </ li >
50
+
51
+
52
+ < li > < a href ="{{ site.url }}/v0.3/tutorials/quickstart.eve/ "> Quickstart </ a > </ li >
53
+
54
+
55
+ < li > < a href ="{{ site.url }}/v0.3/syntaxreference/ "> Syntax Ref </ a > </ li >
56
+
57
+
58
+ </ ul >
59
+ </ li >
60
+ < li >
61
+ < a class ="" href ="{{ site.url }}/v0.3/handbook/libraries ">
62
+
63
+ < span class ="colored "> Library</ span >
64
+ </ a >
65
+ </ li >
66
+ </ ul >
41
67
</ div >
42
68
</ div >
43
69
You can’t perform that action at this time.
0 commit comments