Skip to content

Commit 863ab10

Browse files
authored
Merge pull request #2992 from ArmDeveloperEcosystem/main
Production update
2 parents eef7c9f + 0188b6a commit 863ab10

140 files changed

Lines changed: 3045 additions & 590 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/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Install guides must include:
7777
- `title`
7878
- `minutes_to_complete`
7979
- `official_docs`
80-
- `author_primary`
80+
- `author`
8181
- `weight: 1`
8282
- `layout: installtoolsall`
8383

.wordlist.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ BMS
573573
BoardRenderer
574574
BoatAttack
575575
Bolt
576+
BOLT
576577
BOLT's
577578
bonza
578579
bool
@@ -601,6 +602,7 @@ brian
601602
brianfrankcooper
602603
Broadcom
603604
Brossard
605+
BRBE
604606
brstack
605607
BSON
606608
bsp
@@ -701,6 +703,7 @@ CDE
701703
CDH
702704
CDK
703705
cdn
706+
cdsort
704707
ce
705708
cea
706709
cebbb
@@ -5826,3 +5829,19 @@ svfloat
58265829
svptrue
58275830
svst
58285831
vexpq
5832+
Agyeman
5833+
ConnMan
5834+
DockerContainer
5835+
Neethu
5836+
PyTest
5837+
Pytest
5838+
Testcontainers
5839+
abcdef
5840+
cdef
5841+
fedcba
5842+
kwargs
5843+
pytest
5844+
reconnection
5845+
stdin
5846+
testcontainers
5847+
ttyUSB

archetypes/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PLACEHOLDER TITLE
33
minutes_to_complete: 10
44
official_docs: PLACEHOLDER LINK
5-
author_primary: PLACEHOLDER NAME
5+
author: PLACEHOLDER NAME
66

77
### FIXED, DO NOT MODIFY
88
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.

archetypes/multi-tool-install-guide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: PLACEHOLDER TITLE
3-
author_primary: PLACEHOLDER NAME
3+
author: PLACEHOLDER NAME
44

55
### FIXED, DO NOT MODIFY
66
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.

archetypes/multi-tool-install-guide/tool-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PLACEHOLDER TOOL 1
33
minutes_to_complete: 10
44
official_docs: PLACEHOLDER LINK
5-
author_primary: PLACEHOLDER NAME
5+
author: PLACEHOLDER NAME
66
weight: 2
77

88
### FIXED, DO NOT MODIFY

archetypes/multi-tool-install-guide/tool-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PLACEHOLDER TOOL 2
33
minutes_to_complete: 10
44
official_docs: PLACEHOLDER LINK
5-
author_primary: PLACEHOLDER NAME
5+
author: PLACEHOLDER NAME
66
weight: 3
77

88
### FIXED, DO NOT MODIFY

assets/contributors.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ Steve Suzuki,Arm,,,,
113113
Qixiang Xu,Arm,,,,
114114
Phalani Paladugu,Arm,phalani-paladugu,phalani-paladugu,,
115115
Richard Burton,Arm,Burton2000,,,
116-
Asier Arranz,NVIDIA,,asierarranz,,asierarranz.com
116+
Asier Arranz,NVIDIA,,asierarranz,,asierarranz.com
117+
Prince Agyeman,Arm,,,,

content/install-guides/asct.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ test_maintenance: false
1717
# No official documentation
1818
official_docs: https://learn.arm.com/install-guides/asct/
1919

20-
author: Jason Andrews
20+
author:
21+
- Jason Andrews
22+
- Prince Agyeman
2123

2224
### PAGE SETUP
2325
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.

content/install-guides/claude-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Here are some example prompts that use the Arm MCP Server tools:
260260

261261
- `Scan my workspace for code that needs updating for Arm compatibility`
262262
- `Check if the postgres:latest container image supports Arm64 architecture`
263-
- `Search the Arm knowledge base for NEON intrinsics examples`
263+
- `Search the Arm knowledge base for Neon intrinsics examples`
264264
- `Find learning resources about migrating from x86 to Arm`
265265
- `Analyze this assembly code for performance on Arm processors`
266266

content/install-guides/github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Example prompts that use the Arm MCP Server:
332332

333333
- `Scan my workspace for code that needs updating for Arm compatibility`
334334
- `Check if the postgres:latest container image supports Arm64 architecture`
335-
- `Search the Arm knowledge base for NEON intrinsics examples`
335+
- `Search the Arm knowledge base for Neon intrinsics examples`
336336
- `Find learning resources about migrating from x86 to Arm`
337337

338338
## Troubleshooting MCP Server connections

0 commit comments

Comments
 (0)