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
There are cases where an article should be surfaced in Onboarding as well as another category.
We tested implementation with our current code base by specifying two values in articles header (e.g. category: [onboarding, othercategory]). This was problematic because ordering could not be preserved across categories. We explicitly call out order so the reader is presented information logically.
The way we manage index pages and article headers would need to be altered to accommodate references to a single article in multiple places.
The text was updated successfully, but these errors were encountered:
There are cases where an article should be surfaced in Onboarding as well as another category.
We tested implementation with our current code base by specifying two values in articles header (e.g.
category: [onboarding, othercategory])
. This was problematic because ordering could not be preserved across categories. We explicitly call out order so the reader is presented information logically.The way we manage index pages and article headers would need to be altered to accommodate references to a single article in multiple places.
The text was updated successfully, but these errors were encountered: