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
GroupData file contains entries for all the related stuff. And everything inside a group data entry is getting rendered in the sidebar. Some times there are entries under properties and method section lists that are also there in the group data so we see duplicate entries for them.
Solution
Remove entries from related array that have already been covered in previous sidebar sections. Related array should have only distinct entries.
fiji-flo
added
🐛 bug
Something isn't working, or isn't working as expected
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Apr 22, 2024
Overview
The "Related pages for *" section shows link to same entry under "Instance properties" section:
For example following are some of the pages that have this issue:
Problem
GroupData file contains entries for all the related stuff. And everything inside a group data entry is getting rendered in the sidebar. Some times there are entries under properties and method section lists that are also there in the group data so we see duplicate entries for them.
Solution
Remove entries from
related
array that have already been covered in previous sidebar sections. Related array should have only distinct entries.yari/kumascript/macros/APIRef.ejs
Lines 64 to 67 in ee7f9d5
The text was updated successfully, but these errors were encountered: