mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5e65e56c5e
* Fix dependencies list on wiki * laser-guided Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com> * Update docs/wiki/feature/xm157.md Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * Moved medical_menu to medical-gui --------- Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
63 lines
1.8 KiB
Markdown
63 lines
1.8 KiB
Markdown
---
|
|
title: Features
|
|
layout: default
|
|
group: subNav
|
|
order: 1
|
|
short: wiki
|
|
parent: wiki
|
|
redirect_from: "/wiki/featurex"
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="large-12 columns">
|
|
<h1>Features</h1>
|
|
<p>Overviews and details of ACE3 features, their usage and implementations.</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="large-3 medium-4 small-6 columns">
|
|
<h2>General</h2>
|
|
<nav>
|
|
<ul>
|
|
{% assign feature_list = site.pages | sort_natural: "title" %}
|
|
{% assign group = 'feature' %}
|
|
{% assign category = 'general' %}
|
|
{% include feature_list %}
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
<div class="large-3 medium-4 small-6 columns">
|
|
<h2>Interaction</h2>
|
|
<nav>
|
|
<ul>
|
|
{% assign feature_list = site.pages | sort_natural: "title" %}
|
|
{% assign group = 'feature' %}
|
|
{% assign category = 'interaction' %}
|
|
{% include feature_list %}
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
<div class="large-3 medium-4 small-6 columns">
|
|
<h2>Realism</h2>
|
|
<nav>
|
|
<ul>
|
|
{% assign feature_list = site.pages | sort_natural: "title" %}
|
|
{% assign group = 'feature' %}
|
|
{% assign category = 'realism' %}
|
|
{% include feature_list %}
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
<div class="large-3 medium-4 small-6 columns">
|
|
<h2>Equipment</h2>
|
|
<nav>
|
|
<ul>
|
|
{% assign feature_list = site.pages | sort_natural: "title" %}
|
|
{% assign group = 'feature' %}
|
|
{% assign category = 'equipment' %}
|
|
{% include feature_list %}
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|