Enable or Disable Rating¶
The star rating is enabled by default. You can disable the star rating by configuring the userTheme.js
file.
The userTheme.js
file has all the parameters defining the look and feel of the developer portal. To learn more about userTheme.js
refer here.
-
Open the
<API-M_HOME>/repository/deployment/server/webapps/devportal/site/public/theme/userTheme.js
file in a text editor and set thethemes.light.custom.social.showRating
attribute tofalse
if you want to disable the star rating. -
Refresh the Developer Portal to view the changes.