From f7808cec6f29a89719a770574a903a9cbc759f0b Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 26 Jul 2023 10:59:52 -0400 Subject: [PATCH 1/2] Update config.yaml Adjust Hugo configuration to point updated "Improve this page" link on the footer of website, closes #13. --- src/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yaml b/src/config.yaml index 91b7cf3f..82ac4a75 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -31,7 +31,7 @@ params: header: project_shortname: "OSCAL" project_name: "OSCAL: the Open Security Controls Assessment Language" - page_repo_path: https://github.com/usnistgov/OSCAL/tree/main/docs/content + page_repo_path: https://github.com/usnistgov/OSCAL-Pages/tree/main/src/content # ** Change this on release *** contentRepoPath: https://github.com/usnistgov/oscal-content/tree/master searchAffiliate: oscal From a478d06a868a9af56feb0d802c95955e8aa7f826 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 26 Jul 2023 14:55:05 -0400 Subject: [PATCH 2/2] Update target branch given PR feedback. --- src/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yaml b/src/config.yaml index 82ac4a75..edaf337b 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -31,7 +31,7 @@ params: header: project_shortname: "OSCAL" project_name: "OSCAL: the Open Security Controls Assessment Language" - page_repo_path: https://github.com/usnistgov/OSCAL-Pages/tree/main/src/content + page_repo_path: https://github.com/usnistgov/OSCAL-Pages/tree/develop/src/content # ** Change this on release *** contentRepoPath: https://github.com/usnistgov/oscal-content/tree/master searchAffiliate: oscal