Skip to content

Commit

Permalink
Themes now have id, name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Sep 3, 2024
1 parent 2bc2687 commit f75c808
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
20 changes: 5 additions & 15 deletions themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@

The tables below are organised by theme. To see them organised by id, click [here](index.html)

### Resource Management
{% for theme in site.data.themes %}

{% include specs_by_theme_table.html filter_theme="RESOURCE" show_releases=true %}
### {{ theme.name }}

### Connection Management
{{ theme.description}}

{% include specs_by_theme_table.html filter_theme="CONNECTION" show_releases=true %}
{% include specs_by_theme_table.html filter_theme=theme.id show_releases=true %}

### Device Configuration

{% include specs_by_theme_table.html filter_theme="CONFIGURATION" show_releases=true %}

### Device Control & Monitoring

{% include specs_by_theme_table.html filter_theme="CONTROL" show_releases=true %}

### Security

{% include specs_by_theme_table.html filter_theme="SECURITY" show_releases=true %}
{% endfor %}
25 changes: 15 additions & 10 deletions themes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: RESOURCE
description: Resource Management
- id: RESOURCE
name: Resource Management
description: Specifications, recommendations and guidance concerning registration, discovery and labelling of NMOS resources
members:
- IS-04
- IS-13
Expand All @@ -8,8 +9,9 @@
- INFO-004
- INFO-005

- name: CONNECTION
description: Connection Management
- id: CONNECTION
name: Connection Management
description: Specifications, recommendations and guidance concerning connection of devices, audio channel mapping and compressed streams
members:
- IS-05
- IS-08
Expand All @@ -20,24 +22,27 @@
- INFO-003
- INFO-005

- name: CONTROL
description: Device Control & Monitoring
- id: CONTROL
name: Device Control & Monitoring
description: Specifications, recommendations and guidance concerning device control and status monitoring
members:
- IS-07
- IS-12
- MS-05-01
- MS-05-02
- BCP-008-01

- name: CONFIGURATION
description: Device Configuration
- id: CONFIGURATION
name: Device Configuration
description: Specifications, recommendations and guidance concerning device and media parameter configuration
members:
- IS-11
- IS-14
- INFO-006

- name: SECURITY
description: Security Recommendatations
- id: SECURITY
name: Security Recommendatations
description: Specifications, recommendations and guidance concerning encryption, authorisation and certificate provisioning
members:
- IS-10
- BCP-003-01
Expand Down

0 comments on commit f75c808

Please sign in to comment.