From 1fabcea7c57a56dd6653184bb4eaa0b3c1b7cda8 Mon Sep 17 00:00:00 2001 From: Peter Brightwell Date: Tue, 3 Sep 2024 16:06:01 +0100 Subject: [PATCH] Fix lint --- .render/README.md | 1 + .render/themes.md | 13 +++++++++++++ README.md | 2 +- themes.md | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .render/README.md create mode 100644 .render/themes.md diff --git a/.render/README.md b/.render/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.render/README.md @@ -0,0 +1 @@ + diff --git a/.render/themes.md b/.render/themes.md new file mode 100644 index 0000000..8c021ee --- /dev/null +++ b/.render/themes.md @@ -0,0 +1,13 @@ +# NMOS Specifications by Theme + +The tables below are organised by theme. To see them organised by id, click [here](..) + +{% for theme in site.data.themes %} + +### {{ theme.name }} + +{{ theme.description}} + +{% include specs_by_theme_table.html filter_theme=theme.id show_releases=true %} + +{% endfor %} diff --git a/README.md b/README.md index bc7a264..81ab6f2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The tables below list the current specifications and provide links to their docu The [NMOS API Testing Tool](https://specs.amwa.tv/nmos-testing) supports the majority of these specifications. -The tables below are organised by specification type. To see them organised by themes, click [here](themes.html) +The tables below are organised by specification type. To see them organised by themes, click [here](themes.md) ### [NMOS Interface Specifications (IS)](is/) diff --git a/themes.md b/themes.md index afe2988..869ac62 100644 --- a/themes.md +++ b/themes.md @@ -1,6 +1,6 @@ # NMOS Specifications by Theme -The tables below are organised by theme. To see them organised by id, click [here](index.html) +The tables below are organised by theme. To see them organised by id, click [here](.) {% for theme in site.data.themes %}