Perspective Groups
Perspectives can be grouped together to save space on the perspective tab:
To place a perspective in a group, prepend the perspective name with the group name and two forward slashes (//) like so:
perspectives: - name: Group name//Perspective name ...
Create nested group structures by using multiple group names and double-forward-slashes:
perspectives: - name: Group name//Sub-group Name//Perspective name ...