forked from biojava/biojava.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiki.html
More file actions
22 lines (18 loc) · 693 Bytes
/
wiki.html
File metadata and controls
22 lines (18 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: page
title: Wiki pages
menu: main
---
<div class="home">
<p>The following pages include content related to BioJava created since the launch of the project. The content has been imported from the legacy mediawiki instance and no new pages have been added.</p>
<p>We did out best to preserve the information, but be aware that some links and content might be outdated or no longer available. We are in the process of organizing and cleaning them up.</p>
<p>
<ul>
{% for my_page in site.wiki %}
<li>
{{ my_page.categories }} <a href="{{ site.baseurl }}{{ my_page.url }}">{{ my_page.title }}</a>
</li>
{% endfor %}
</ul>
</p>
</div>