Open
Description
During user testing, multiple users had trouble getting back to documentation they had just been reading. It would be nice if we had a "Recent Pages" or "Recently Viewed" sidebar that would show the last handful of pages that you've read.
Here is an example flow where this would have been useful.
- User is on the API docs page
- User wants to read more about StacheElement
- User sees "lifecycle methods" in the sidebar and clicks through to initialize, connectedCallback, and connect
- User wants to see a more advanced example that uses
connect
and clicks Guides - User clicks on the CTA Bus Map guide
- User reads through some of the guide and sees it is using
connected() {}
here - User wants to go back to the
connect
API docs they were just reading to see if this is the same thing, but can't find where they were reading aboutconnect