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
The `README.md` file with your library will be displayed alongside your library on [daxlib.org](https://daxlib.org/). Its content must follow these guidelines to ensure consistency and to be approved for publication.
13
+
14
+
-**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).
15
+
-**Do not** include images that **imitate**, replicate, or closely resemble **UI elements** from the DAX Lib website.
16
+
-**Do not embed images** or assets as Base64. **Use standard URLs** to reference all media assets.
17
+
- Image **aspect ratio must be preserved**. Prefer specifying only the `width` attribute so the height scales automatically.
18
+
-**Large images** should be **optimized** to maintain reasonable performance.
19
+
-**Do not wrap images in links**. Images must not be clickable or redirect users.
20
+
-**Avoid inline CSS or styling** that overrides global styles (if applicable to your system).
21
+
-**Do not embed iframe** objects.
22
+
23
+
You can include in the `README.md` file a link to a sample file to showcase how to use the functions in your library.
24
+
25
+
If you need a more comprehensive documentation site, consider creating a dedicated documentation website as described in the [Documentation sites](doc-sites.md) section.
0 commit comments