Skip to content

Commit

Permalink
add comment on theme query option
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Sep 13, 2024
1 parent b478a67 commit 136335a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/tutorial-view/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ export async function getTutorialPagePaths(): Promise<TutorialPagePaths[]> {
* for the beta products.
*
* @TODO once we implement the `theme` query option, remove the theme filtering
* Addendum 2024-09-13: the `theme` query option is already implemented
* for the learn-api route `/product/<identifier>/collections`... but maybe
* we intend to use the `/collections` learn-api route instead, which
* doesn't yet have the `theme` query option implemented.
* https://app.asana.com/0/1201903760348480/1201932088801131/f
*/
const isCloud = productSlugFromCollection == 'cloud'
Expand Down

0 comments on commit 136335a

Please sign in to comment.