2
2
< html >
3
3
< head >
4
4
< title > Eve Docs</ title >
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1 " />
6
6
< link rel ="stylesheet " type ="text/css " href ="/css/style.css " />
7
7
< link rel ="stylesheet " type ="text/css " href ="/css/syntax.css " />
8
+ < link rel ="stylesheet " type ="text/css " href ="/css/codemirror-default-theme.css ">
8
9
< link rel ="icon " type ="image/png " href ="https://witheve.github.io/assets/images/favicon.png ">
9
10
< link rel ="alternate " type ="application/atom+xml " title ="Eve Programming Language " href ="/atom.xml " />
10
11
< link href ='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700 ' rel ='stylesheet ' type ='text/css '>
11
- < meta name ="Description " content ="This is the development blog of the Eve programming language ">
12
+ < meta name ="Description " content ="This is the documentation of the Eve programming language ">
12
13
</ head >
13
14
< body >
14
15
15
16
< div class ="layer-wrapper header-wrapper ">
16
- < header class ="layer ">
17
- < a href ="http://witheve.com ">
18
- < div class ="logo ">
19
- < img src ="https://witheve.github.io/assets/images/logo_square.png " />
20
- < h1 > < img alt ="EVE " src ="https://witheve.github.io/assets/images/wordmark.svg " /> </ h1 >
21
- </ div >
22
- </ a >
23
- < div class ="flex-spacer "> </ div >
24
- < nav >
25
- < a class ="btn rounded cta secondary play-cta " href ="http://play.witheve.com "> Play</ a >
17
+ < header class ="layer ">
18
+ < a href ="http://witheve.com ">
19
+ < div class ="logo ">
20
+ < img src ="https://witheve.github.io/assets/images/logo_square.png " />
21
+ < h1 > < img alt ="EVE " src ="https://witheve.github.io/assets/images/wordmark.svg " /> </ h1 >
22
+ </ div >
23
+ </ a >
24
+ < div class ="flex-spacer "> </ div >
25
+ < nav >
26
+ < a class ="btn rounded cta secondary play-cta " href ="http://play.witheve.com "> Play</ a >
26
27
27
- < a href ="http://incidentalcomplexity.com "> Blog</ a >
28
- < a href ="/ "> Docs</ a >
29
- < a href ="https://groups.google.com/forum/#!forum/eve-talk "> Community</ a >
30
- </ nav >
31
- </ header >
28
+ < a href ="http://incidentalcomplexity.com "> Blog</ a >
29
+ < a href ="/ "> Docs</ a >
30
+ < a href ="https://groups.google.com/forum/#!forum/eve-talk "> Community</ a >
31
+ </ nav >
32
+ </ header >
32
33
</ div >
33
34
34
35
35
36
< main class ="main layer-wrapper ">
36
37
< div class ="toplayer ">
37
-
38
38
< div class ="drawer ">
39
39
< div class ="wrapper ">
40
40
< ul class ="sidebar-menu ">
@@ -79,8 +79,6 @@ <h1><img alt="EVE" src="https://witheve.github.io/assets/images/wordmark.svg" />
79
79
</ ul >
80
80
</ div >
81
81
</ div >
82
-
83
-
84
82
< article class ="article ">
85
83
< div class ="wrapper ">
86
84
{{ content }}
@@ -89,15 +87,19 @@ <h1><img alt="EVE" src="https://witheve.github.io/assets/images/wordmark.svg" />
89
87
</ div >
90
88
</ main >
91
89
92
- < script >
93
- ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
94
- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
95
- m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
96
- } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
90
+ < script >
91
+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
92
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
93
+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
94
+ } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
97
95
98
- ga ( 'create' , 'UA-74222157-2' , 'auto' ) ;
99
- ga ( 'send' , 'pageview' ) ;
100
- </ script >
101
- </ body >
102
- </ head >
96
+ ga ( 'create' , 'UA-74222157-2' , 'auto' ) ;
97
+ ga ( 'send' , 'pageview' ) ;
98
+ </ script >
99
+ < script src ="/js/highlighter-bundle.js "> </ script >
100
+ < script >
101
+ window [ "eve-highlighter" ] . highlightAll ( ) ;
102
+ </ script >
103
+
104
+ </ body >
103
105
</ html >
0 commit comments