Skip to content

Commit ebc1502

Browse files
Merge branch 'main' into learning-path/litespark-inference
2 parents 0e67e48 + e840ab4 commit ebc1502

256 files changed

Lines changed: 11534 additions & 1557 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.

.github/skills/learning-path-structure-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use this skill when a Learning Path needs a structural review. Focus on whether
1010
## Workflow
1111

1212
1. Identify the Learning Path directory and read the relevant Markdown files together.
13-
2. State the owned developer task in one sentence. If the task is unclear, too broad, or split across unrelated goals, flag it.
13+
2. Summarize the developer task owned by LP in one sentence. If the task is unclear, too broad, or split across unrelated goals, flag it.
1414
3. Check the required file shape:
1515
- The Learning Path has an `_index.md` file.
1616
- The Learning Path has an `_next-steps.md` file.

.github/skills/markdown-component-edit/references/component-patterns.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,28 @@ Rules:
8686
- Keep each tab roughly comparable in length and detail.
8787
- Avoid hiding critical sequential instructions inside tabs unless the user chooses one path.
8888

89+
## Mathematical expressions
8990

91+
Use `\(...\)` to display a mathematical expression inline.
92+
93+
For example:
94+
95+
```md
96+
\(\sqrt{re^2 + im^2}\)
97+
```
98+
99+
Use `$$...$$` or `\[...\]` to display a mathematical expression in a block.
100+
101+
For example:
102+
103+
```md
104+
$$re_{new} = re_z^2 - im_z^2 + re_c$$
105+
```
106+
107+
or
108+
109+
```md
110+
\[
111+
re_{new} = re_z^2 - im_z^2 + re_c
112+
\]
113+
```

.github/skills/seo-geo-aeo-review/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ For focused front matter `description` edits only, use `.github/skills/metadata-
2323

2424
## Workflow
2525

26+
On any given page:
27+
2628
1. Identify the target content type and target developer intent.
27-
2. Read the title, front matter description, headings, introduction, prerequisites, main task flow, validation, conclusion, and further reading. If you've previously read a page, use context and don't re-read it unless there's a change since the last read.
28-
3. State the page's owned task in one sentence. If the task is unclear or too broad, flag it.
29+
2. Read the title, front matter description, headings, introduction, prerequisites, main task flow, validation, conclusion, and further reading. If you've previously read the page, use context and don't re-read it unless asked to.
30+
3. Summarize the page's owned task in one sentence. If the task is unclear or too broad, flag it.
2931
4. Review SEO signals:
3032
- The title is task-led and includes the main technology, platform, or tool.
3133
- The `description` is one concise sentence that states the task, context, and outcome.

.github/skills/writing-style-review/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Use this skill for granular prose, voice, readability, terminology, and style re
1010
## Workflow
1111

1212
1. Identify the target file, section, or selected text.
13-
2. Read surrounding context so style edits preserve the author's intent and the technical flow. If you've previously read the page, use context and don't re-read it unless there's a change since the last read.
13+
2. Read surrounding context so style edits preserve the author's intent and the technical flow. If you've previously read the page, use context and don't re-read it unless asked to.
1414
3. Review the target against the guidelines defined in this skill.
1515
4. Depending on request type, do the following:
16-
- For review requests, report high-impact style issues by file and line when possible.
16+
- For review requests, report style issues by file and line when possible, ordered by severity.
1717
- For edit requests, make focused rewrites, then re-open changed sections to check Markdown, shortcodes, links, and code fences.
1818

1919
## Voice and tone
2020

2121
- Use second person: `you` and `your` for Learning Path summaries, Learning Path content, install guide content, answers to FAQs, and metadata descriptions. Avoid first person for these content types.
22-
- Use first person: `I` and `we` for FAQs.
22+
- Use first person: `I` for FAQ questions only.
2323
- Use active voice.
2424
- Use present tense for descriptions.
2525
- Use imperative mood for commands.

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ jobs:
6868

6969
# Builds arm-software-developer repo
7070
- name: Build
71-
run: hugo --minify
71+
run: |
72+
if [ "${{ inputs.target }}" = "dev" ]; then
73+
hugo --minify --config config.toml,config.internal.toml
74+
else
75+
hugo --minify --config config.toml,config.production.toml
76+
fi
7277
env:
7378
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
7479
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}

.wordlist.txt

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6450,3 +6450,159 @@ boundedness
64506450
cbf
64516451
dda
64526452
efe
6453+
ArgumentParser
6454+
ArmCcaBootSync
6455+
ArmVirtPkg
6456+
BeautifulSoup
6457+
BootSync
6458+
Chadha
6459+
Cryptsetup
6460+
CycloneDX
6461+
Deduplicate
6462+
GCM
6463+
GenPd
6464+
Grainge
6465+
HKDF
6466+
IDF
6467+
ImageSharp
6468+
InitRD
6469+
Jaidev
6470+
LUKS
6471+
MLA
6472+
Makefile’s
6473+
Minecraft
6474+
Mojang
6475+
Neary
6476+
NextToken
6477+
PgBouncer
6478+
RPV
6479+
ReadyToRun
6480+
SBOM
6481+
SDK’s
6482+
SecureBoot
6483+
Serper
6484+
SixLabors
6485+
VMM
6486+
aac
6487+
aaff
6488+
abad
6489+
abb
6490+
adcee
6491+
aea
6492+
aece
6493+
aeffccb
6494+
afb
6495+
afbfc
6496+
afcd
6497+
afcebb
6498+
afd
6499+
analysed
6500+
argparse
6501+
autovacuum
6502+
bac
6503+
bca
6504+
bcd
6505+
bdbf
6506+
bdde
6507+
bdf
6508+
bedc
6509+
bfa
6510+
bfb
6511+
bootaa
6512+
burstier
6513+
cacd
6514+
cbfa
6515+
cefd
6516+
cfce
6517+
cfd
6518+
cff
6519+
cffe
6520+
citext
6521+
cryptomount
6522+
cryptroot
6523+
daadf
6524+
dbbf
6525+
dbbff
6526+
dbe
6527+
dcd
6528+
dcdc
6529+
dced
6530+
ddbaed
6531+
ddc
6532+
debf
6533+
deduplicates
6534+
deduplicating
6535+
deeec
6536+
defc
6537+
devtmpfs
6538+
dfab
6539+
dfd
6540+
eaa
6541+
eabda
6542+
ead
6543+
eaec
6544+
ebbb
6545+
ebbd
6546+
ecd
6547+
edd
6548+
edf
6549+
efa
6550+
efbecf
6551+
efecb
6552+
efi
6553+
Makefile’s
6554+
SDK’s
6555+
amazonlinux
6556+
efisecret
6557+
efivar
6558+
efivarfs
6559+
efivars
6560+
fac
6561+
facd
6562+
faef
6563+
fba
6564+
fbbc
6565+
fbca
6566+
fbfaff
6567+
fcc
6568+
fcd
6569+
fdee
6570+
fec
6571+
filedata
6572+
hd
6573+
initrd
6574+
kFjEUDJexI
6575+
keyslot
6576+
keyslots
6577+
kustomize
6578+
makecache
6579+
noarch
6580+
nopCommerce
6581+
nopCommerce's
6582+
nopSolutions
6583+
nopcommerce
6584+
nvoid
6585+
pooler
6586+
retargeting
6587+
rhel
6588+
rstrip
6589+
searchtermautocomplete
6590+
securityfs
6591+
serper
6592+
shm
6593+
sixlabors
6594+
sles
6595+
subagents
6596+
svmla
6597+
unexecuted
6598+
vacc
6599+
vaddvq
6600+
vcn
6601+
vfmaq
6602+
vw
6603+
vx
6604+
wal
6605+
whitespace
6606+
xxxxxxxx
6607+
Makefile’s
6608+
SDK’s

assets/contributors.csv

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ author,company,github,linkedin,twitter,website
22
Jason Andrews,Arm,jasonrandrews,jason-andrews-7b05a8,,
33
Doug Anson,Arm,DougAnsonAustinTx,douganson,,
44
Pareena Verma,Arm,pareenaverma,pareena-verma-7853607,,
5+
Jaidev Singh Chadha,Arm,jaidev17,jaidevsinghchadha,,
56
Ronan Synnott,Arm,,ronansynnott,,
67
Florent Lebeau,Arm,,,,
78
Brenda Strech,Remote.It,bstrech,bstrech,@remote_it,www.remote.it
@@ -88,6 +89,7 @@ Geremy Cohen,Arm,geremyCohen,geremyinanutshell,,
8889
Barbara Corriero,Arm,,,,
8990
Nina Drozd,Arm,NinaARM,ninadrozd,,
9091
Jun He,Arm,JunHe77,jun-he-91969822,,
92+
Henry Wang,Arm,MrXinWang,xin-wang-930b4b141,,
9193
Gian Marco Iodice,Arm,,,,
9294
Aude Vuilliomenet,Arm,,,,
9395
Andrew Kilroy,Arm,,,,
@@ -129,6 +131,7 @@ Anupras Mohapatra,Arm,,,,
129131
Tomas Agustin Gonzalez Orlando,Arm,tgonzalezorlandoarm,tgorlando,,
130132
Jai Adam Schrem,Arm,jai-adam-schrem,jai-adam-s-395bb1233,,
131133
Steve Jordahl,Rafay,,,,
132-
Nii Osae Osae Dade,Mindbeam,StarkOsae,,,
133-
Tony Morri,Mindbeam,tonymindbeamai,,,
134-
Sayandip Pal,Mindbeam,sayandip-pal,,,
134+
Nii Osae Osae Dade,Mindbeam,StarkOsae,,,
135+
Tony Morri,Mindbeam,tonymindbeamai,,,
136+
Sayandip Pal,Mindbeam,sayandip-pal,,,
137+
Dave Neary,Ampere,,,,

assets/css/content-pages.css

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
margin-top: -1px !important;
3333
}
3434
html[theme='dark'] .tab-row {
35-
background-color: var(--arm-black); /* rgba(163, 168, 174,1); #2A2B2D; */
35+
background-color: var(--content-page-surface);
3636
}
3737

3838
.tab-row.active {
@@ -72,7 +72,7 @@ html[theme='dark'] .tab-row.active {
7272

7373
html[theme='dark'] .tab-right-card {
7474
border-color: rgba(163, 168, 174,0.25); /* #A3A8AE at 25% transparency */
75-
background-color: rgb(23,25,27); /* CLOSE to this, but hard coded as they are close to background gradient var(--arm-color-base) at 75% transparency */
75+
background-color: var(--content-page-surface);
7676
}
7777
html[theme='dark'] .tab-right-card.active {
7878
border-color: var(--arm-light-blue);
@@ -88,20 +88,6 @@ html[theme='dark'] .tab-right-card > h6 {
8888
line-height: 1.2;
8989
}
9090

91-
/* Force a 2-line clamp for masthead title */
92-
ads-masthead #ads-masthead-title {
93-
line-height: 1.2;
94-
padding-bottom: 6px;
95-
box-sizing: border-box;
96-
max-height: calc(1.2em * 2 + 8px); /* dyncamically calculate height depending on length of title */
97-
overflow: hidden;
98-
display: -webkit-box;
99-
-webkit-line-clamp: 2;
100-
-webkit-box-orient: vertical;
101-
white-space: normal;
102-
}
103-
104-
10591
/* hover effects */
10692
a:hover {
10793
text-decoration: none; }
@@ -155,7 +141,7 @@ div.github-div {
155141

156142
html[theme='dark'] div.github-div {
157143
border-color: rgba(163, 168, 174,0.25); /* #A3A8AE at 25% transparency */
158-
background-color: rgb(23,25,27);; /* CLOSE to this, but not due to close to gradient background. var(--arm-color-base) at 75% transparency */
144+
background-color: var(--content-page-surface);
159145

160146
}
161147

@@ -185,12 +171,12 @@ ads-card.multi-install-card {
185171
--ads-card-box-shadow-hover: 0 3px 6px 1px rgba(0,0,0,0.16); /* 0 1px 3px 3px rgba(0,0,0,0.25); */
186172
}
187173
html[theme='dark'] ads-card.multi-install-card {
188-
--ads-card-background-color: var(--arm-color-base);
174+
--ads-card-background-color: var(--ads-ui-ink-80);
189175
--ads-card-border-color: #000000;
190176
/*--ads-card-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);*/
191177

192178
/* hover state */
193-
--ads-card-background-color-hover: var(--arm-color-base);
179+
--ads-card-background-color-hover: var(--ads-ui-ink-80);
194180
--ads-card-border-color-hover: transparent;
195181
/*--ads-card-box-shadow-hover: 0 3px 12px rgba(0, 0, 0, 0.5);*/
196182

assets/css/content.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717

1818
/* Box around content (learning paths and tools) */
19+
html[theme="dark"] #main {
20+
--content-page-surface: var(--ads-ui-ink-90);
21+
background-color: var(--ads-ui-ink-100);
22+
}
23+
1924
div.content-box {
2025
padding-left: 16px;
2126
padding-right: 16px;
@@ -28,7 +33,7 @@ div.content-box {
2833
border-radius: 5px;
2934

3035
border-color: rgba(163, 168, 174,0.25); /* #A3A8AE at 25% transparency */
31-
background-color: rgba(31,32,35,0.75); /* var(--arm-color-base) at 75% transparency */
36+
background-color: var(--content-page-surface);
3237
}
3338
html[theme="light"] div.content-box {
3439
background-color: white;

assets/css/context-tables.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ td.nowrap {
55
white-space: nowrap;
66
}
77

8+
.learning-path-metadata .td-metadata-key,
9+
.learning-path-metadata .td-metadata-value {
10+
border-top: 0;
11+
border-bottom: 0;
12+
}
13+
814
.td-metadata-key {
915
height: fit-content;
1016
padding: 0px;

0 commit comments

Comments
 (0)