You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(authors): authors without posts will use their twitter profile instead of their author page used as their link, fixesGoogleChrome#2904 (GoogleChrome#2965)
* fix(authors): authors without posts will use their twitter profile instead of their author page used as their link, fixesGoogleChrome#2904
* refactor: filter for percy in `authorsWithPosts` collection
* @return {Array<{ title: string, href: string, description: string, elements: Array<object>, index: number, pages: number }>} An array where each element is a page with some meta data and n authors for the page.
28
+
* @return {Array<Paginated>} An array where each element is a page with some meta data and n authors for the page.
* @return {Array<{ title: string, href: string, description: string, elements: Array<object>, index: number, pages: number }>} An array where each element is a paged tag with some meta data and n posts for the page.
30
+
* @return {Array<Paginated>} An array where each element is a paged tag with some meta data and n posts for the page.
* Take array of elements and returns an array of paginated pages for the elements.
21
21
* @param {Array<object>} elements Elements to paginate
22
-
* @param {{ title: string, href: string, description: string, tag: string }} additionalData Aditional data that may be relevant to a page.
23
-
* @return {Array<{ title: string, href: string, description: string, tag: string, posts: Array<object>, index: number, pages: number }>} An array of items to display, including href and index.
22
+
* @param {AdditionalData} additionalData Aditional data that may be relevant to a page.
23
+
* @return {Array<Paginated>} An array of items to display, including href and index.
0 commit comments