From 9574e3f486491da01a44e79392a6d808fc77a06d Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 28 Feb 2024 13:20:29 +1100 Subject: [PATCH 1/3] Fix broken internal link --- _faqs/how-to-contribute-devdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_faqs/how-to-contribute-devdoc.md b/_faqs/how-to-contribute-devdoc.md index 3a347e34..e6c09c1d 100644 --- a/_faqs/how-to-contribute-devdoc.md +++ b/_faqs/how-to-contribute-devdoc.md @@ -32,7 +32,7 @@ The set of FAQs are located in the `_faqs` directory, as [explained](/faqs/how-t ## Creating new docs -Follow the FAQs for new [/faqs/#developer-documentation](/faqs/#developer-documentation). +Follow the FAQs section for new [Developer documentation](/faqs/#developer-documentation). ## Raising Jira tickets From 0b80fda3470a52d631604e9eaf4c278730423980 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Wed, 28 Feb 2024 13:20:54 +1100 Subject: [PATCH 2/3] Explain AWS Codebuild new branches --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c9922ae..9153ed83 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ The master branch is automatically deployed as [dev.folio.org](https://dev.folio Other branches are re-built upon push of changes. Follow the GitHub link from the branch's continuous-integration details to view the generated branch site. +**NOTE:** Since May 2023 the AWS Codebuild system has denied building of new branches via the GitHub UI. A new branch can still be created, and used locally, and used for the pull-request. But the ability to view an AWS build of the branch via GitHub is now gone. + ## Additional information Refer to FAQs regarding [Developer documentation](https://dev.folio.org/faqs/#developer-documentation) and [Raising Jira tickets](https://dev.folio.org/faqs/how-to-contribute-devdoc/#raising-jira-tickets). From 4a3e1ac76de7e1941444409aa0c687cb60d78f0b Mon Sep 17 00:00:00 2001 From: dcrossleyau Date: Thu, 29 Feb 2024 00:29:29 +0000 Subject: [PATCH 3/3] Apply automatic changes --- _data/config-apidocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/config-apidocs.json b/_data/config-apidocs.json index 6e05c8af..a9e1b63c 100644 --- a/_data/config-apidocs.json +++ b/_data/config-apidocs.json @@ -1984,7 +1984,7 @@ "apiTypes": [ "RAML" ], - "generator": "api_doc.py 1.5.4" + "generator": "api_doc.py 1.5" }, "name": "okapi", "org": "folio-org"