Skip to content

Commit d8464ad

Browse files
committed
Move v0.2 into a folder
1 parent beae272 commit d8464ad

File tree

100 files changed

+677
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+677
-254
lines changed

index.html

Lines changed: 40 additions & 254 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
1111
<meta http-equiv="X-UA-Compatible" content="IE=10" />
1212
<title>Eve Documentation</title>
13-
<meta name="generator" content="Hugo 0.16" />
13+
<meta name="generator" content="Hugo 0.19" />
1414

1515

1616
<link rel="canonical" href="http://docs.witheve.com/">
@@ -74,24 +74,35 @@
7474
</head>
7575
<body class=" ">
7676

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.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>
7795

7896

7997

8098

8199

82100

83-
<div class="backdrop">
84-
<div class="backdrop-paper"></div>
85-
</div>
86-
87-
<main class="main">
88-
<div class="drawer">
89-
<nav aria-label="Navigation">
101+
<main class="main layer-wrapper">
102+
<div class="toplayer">
103+
<div class="drawer">
104+
<div aria-label="Navigation">
90105

91-
<center>
92-
<img class="logo" src="https://witheve.github.io/assets/images/logo_square.png">
93-
</center>
94-
95106
<div class="scrollable">
96107
<div class="wrapper">
97108

@@ -103,252 +114,32 @@
103114

104115

105116
<li class="sub-menu active">
106-
<a href="http://docs.witheve.com/handbook/intro" class="">
117+
<a href="http://docs.witheve.com/" class="">
107118

108119
<span class="colored">Introduction</span>
109120
<span class="menu-arrow arrow_carrot-right"></span>
110121
</a>
111122
<ul class="sub">
112123

113-
<li><a href="http://docs.witheve.com/handbook/installation/"> Getting Eve </a> </li>
114-
115-
<ul class="sub">
116-
117-
<li><a href="http://docs.witheve.com/handbook/linux/">Linux</a></li>
118-
119-
<li><a href="http://docs.witheve.com/handbook/mac/">Mac</a></li>
120-
121-
<li><a href="http://docs.witheve.com/handbook/windows/">Windows</a></li>
122-
123-
<li><a href="http://docs.witheve.com/handbook/docker/">Docker</a></li>
124-
125-
<li><a href="http://docs.witheve.com/handbook/npm/">npm</a></li>
126-
127-
</ul>
128-
129-
130-
<li><a href="http://docs.witheve.com/handbook/running/"> Running Eve </a> </li>
131-
132-
133-
<li><a href="http://docs.witheve.com/handbook/help/"> Getting Help </a> </li>
134-
135-
136-
</ul>
137-
</li>
138-
139-
140-
141-
<li class="sub-menu active">
142-
<a href="http://docs.witheve.com/handbook/programs" class="">
143-
144-
<span class="colored">Eve Programs</span>
145-
<span class="menu-arrow arrow_carrot-right"></span>
146-
</a>
147-
<ul class="sub">
148-
149-
<li><a href="http://docs.witheve.com/handbook/model/"> Programming Model </a> </li>
150-
151-
152-
<li><a href="http://docs.witheve.com/handbook/sets/"> Sets </a> </li>
153-
154-
155-
<li><a href="http://docs.witheve.com/handbook/literate-programming/"> Literate Programming </a> </li>
156-
157-
158-
<li><a href="http://docs.witheve.com/handbook/blocks/"> Blocks </a> </li>
159-
160-
161-
</ul>
162-
</li>
163-
164-
165-
166-
<li class="sub-menu active">
167-
<a href="http://docs.witheve.com/handbook/core" class="">
168-
169-
<span class="colored">Core Language</span>
170-
<span class="menu-arrow arrow_carrot-right"></span>
171-
</a>
172-
<ul class="sub">
173-
174-
<li><a href="http://docs.witheve.com/handbook/records/"> Records </a> </li>
175-
176-
<ul class="sub">
177-
178-
<li><a href="http://docs.witheve.com/handbook/tags/">Tags</a></li>
179-
180-
<li><a href="http://docs.witheve.com/handbook/not/">not</a></li>
181-
182-
</ul>
183-
184-
185-
<li><a href="http://docs.witheve.com/handbook/equivalence/"> Equivalence </a> </li>
186-
187-
<ul class="sub">
188-
189-
<li><a href="http://docs.witheve.com/handbook/equality/">Equality</a></li>
190-
191-
<li><a href="http://docs.witheve.com/handbook/inequality/">Inequality</a></li>
192-
193-
<li><a href="http://docs.witheve.com/handbook/joins/">Joins</a></li>
194-
195-
</ul>
196-
197-
198-
<li><a href="http://docs.witheve.com/handbook/actions/"> Actions </a> </li>
199-
200-
<ul class="sub">
201-
202-
<li><a href="http://docs.witheve.com/handbook/search/">search</a></li>
203-
204-
<li><a href="http://docs.witheve.com/handbook/bind/">bind</a></li>
205-
206-
<li><a href="http://docs.witheve.com/handbook/commit/">commit</a></li>
207-
208-
</ul>
209-
210-
211-
<li><a href="http://docs.witheve.com/handbook/expressions/"> Expressions </a> </li>
212-
213-
<ul class="sub">
214-
215-
<li><a href="http://docs.witheve.com/handbook/functions/">Functions</a></li>
216-
217-
<li><a href="http://docs.witheve.com/handbook/aggregates/">Aggregates</a></li>
218-
219-
<li><a href="http://docs.witheve.com/handbook/if-then/">if-then</a></li>
220-
221-
<li><a href="http://docs.witheve.com/handbook/is/">is</a></li>
222-
223-
<li><a href="http://docs.witheve.com/handbook/string-interpolation/">String Interpolation</a></li>
224-
225-
</ul>
226-
227-
228-
<li><a href="http://docs.witheve.com/handbook/update-operators/"> Update Operators </a> </li>
229-
230-
<ul class="sub">
231-
232-
<li><a href="http://docs.witheve.com/handbook/add/">Add: &#43;=</a></li>
233-
234-
<li><a href="http://docs.witheve.com/handbook/set/">Set: :=</a></li>
235-
236-
<li><a href="http://docs.witheve.com/handbook/remove/">Remove: -=</a></li>
237-
238-
<li><a href="http://docs.witheve.com/handbook/merge/">Merge &lt;-</a></li>
239-
240-
</ul>
241-
242-
243-
</ul>
244-
</li>
245-
246-
247-
248-
<li class="sub-menu active">
249-
<a href="http://docs.witheve.com/handbook/databases" class="">
250-
251-
<span class="colored">Databases</span>
252-
<span class="menu-arrow arrow_carrot-right"></span>
253-
</a>
254-
<ul class="sub">
255-
256-
<li><a href="http://docs.witheve.com/handbook/standard-library/"> Standard Library </a> </li>
257-
258-
<ul class="sub">
259-
260-
<li><a href="http://docs.witheve.com/handbook/general/">General</a></li>
261-
262-
<li><a href="http://docs.witheve.com/handbook/math/">Math</a></li>
263-
264-
<li><a href="http://docs.witheve.com/handbook/strings/">Strings</a></li>
265-
266-
<li><a href="http://docs.witheve.com/handbook/statistics/">Statistics</a></li>
267-
268-
<li><a href="http://docs.witheve.com/handbook/datetime/">Date &amp; Time</a></li>
269-
270-
</ul>
271-
272-
273-
<li><a href="http://docs.witheve.com/handbook/session/"> @session </a> </li>
274-
275-
276-
<li><a href="http://docs.witheve.com/handbook/browser/"> @browser </a> </li>
277-
278-
279-
<li><a href="http://docs.witheve.com/handbook/event/"> @event </a> </li>
280-
281-
<ul class="sub">
282-
283-
<li><a href="http://docs.witheve.com/handbook/event/click/">click</a></li>
284-
285-
</ul>
286-
287-
288-
<li><a href="http://docs.witheve.com/handbook/http/"> @http </a> </li>
289-
290-
291-
<li><a href="http://docs.witheve.com/handbook/view/"> @view </a> </li>
292-
293-
294-
</ul>
295-
</li>
296-
297-
298-
299-
<li class="sub-menu active">
300-
<a href="http://docs.witheve.com/handbook/appendix" class="">
301-
302-
<span class="colored">Appendix</span>
303-
<span class="menu-arrow arrow_carrot-right"></span>
304-
</a>
305-
<ul class="sub">
306-
307-
<li><a href="http://docs.witheve.com/handbook/ebnf/"> Grammar </a> </li>
124+
<li><a href="http://docs.witheve.com/install/"> Installation </a> </li>
308125

309126

310-
<li><a href="http://docs.witheve.com/handbook/commonmark/"> CommonMark </a> </li>
127+
<li><a href="http://docs.witheve.com/tutorials/quickstart.eve/"> Quickstart </a> </li>
311128

312129

313-
<li><a href="http://docs.witheve.com/handbook/glossary/"> Glossary </a> </li>
130+
<li><a href="http://docs.witheve.com/syntaxreference/"> Syntax Ref </a> </li>
314131

315132

316133
</ul>
317134
</li>
318135

319136

320137

321-
<li class="sub-menu active">
322-
<a href="http://docs.witheve.com/guides" class="">
323-
324-
<span class="colored">Guides</span>
325-
<span class="menu-arrow arrow_carrot-right"></span>
326-
</a>
327-
<ul class="sub">
328-
329-
<li><a href="http://docs.witheve.com/guides/for-programmers/"> Eve for Programmers </a> </li>
330-
138+
<li>
139+
<a class="" href="http://docs.witheve.com/handbook/libraries">
331140

332-
<li><a href="http://docs.witheve.com/guides/style/"> Style Guide </a> </li>
333-
334-
335-
</ul>
336-
</li>
337-
338-
339-
340-
<li class="sub-menu active">
341-
<a href="http://docs.witheve.com/tutorials" class="">
342-
343-
<span class="colored">Tutorials</span>
344-
<span class="menu-arrow arrow_carrot-right"></span>
141+
<span class="colored">Library</span>
345142
</a>
346-
<ul class="sub">
347-
348-
<li><a href="http://docs.witheve.com/tutorials/quickstart/"> Quickstart </a> </li>
349-
350-
351-
</ul>
352143
</li>
353144

354145

@@ -357,23 +148,18 @@
357148

358149
</div>
359150
</div>
360-
</nav>
361-
</div>
151+
</div>
152+
</div>
153+
<article class="article">
154+
<div class="wrapper">
362155

363-
<article class="article">
364-
<div class="wrapper">
365-
366156

157+
<a href="http://docs.witheve.com/v0.2/index.html"><h2>v0.2 Documentation</h2></a>
158+
<a href="http://docs.witheve.com/v0.3/index.html"><h2>v0.3 Documentation</h2></a>
367159

368-
<h1 id="eve-programming-language-documentation">Eve Programming Language Documentation</h1>
369-
370-
<h2 id="guides">Guides</h2>
371-
372-
<ul>
373-
<li><a href="http://play.witheve.com">Eve Quickstart Guide</a></li>
374-
</ul>
160+
375161

376-
377-
</div>
378-
</article>
162+
</div>
163+
</article>
164+
</div>
379165
</main>

v0.2/404.html

Whitespace-only changes.

v0.2/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.witheve.com
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)