You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ Read the files in the directory `content/learning-paths/cross-platform/_example-
45
45
46
46
Each Learning Path must have an _index.md file and a _next-steps.md file. The _index.md file contains the main content of the Learning Path. The _next-steps.md file contains links to related content and is included at the end of the Learning Path.
47
47
48
+
Additional resources and 'next steps' content should be placed in the `further_reading` section of `_index.md`, NOT in `_next-steps.md`. The `_next-steps.md` file should remain minimal and unmodified as indicated by "FIXED, DO NOT MODIFY" comments in the template.
49
+
48
50
The _index.md file should contain the following front matter and content sections:
49
51
50
52
Front Matter (YAML format):
@@ -60,6 +62,16 @@ Front Matter (YAML format):
60
62
-`skilllevels`: Skill levels allowed are only Introductory and Advanced
61
63
-`operatingsystems`: Operating systems used, must match the closed list on https://learn.arm.com/learning-paths/cross-platform/_example-learning-path/write-2-metadata/
62
64
65
+
### Further Reading Curation
66
+
67
+
Limit further_reading resources to 4-6 essential links. Prioritize:
68
+
- Direct relevance to the topic
69
+
- Arm-specific Learning Paths over generic external resources
70
+
- Foundation knowledge for target audience
71
+
- Required tools (install guides)
72
+
- Logical progression from basic to advanced
73
+
74
+
Avoid overwhelming readers with too many links, which can cause them to leave the platform.
@@ -205,18 +217,23 @@ Some links are useful in content, but too many links can be distracting and read
205
217
206
218
### Internal links
207
219
208
-
Use a relative path format for internal links that are on learn.arm.com.
209
-
For example, use: descriptive link text pointing to a relative path like learning-paths/category/path-name/
220
+
Use the full path format for internal links: `/learning-paths/category/path-name/` (e.g., `/learning-paths/cross-platform/docker/`). Do NOT use relative paths like `../path-name/`.
0 commit comments