Skip to content

Commit ee1994b

Browse files
authored
Merge pull request #834 from ArmDeveloperEcosystem/main
Removing test, insights are gathered
2 parents c57cffc + 06040b4 commit ee1994b

4 files changed

Lines changed: 30 additions & 146 deletions

File tree

content/test/_index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/info-top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="c-row">
33
<div class="c-col md:c-col-12 lg:c-col-8 xxl:c-col-9">
44
Migrating your workloads to Arm?
5-
Discover which software packages work on Arm, the supported versions, download links, and quick-start resources.
5+
Discover what software packages work on Arm, the supported versions, download links, and quick-start resources.
66
For more details, read the contribution guidelines on GitHub to understand how packages are added.
77
<br>
88
<span id="tooltip-custom-trigger"><u>Legal disclaimer here.</u></span>

themes/arm-design-system-hugo-theme/layouts/partials/footer/script-includes.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<script type="text/javascript" src="js/eco-dashboard/search.js" defer></script>
2+
<script type="text/javascript" src="js/eco-dashboard/table_functionality.js" defer></script>
3+
<script type="text/javascript" src="js/eco-dashboard/filter-and-navigate-mobile-behavior.js" defer></script>
4+
<script type="text/javascript" src="js/anonymous-analytics.js" defer></script>
5+
6+
7+
<!-- Cookie code -->
8+
9+
<!-- Old cookie code
10+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false" defer></script>
11+
<script type="text/javascript" src="js/cookie-init.js" defer></script>
12+
-->
13+
14+
<!-- OneTrust Cookies Consent Notice start for arm.com -->
15+
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true"
16+
type="text/javascript" charset="UTF-8" data-domain-script="7d663903-ba9e-4bc2-a2f8-5844edbb5408"></script>
17+
<!-- OneTrust Cookies Consent Notice end for arm.com -->
18+
19+
<!-- Blocking functional cookies on demand -->
20+
<script type="text/plain" src="https://reveal.clearbit.com/v1/companies/reveal?authorization=pk_acf6fc4fd7e2fec55c586040e1705149&amp;variable=reveal" async="" class="optanon-category-C0003"></script>
21+
22+
23+
24+
{{/* Causing Errors, even though JS file is present at (and other files)
25+
https://developer.arm.com/ecosystem-dashboard/js/eco-dashboard/search.js resolves
26+
27+
*/}}
28+
{{/*
129
<script type="text/javascript" src='{{ "js/eco-dashboard/search.js" | relURL }}' defer></script>
230
<script type="text/javascript" src='{{ "js/eco-dashboard/table_functionality.js" | relURL }}' defer></script>
331
<script type="text/javascript" src='{{ "js/eco-dashboard/filter-and-navigate-mobile-behavior.js" | relURL }}' defer></script>
@@ -12,3 +40,4 @@
1240

1341
<!-- Blocking functional cookies on demand -->
1442
<script type="text/plain" src="https://reveal.clearbit.com/v1/companies/reveal?authorization=pk_acf6fc4fd7e2fec55c586040e1705149&amp;variable=reveal" async="" class="optanon-category-C0003"></script>
43+
*/}}

themes/arm-design-system-hugo-theme/layouts/test/list.html

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)