Mik Watkins

Results 8 comments of Mik Watkins

Hello, can I be assigned to this? And can you help clarify if these the steps I need to follow to fix the missing itemLink?: https://github.com/brittanyrw/emojiscreen/blob/main/docs/github_ui_walkthrough.md Thank you!

Thank you, @brittanyrw ! Will start working on it and send the PR for your approval when ready

There's an option to add a vertical timeline in [Docusaurus with MDX](https://www.reddit.com/r/reactjs/comments/116rpt2/vertical_timeline_within_a_docusaurus_doc_page_md/). It's not as zazzy, but might be a possible option. Here's a link to the [sample timeline](https://www.npmjs.com/package/react-vertical-timeline-component).

Hi @Abhijay007 , I can try to submit an initial draft History page with the template to see if it works out. I'm not familiar with MDX and React, so...

Hi @Abhijay007 Here's an initial view of the History page: https://github.com/uptane/uptane.github.io/assets/63586831/bd6bdf19-d2f2-40ff-a018-863ba4fa0ee8 - Some things I'm not yet sure how to do with the mdx/react: - How to change the timeline...

Ok, will wait for feedback on it. Thanks! Hi @jhdalek5, yes, users can scroll and read through the milestones at their preferred pace.

Hi @Abhijay007 ...I'm not very familiar with how to implement this with Docusaurus, is it a matter of adding the separate CSS, HTML, and JS files into the docs or...

> you can use JSX in mdx itself, you just need to convert those HTML and JS files into JSX and need to create a component out of it, or...