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: _mydocs/contribute/readme-guidelines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The `README.md` file with your library will be displayed alongside your library
16
16
-**Keep the structure simple and organized**. Use clear headings, bullet points, and logical sections for easy reading.
17
17
-**External links** are permitted only if they are safe and trustworthy. All links will be verified using Google Safe Browsing (https://transparencyreport.google.com/safe-browsing/search).
18
18
-**Do not** include images that **imitate**, replicate, or closely resemble **UI elements** from the DAX Lib website.
19
-
-**Do not embed images** or assets as Base64. **Use standard URLs**to reference all media assets.
19
+
-**Use publicly accessible and stable external URLs**for all media assets. Assets URLs must not point to images or assets included within the library package, as this is not supported. **Do not embed**images or assets as **Base64**.
20
20
- Image **aspect ratio must be preserved**. Prefer specifying only the `width` attribute so the height scales automatically.
21
21
-**Large images** should be **optimized** to maintain reasonable performance.
22
22
-**Do not wrap images in links**. Images must not be clickable or redirect users.
0 commit comments