chore: change github activity view to notification
This commit is contained in:
parent
680928cce6
commit
a3454ed515
|
|
@ -12,7 +12,7 @@ export const route: Route = {
|
|||
maintainers: ['hyoban'],
|
||||
example: '/github/activity/DIYgod',
|
||||
categories: ['programming', 'popular'],
|
||||
view: ViewType.Articles,
|
||||
view: ViewType.Notifications,
|
||||
parameters: {
|
||||
user: 'GitHub username',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export const route: Route = {
|
|||
path: '/trending/:since/:language/:spoken_language?',
|
||||
categories: ['programming', 'popular'],
|
||||
example: '/github/trending/daily/javascript/en',
|
||||
view: ViewType.Articles,
|
||||
view: ViewType.Notifications,
|
||||
parameters: {
|
||||
since: {
|
||||
description: 'time range',
|
||||
|
|
|
|||
Loading…
Reference in New Issue