From bd0244dddedd3e2aad7542eb6c2b3a2bc199434b Mon Sep 17 00:00:00 2001 From: Peter Brightwell Date: Thu, 24 Aug 2023 17:53:44 +0100 Subject: [PATCH] Rename to BCP-007-01 --- .render/_config.yml | 4 ++-- README.md | 6 +++--- docs/Overview.md | 2 +- spec.yml | 14 +++++++------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.render/_config.yml b/.render/_config.yml index 625a032..0ff07a8 100644 --- a/.render/_config.yml +++ b/.render/_config.yml @@ -5,10 +5,10 @@ plugins: spec_server: specs.amwa.tv # AMWA ID -amwa_id: BCP-NMOS-NDI +amwa_id: bcp-007-01 # Base name for site (typically lower case version of AMWA ID, or the repo name) -baseurl: /bcp-nmos-ndi +baseurl: /bcp-007-01 # Which release or branch appears in header links and on the home page default_tree: branches/v1.0-dev # alternatively e.g. releases/v1.0 diff --git a/README.md b/README.md index a6d739f..e3a001d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# \[Work In Progress\] AMWA NMOS With NDI +# \[Work In Progress\] AMWA BCP-007-01: NMOS With NDI -[![Lint Status](https://github.com/AMWA-TV/bcp-nmos-ndi/workflows/Lint/badge.svg)](https://github.com/AMWA-TV/bcp-nmos-ndi/actions?query=workflow%3ALint) -[![Render Status](https://github.com/AMWA-TV/bcp-nmos-ndi/workflows/Render/badge.svg)](https://github.com/AMWA-TV/bcp-nmos-ndi/actions?query=workflow%3ARender) +[![Lint Status](https://github.com/AMWA-TV/bcp-007-01/workflows/Lint/badge.svg)](https://github.com/AMWA-TV/bcp-007-01/actions?query=workflow%3ALint) +[![Render Status](https://github.com/AMWA-TV/bcp-007-01/workflows/Render/badge.svg)](https://github.com/AMWA-TV/bcp-007-01/actions?query=workflow%3ARender) This repository holds the source for this Specification, part of the family of [Networked Media Open Specifications](https://specs.amwa.tv/nmos) from the [Advanced Media Workflow Association](https://amwa.tv) diff --git a/docs/Overview.md b/docs/Overview.md index 949ddb9..856f144 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -1,4 +1,4 @@ -# AMWA BCP-NMOS-NDI: NMOS With NDI +# AMWA BCP-007-01: NMOS With NDI {:.no_toc} - A markdown unordered list which will be replaced with the ToC, excluding the "Contents header" from above diff --git a/spec.yml b/spec.yml index c304c61..87ed2c7 100644 --- a/spec.yml +++ b/spec.yml @@ -1,10 +1,10 @@ -amwa_id: BCP-NMOS-NDI -url: https://specs.amwa.tv/bcp-nmos-ndi +amwa_id: BCP-007-01 +url: https://specs.amwa.tv/bcp-007-01 name: NMOS With NDI status: Work In Progress -repo_name: bcp-nmos-ndi -alt_repo_name: nmos-bcp-nmos-ndi -repo_url: https://github.com/AMWA-TV/bcp-nmos-ndi +repo_name: bcp-007-01 +alt_repo_name: bcp-nmos-ndi +repo_url: https://github.com/AMWA-TV/bcp-007-01 releases: -default_branch: main -show_in_index: false +default_branch: v1.0-dev +show_in_index: true