We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad1da3 commit 14d087cCopy full SHA for 14d087c
src/routes/stats/npm/-comparisons.ts
@@ -403,5 +403,34 @@ export function getPopularComparisons(): z.input<
403
},
404
],
405
406
+ {
407
+ title: 'Documentation',
408
+ packageGroups: [
409
410
+ packages: [{ name: 'vitepress' }],
411
+ color: '#a8b1ff',
412
+ },
413
414
+ packages: [{ name: '@docusaurus/core' }],
415
+ color: '#21b091',
416
417
418
+ packages: [{ name: 'vocs' }],
419
+ color: '#0090ff',
420
421
422
+ packages: [{ name: '@astrojs/starlight' }],
423
+ color: '#f97316',
424
425
426
+ packages: [{ name: 'nextra' }],
427
+ color: '#00CED1',
428
429
430
+ packages: [{ name: 'fumadocs-core' }],
431
+ color: '#DA70D6',
432
433
+ ],
434
435
] as const
436
}
0 commit comments