Skip to content

Commit d22b7d4

Browse files
authored
Merge pull request #2920 from ArmDeveloperEcosystem/main
Production update
2 parents 8cc3bc5 + 124f558 commit d22b7d4

191 files changed

Lines changed: 4391 additions & 1104 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.wordlist.txt

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5656,4 +5656,105 @@ actionability
56565656
customizations
56575657
pyaudio
56585658
sounddevice
5659-
webrtcvad
5659+
webrtcvad
5660+
APM
5661+
DevSecOps
5662+
Jaeger
5663+
OTLP
5664+
Opentelemetry
5665+
Trivy
5666+
Zipkin
5667+
azurecompute
5668+
jaeger
5669+
jaegertracing
5670+
opentelemetry
5671+
otel
5672+
techcommunity
5673+
trivy
5674+
vms
5675+
AWSTemplateFormatVersion
5676+
AllowedValues
5677+
BlockDeviceMappings
5678+
BuildHost
5679+
BuildSecurityGroup
5680+
BuildSecurityGroupId
5681+
CidrIp
5682+
DeleteOnTermination
5683+
DeviceName
5684+
Ebs
5685+
EdgeBlox
5686+
Fastpath's
5687+
FastpathHost
5688+
FastpathSecurityGroup
5689+
FastpathSecurityGroupId
5690+
FromPort
5691+
GLDBOX
5692+
GOLDBOX
5693+
GetAtt
5694+
GitLab's
5695+
GoldBox
5696+
GroupDescription
5697+
GroupId
5698+
HasFastpathPeer
5699+
ImageId
5700+
InstanceId
5701+
InstanceType
5702+
IpProtocol
5703+
KeyName
5704+
KeyPair
5705+
KeyPairName
5706+
LTO's
5707+
LatestUbuntuAmiId
5708+
MaxValue
5709+
MicroBoost
5710+
MicroPacFiles
5711+
MinValue
5712+
PlanExec
5713+
PrivateIp
5714+
PublicIp
5715+
ResourceType
5716+
RootFS
5717+
RootVolumeSizeGiB
5718+
SDcard
5719+
SSHAllowedCidr
5720+
SUT's
5721+
SecurityGroup
5722+
SecurityGroupEgress
5723+
SecurityGroupId
5724+
SecurityGroupIds
5725+
SecurityGroupIngress
5726+
SourceSecurityGroupId
5727+
SubnetId
5728+
SutHost
5729+
SutPeerIngress
5730+
SutSecurityGroup
5731+
SutSecurityGroupId
5732+
ToPort
5733+
VNP
5734+
Validator
5735+
VolumeSize
5736+
VolumeType
5737+
VpcId
5738+
cloudformation
5739+
deepsjeng
5740+
downsampling
5741+
ebs
5742+
edgeblox
5743+
fastpath
5744+
hvm
5745+
leela
5746+
mcf
5747+
micropacfile
5748+
partitioner
5749+
practise
5750+
representativeness
5751+
runit
5752+
sda
5753+
sdb
5754+
sg
5755+
ssm
5756+
sut
5757+
swprofiles
5758+
techsupport
5759+
upscaler
5760+
walkthroughs

assets/contributors.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ Yahya Abouelseoud,Arm,,,,
112112
Steve Suzuki,Arm,,,,
113113
Qixiang Xu,Arm,,,,
114114
Phalani Paladugu,Arm,phalani-paladugu,phalani-paladugu,,
115+
Richard Burton,Arm,Burton2000,,,

assets/css/content-pages.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ html[theme='dark'] .tab-right-card > h6 {
6363
font-size:1em;
6464
}
6565

66+
/* Force a 2-line clamp for masthead title */
67+
ads-masthead #ads-masthead-title {
68+
line-height: 1.2;
69+
padding-bottom: 6px;
70+
box-sizing: border-box;
71+
max-height: calc(1.2em * 2 + 8px); /* dyncamically calculate height depending on length of title */
72+
overflow: hidden;
73+
display: -webkit-box;
74+
-webkit-line-clamp: 2;
75+
-webkit-box-orient: vertical;
76+
white-space: normal;
77+
}
6678

6779

6880
/* hover effects */
@@ -268,4 +280,4 @@ html[theme='dark'] .incorrect-explain {color: #e86868} /* 27% lighter than arm's
268280
padding-bottom: 6px;
269281
padding-right: 16px;
270282
font-size: 16px;
271-
}
283+
}

assets/css/cross-page.css

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,18 @@ table tbody td {
209209
/* Fix Masthead Height */
210210
#expanded-masthead {
211211
background-color: transparent;
212-
height: 105px; /* You must set a specified height */
213-
background-position: center; /* Center the image */
214-
background-repeat: no-repeat; /* Do not repeat the image */
215-
background-size: cover; /* Resize the background image to cover the entire container */
216-
border-bottom: 1px solid #303133; /* bottom border across page */
217-
}
218-
@media (max-width: 768px) { /* smaller screens than MD */
219-
#expanded-masthead {
220-
height: 90px; /* You must set a specified height */
221-
}
212+
min-height: 100px; /* Keep baseline height for short titles */
213+
height: auto; /* Allow 2-line titles to expand */
214+
background-position: center;
215+
background-repeat: no-repeat;
216+
background-size: cover;
217+
border-bottom: 1px solid #303133;
218+
}
219+
#expanded-masthead.is-two-lines {
220+
min-height: 160px;
222221
}
222+
223+
223224
/* remove bottom border from ads-masthead component */
224225
ads-masthead {
225226
--ads-masthead-border-bottom-color: transparent;
@@ -452,7 +453,3 @@ html[theme='light'] body {
452453
ads-masthead { --ads-masthead-horizontal-padding: 5px; }
453454
}
454455

455-
456-
457-
458-

content/learning-paths/automotive/tinkerblox_ultraedge/_index.md

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

content/learning-paths/automotive/tinkerblox_ultraedge/background.md

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

0 commit comments

Comments
 (0)