Update docs to reflect new overflow menu on user profile
What does this MR do and why?
For #414773 (closed)
Document moving user profile options into an overflow menu.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable
user_profile_overflow_menu_vue
feature flagbin/rails console
Feature.enable(:user_profile_overflow_menu_vue)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.