Skip to content

Commit c37d9cc

Browse files
authored
Create index_template.md
1 parent 7788ce6 commit c37d9cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

code/plugins/index_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Plugins
4+
has_children: true
5+
has_toc: true
6+
nav_order: 7
7+
---
8+
# EEGLAB plugin documentation
9+
10+
Below is a list of plugin that have documentation copied from GitHub. Note that this is a small subset of all EEGLAB plugin since not all plugin documentaiotn is compatible to be vizualised and searched on the EEGLAB website. The full list of plugin is available [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
11+
12+
{%- assign children_list = site.pages | where: "parent", "Plugins" -%}
13+
{% include toc_nav.html nav=children_list %}
14+

0 commit comments

Comments
 (0)