mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
c29ae977fc
* Documentation - Merge ACEX * Only show ACEX prefix note on framework pages * Documentation - Use ACEX prefix in Fortify events See #8553 * Cleanup acex from config.yml * English is weird Co-authored-by: PabstMirror <pabstmirror@gmail.com>
63 lines
2.0 KiB
HTML
63 lines
2.0 KiB
HTML
---
|
|
title: ACE3 Feature documentation
|
|
layout: default
|
|
group: subNav
|
|
order: 1
|
|
short: wiki
|
|
parent: wiki
|
|
redirect_from: "/wiki/featurex"
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="large-12 columns">
|
|
<h1>ACE3 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: "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: "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: "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: "title" %}
|
|
{% assign group = 'feature' %}
|
|
{% assign category = 'equipment' %}
|
|
{% include feature_list %}
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|