diff --git a/code/plugins/index_template.md b/code/plugins/index_template.md new file mode 100644 index 0000000..2015e50 --- /dev/null +++ b/code/plugins/index_template.md @@ -0,0 +1,14 @@ +--- +layout: default +title: Plugins +has_children: true +has_toc: true +nav_order: 7 +--- +# EEGLAB plugin documentation + +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). + +{%- assign children_list = site.pages | where: "parent", "Plugins" -%} +{% include toc_nav.html nav=children_list %} +