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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
We'd like to build a page that details the items on our Public Roadmap (https://github.com/orgs/highlight/projects/11) in our own design. I've used Posthog's design as heavy inspiration, so it would be nice if we gave them credit at the bottom of this page.
I've already done some work to embed a react component on one of our docs pages in this branch: jay-khatri-toadmap so that would be a good starting point.
The page will need to pull from our roadmap and I'm proposing that as a v1, we just hardcode all the issue links into a json structure and have some logic that 1) read the issue data from the github API for each link (see here) and spits out a new structure that looks something like:
We'd like to build a page that details the items on our Public Roadmap (https://github.com/orgs/highlight/projects/11) in our own design. I've used Posthog's design as heavy inspiration, so it would be nice if we gave them credit at the bottom of this page.
Here's how it should look: https://www.figma.com/file/lsi5qUTKAKxLv4VQ9K3cDJ/Highlight-%E2%80%93-Site-Build?node-id=4479%3A36840&t=fWpm4r4jqmNt0KoR-11
In terms of the technicals:
jay-khatri-toadmap
so that would be a good starting point.After that, we'll want to pass it down to our MDX component using
scope
(see here)And then we should be able to access the data in the mdx component (e.g. this is done in our react.js guid here)
The text was updated successfully, but these errors were encountered: