Skip to content

Commit

Permalink
Merge pull request #503 from zachlasiuk/main
Browse files Browse the repository at this point in the history
updated social message
  • Loading branch information
zachlasiuk authored Sep 27, 2024
2 parents 0a1bbdd + c3c3c7f commit a0cd0a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ function updatePageMetadata(package_dom) {
let pkg_name = package_dom.getAttribute('data-title');
let page_title = pkg_name+" - Ecosystem Dashboard for Arm";
let social_title = pkg_name+" - Ecosystem Dashboard for Arm";
let social_description = pkg_name+" works on Arm servers! Discover the supported versions and getting started resources in the Ecosystem Dashboard for Arm.";
let social_description = pkg_name+" works on Arm Linux servers (Aarch64)! Discover the supported versions and getting started resources in the Software Ecosystem Dashboard for Arm.";
if (!does_it_woa) {
social_description = "View "+pkg_name+" in the Ecosystem Dashboard for Arm and discover if it runs on Arm (and if not, what alternative packages do).";
social_description = "View "+pkg_name+" in the Software Ecosystem Dashboard for Arm and discover if it runs on Arm Linux servers (Aarch64) and alternative packages.";
}
let new_cannonical = 'https://www.arm.com/developer-hub/ecosystem-dashboard?package='+normalizePackageName(pkg_name).replaceAll('(','').replaceAll(')','').replaceAll('__','/');

Expand Down

0 comments on commit a0cd0a1

Please sign in to comment.