From 22f4b042f6b08dc17b0bcff0e2f50766a0dcf1fa Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Wed, 20 Mar 2024 20:55:42 +1100 Subject: [PATCH 1/3] Updated doco link and readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57e49bf05..6767b899c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DEA Knowledge Hub -This is the repository for the [DEA Knowledge Hub](https://knowledge.dea.ga.gov.au/) website. +This is the repository for the [DEA Knowledge Hub](KnowledgeHub) website. (It was previously called 'DEA Docs' or 'dea-docs'.) -It was previously called 'DEA Docs' or 'dea-docs'. +Learn how to edit this content in the [Knowledge Hub documentation](Documentation). + +[KnowledgeHub]: https://knowledge.dea.ga.gov.au/ +[Documentation]: https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html -To contribute content to this site, please follow the [publication process and git workflow](https://geoscienceau.sharepoint.com/:w:/r/sites/DEA/_layouts/15/Doc.aspx?sourcedoc=%7BE75F31A8-1648-4DA3-9E36-9BB8135921B2%7D&file=DEA%20Publication%20Process.docx&action=default&mobileredirect=true). From dbe4721f2fa2faf89bb615a3c00ca69c8d89fefd Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Wed, 20 Mar 2024 21:01:12 +1100 Subject: [PATCH 2/3] Added doco link to PR Preview comment --- .github/workflows/deploy-pr-preview.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index 22b243865..ca7d310f7 100644 --- a/.github/workflows/deploy-pr-preview.yaml +++ b/.github/workflows/deploy-pr-preview.yaml @@ -10,6 +10,7 @@ env: PR_PREVIEW_SUBDOMAIN: pr-${{github.event.pull_request.number}}-preview PR_PREVIEW_DEPLOY_LOG_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} PR_PREVIEW_BUCKET: s3://khpreview.dea.ga.gov.au + PR_PREVIEW_KH_DOCUMENTATION: https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html permissions: id-token: write # For requesting the JWT used by OIDC Authentication @@ -55,6 +56,10 @@ jobs: Deploy log: View the log + + Learn more: + Read the documentation + - name: Checkout repository @@ -108,6 +113,10 @@ jobs: Deploy log: View the log + + Learn more: + Read the documentation + From 59cc8a7de9ce6dbecc20c5d855264a2342d8bc80 Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Wed, 20 Mar 2024 21:12:26 +1100 Subject: [PATCH 3/3] Fixed README links --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6767b899c..148208be5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # DEA Knowledge Hub -This is the repository for the [DEA Knowledge Hub](KnowledgeHub) website. (It was previously called 'DEA Docs' or 'dea-docs'.) +This is the repository for the [DEA Knowledge Hub](https://knowledge.dea.ga.gov.au/) website. (It was previously called 'DEA Docs' or 'dea-docs'.) -Learn how to edit this content in the [Knowledge Hub documentation](Documentation). - -[KnowledgeHub]: https://knowledge.dea.ga.gov.au/ -[Documentation]: https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html +Learn how to edit this content in the [Knowledge Hub documentation](https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html).