docs: change the order of groups in contributors page (#29553)
Put "Collaborators" before "GDE", since they are semantically closer to the core team. PR Close #29553
This commit is contained in:
parent
4b2407a4db
commit
799a5a4915
|
@ -10,7 +10,7 @@ import { Contributor, ContributorGroup } from './contributors.model';
|
|||
import { CONTENT_URL_PREFIX } from 'app/documents/document.service';
|
||||
|
||||
const contributorsPath = CONTENT_URL_PREFIX + 'contributors.json';
|
||||
const knownGroups = ['Angular', 'GDE'];
|
||||
const knownGroups = ['Angular', 'Collaborators', 'GDE'];
|
||||
|
||||
@Injectable()
|
||||
export class ContributorService {
|
||||
|
|
Loading…
Reference in New Issue