From be8a36104fe8ba8dfadf84ca0f918c7ed4e6b49f Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Mon, 5 Feb 2024 16:11:20 -0500 Subject: [PATCH 1/5] sync changes --- _layouts/default.html | 1 + assets/tablelink.js | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 assets/tablelink.js diff --git a/_layouts/default.html b/_layouts/default.html index aaf447b..f6485ba 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,6 +30,7 @@ +
diff --git a/assets/tablelink.js b/assets/tablelink.js new file mode 100644 index 0000000..11dc2a3 --- /dev/null +++ b/assets/tablelink.js @@ -0,0 +1,7 @@ +const tableRows = document.querySelectorAll(".table-clickable tbody tr"); + +for (const tableRow of tableRows) { + tableRow.addEventListener("click", function () { + window.open(this.dataset.href, "_blank"); + }); +} \ No newline at end of file From 5500c303d12fedd95038f950fc979310bdfdea43 Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Mon, 5 Feb 2024 16:11:20 -0500 Subject: [PATCH 2/5] sync changes --- _layouts/default.html | 1 + assets/tablelink.js | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 assets/tablelink.js diff --git a/_layouts/default.html b/_layouts/default.html index aaf447b..f6485ba 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,6 +30,7 @@ +
diff --git a/assets/tablelink.js b/assets/tablelink.js new file mode 100644 index 0000000..11dc2a3 --- /dev/null +++ b/assets/tablelink.js @@ -0,0 +1,7 @@ +const tableRows = document.querySelectorAll(".table-clickable tbody tr"); + +for (const tableRow of tableRows) { + tableRow.addEventListener("click", function () { + window.open(this.dataset.href, "_blank"); + }); +} \ No newline at end of file From 6eef8da3130219d707963a8d55c91d0f62dab722 Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Mon, 5 Feb 2024 16:35:55 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e7de5..44cac52 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ and Google Source - Content Center +Content Center Ansible Private Cloud - 301 From 269ffac5b782d479128ebc6d514fb040d5ead36e Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Mon, 5 Feb 2024 16:46:22 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44cac52..ee45103 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,11 @@ and Google Source Content Center + +Ansible Terraform Collection and Provider Overview +Google Source +Coming soon! + @@ -396,6 +401,7 @@ and Google Source Coming soon! + Ansible Lightspeed Sales Enablement Overview Google Source Coming soon! From 93a628712a44cb91906743f409e31a0cf7cb647f Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Mon, 5 Feb 2024 16:52:10 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee45103..9640829 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ -Nov 1st, 2023 - Deck: Ansible Lightspeed Content Kit +February 5 - 9, 2024 : Cisco Live EMEA 2024 -Nov 1st, 2023 - Video: Getting started: Red Hat Ansible Lightspeed with IBM watsonx Code Assistant +January 22nd, 2024 - The Ansible Automation Platform Roadmap