From 61f5c93de4c2be3b1e34d38b2698dfc94bbbe2ad Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 11 Dec 2024 11:33:17 +0300 Subject: [PATCH] rmv matnwb --- config/_default/menus.yaml | 5 ----- content/matnwb/_index.md | 6 ------ layouts/matnwb/list.html | 17 ----------------- 3 files changed, 28 deletions(-) delete mode 100644 content/matnwb/_index.md delete mode 100644 layouts/matnwb/list.html diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 428ffbb..45ed633 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -51,11 +51,6 @@ main: weight: 6 url: "working-groups/" parent: Community - - name: "MatNWB" - weight: 4 - url: "matnwb/" - parent: The Software Ecosystem - - name: "Using NWB" weight: 3 url: "https://nwb-overview.readthedocs.io" diff --git a/content/matnwb/_index.md b/content/matnwb/_index.md deleted file mode 100644 index 171d9fa..0000000 --- a/content/matnwb/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "MatNWB" -description: "MATLAB library for reading and writing NWB files" ---- - -MatNWB is a MATLAB library for reading and writing NWB files. \ No newline at end of file diff --git a/layouts/matnwb/list.html b/layouts/matnwb/list.html deleted file mode 100644 index 2cb615c..0000000 --- a/layouts/matnwb/list.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ define "main" }} -{{/* Hero Section */}} -
-

{{ .Title | markdownify }}

-
- -
-
-{{/* End Hero Section */}} - -
-
- {{ .Content }} -
-
-{{ end }} \ No newline at end of file