-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
<style>
body
{
max-width: 1000px;
margin: 0 auto;
font-family: Open Sans, Helvetica, sans-serif;
}
.logo
{
margin-top: 10px;
margin-bottom: 20px;
}
</style>
<body>
<img class="logo" width="300" alt="logo" src="./efferent_logo.png" />
<h1>Efferent Release Notes</h1>
<h2>eVue and eFit</h2>
<ul>
<li><a href="./ReleaseNotes/eVue5.20/index.html">5.20 - May 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.21/index.html">5.21 - June 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.22/index.html">5.22 - July 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.23/index.html">5.23 - August 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.24/index.html">5.24 - September 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.25/index.html">5.25 - October 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.26/index.html">5.26 - November 2024</a></li>
<li><a href="./ReleaseNotes/eVue5.27/index.html">5.27 - December 2024</a></li>
</ul>
<h2>SmartLink</h2>
<ul>
<li><a href="./ReleaseNotes/Smartlink5.20/index.html">5.20 - May 2024</a></li>
<li><a href="./ReleaseNotes/Smartlink5.21/index.html">5.21 - June 2024</a></li>
<li><a href="./ReleaseNotes/Smartlink5.22/index.html">5.22 - July 2024</a></li>
<li><a href="./ReleaseNotes/Smartlink5.23/index.html">5.23 - August 2024</a></li>
</ul>
<h1>Knowledge Base</h1>
<h2>eVue and eFit</h2>
<ul>
<li><a href="./KnowledgeBase/SmartShareReceiver/index.html">SmartShare receiver</a></li>
<li><a href="./KnowledgeBase/Anonymization/index.html">Anonymization and de-identification</a></li>
<li><a href="./KnowledgeBase/eVueFeatures/index.html">eVue features per role</a></li>
</ul>
</body>
</html>