Skip to content

Commit 3dfced3

Browse files
committed
v0.3 docs
1 parent 6f4668e commit 3dfced3

File tree

28 files changed

+5239
-0
lines changed

28 files changed

+5239
-0
lines changed

v0.3/README/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
<p align="center">
4+
<img src="http://www.witheve.com/logo.png" alt="Eve logo" width="10%" />
5+
</p>
6+
7+
<hr />
8+
9+
<h1 id="documentation-for-the-eve-programming-language">Documentation for the Eve programming language.</h1>
10+
11+
<p>You can learn more about Eve here: <a href="http://witheve.com/">http://witheve.com/</a></p>
12+
13+
<p>You can play with Eve here: <a href="http://play.witheve.com">http://play.witheve.com</a></p>
14+
15+
<p>Eve is under active development here: <a href="https://github.com/witheve/Eve">https://github.com/witheve/Eve</a></p>
16+
17+
<h2 id="contributing">Contributing</h2>
18+
19+
<p>There&rsquo;s a lot of work to be done on the documentation, so this is a great place for beginners to get started with Eve. From fixing typos to adding examples, work needs to be done across the board here. Check out the <a href="https://github.com/witheve/docs/issues">issues</a> for a place to start, as they have been raised already as points of improvement by the community. If someone is already assigned and the issue has been aroud a while, check to see if it&rsquo;s being worked on before starting it yourself. Or, if you find an issue yourself, please report it so others know it exists. Thank you!</p>

v0.3/fonts/icon.eot

2.17 KB
Binary file not shown.

v0.3/fonts/icon.svg

Lines changed: 22 additions & 0 deletions
Loading

v0.3/fonts/icon.ttf

2.02 KB
Binary file not shown.

v0.3/fonts/icon.woff

2.1 KB
Binary file not shown.

v0.3/guides/index.html

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<!DOCTYPE html>
2+
3+
4+
5+
6+
<html class="no-js">
7+
8+
<head lang="en-us">
9+
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
11+
<meta http-equiv="X-UA-Compatible" content="IE=10" />
12+
<title>Guides - Eve Documentation</title>
13+
<meta name="generator" content="Hugo 0.19" />
14+
15+
16+
<link rel="canonical" href="http://docs-next.witheve.com/guides/">
17+
18+
<meta name="author" content="Eve">
19+
20+
21+
<meta property="og:url" content="http://docs-next.witheve.com/guides/">
22+
<meta property="og:title" content="Eve Documentation">
23+
24+
<meta name="apple-mobile-web-app-title" content="Eve Documentation">
25+
<meta name="apple-mobile-web-app-capable" content="yes">
26+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
27+
28+
<link rel="shortcut icon" type="image/x-icon" href="http://docs-next.witheve.com/images/favicon.png">
29+
<link rel="icon" type="image/x-icon" href="http://docs-next.witheve.com/images/favicon.png">
30+
31+
<style>
32+
@font-face {
33+
font-family: 'Icon';
34+
src: url('http://docs-next.witheve.com/fonts/icon.eot?52m981');
35+
src: url('http://docs-next.witheve.com/fonts/icon.eot?#iefix52m981')
36+
format('embedded-opentype'),
37+
url('http://docs-next.witheve.com/fonts/icon.woff?52m981')
38+
format('woff'),
39+
url('http://docs-next.witheve.com/fonts/icon.ttf?52m981')
40+
format('truetype'),
41+
url('http://docs-next.witheve.com/fonts/icon.svg?52m981#icon')
42+
format('svg');
43+
font-weight: normal;
44+
font-style: normal;
45+
}
46+
</style>
47+
48+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/application.css">
49+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/temporary.css">
50+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/palettes.css">
51+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/highlight/highlight.css">
52+
53+
54+
55+
56+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu&#43;Mono">
57+
<style>
58+
body, input {
59+
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
60+
}
61+
pre, code {
62+
font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;
63+
}
64+
</style>
65+
66+
67+
<script src="http://docs-next.witheve.com/javascripts/modernizr.js"></script>
68+
69+
70+
<link href="http://docs-next.witheve.com/guides/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
71+
<link href="http://docs-next.witheve.com/guides/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
72+
73+
74+
</head>
75+
<body class=" ">
76+
77+
<div class="layer-wrapper header-wrapper">
78+
<header class="layer">
79+
<a href="http://witheve.com">
80+
<div class="logo">
81+
<img src="https://witheve.github.io/assets/images/logo_square.png" />
82+
<h1><img alt="EVE" src="http://docs-next.witheve.com/images/eve.svg" /></h1>
83+
</div>
84+
</a>
85+
<div class="flex-spacer"></div>
86+
<nav>
87+
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
88+
89+
<a href="http://incidentalcomplexity.com">Blog</a>
90+
<a href="http://docs.witheve.com">Docs</a>
91+
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
92+
</nav>
93+
</header>
94+
</div>
95+
96+
<main class="main">
97+
<div class="drawer">
98+
<div aria-label="Navigation">
99+
100+
<div class="scrollable">
101+
<div class="wrapper">
102+
103+
104+
105+
<div id="sidebar" class="nav-collapse">
106+
<ul class="sidebar-menu">
107+
108+
109+
110+
<li class="sub-menu active">
111+
<a href="http://docs-next.witheve.com/" class="">
112+
113+
<span class="colored">Introduction</span>
114+
<span class="menu-arrow arrow_carrot-right"></span>
115+
</a>
116+
<ul class="sub">
117+
118+
<li><a href="http://docs-next.witheve.com/install/"> Installation </a> </li>
119+
120+
121+
<li><a href="http://docs-next.witheve.com/tutorials/quickstart.eve/"> Quickstart </a> </li>
122+
123+
124+
<li><a href="http://docs-next.witheve.com/syntaxreference/"> Syntax Ref </a> </li>
125+
126+
127+
</ul>
128+
</li>
129+
130+
131+
132+
<li>
133+
<a class="" href="http://docs-next.witheve.com/handbook/libraries">
134+
135+
<span class="colored">Library</span>
136+
</a>
137+
</li>
138+
139+
140+
</ul>
141+
</div>
142+
143+
</div>
144+
</div>
145+
</div>
146+
</div>
147+
148+
<article class="article">
149+
<div class="wrapper">
150+
<h1>Pages in Guide</h1>
151+
152+
153+
<a href="http://docs-next.witheve.com/guides/" title="">
154+
<h2></h2>
155+
</a>
156+
157+
<br>
158+
159+
</div>
160+
</article>
161+
</main>

v0.3/guides/index.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Guides on Eve Documentation</title>
5+
<link>http://docs-next.witheve.com/guides/index.xml</link>
6+
<description>Recent content in Guides on Eve Documentation</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://docs-next.witheve.com/guides/index.xml" rel="self" type="application/rss+xml" />
10+
11+
<item>
12+
<title></title>
13+
<link>http://docs-next.witheve.com/guides/</link>
14+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
15+
16+
<guid>http://docs-next.witheve.com/guides/</guid>
17+
<description></description>
18+
</item>
19+
20+
</channel>
21+
</rss>

0 commit comments

Comments
 (0)