question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

✨ Add 'Tools' page to the website

See original GitHub issue

Hello @carloscuesta 😎!

All the useful tools related to gitmoji are located in a the README. It could be great if we add a dedicated page for them in the website and it’s link near Github and Tweet.

The different tools can be stored in a json file with this structure :

[
  {
    name : string, 
    description : string, 
    links : [
      {
       label : string,
       url : string
      }, 
      ... 
    ]
  }, 
  ... 
]

And then we could just parse it and render a nice list.

What do you think about this idea ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
vhoyercommented, Jul 13, 2020

couldn’t we render the README as the about page 🤔

1reaction
carloscuestacommented, Jul 19, 2020

I think we should enforce a format to avoid having some projects with one link and some others with more than one.

IMHO a single link should be enough since from that link you could add any other links you want.

This would make the list much more consistent for the users that are looking at it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

add_management_page() | Function
Adds a submenu page to the Tools main menu. Contents. Description; Parameters; Return; More Information; Source; Related. Uses. Changelog; User ...
Read more >
What are browser developer tools? - MDN Web Docs - Mozilla
These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and ......
Read more >
Link in bio tool: Everything you are, in one simple link | Linktree
Connect your socials, website, store, videos, music, podcast, events and more. It all comes together in a link in bio landing page designed...
Read more >
9 Tools to Install On Your Website Right Now [AddThis 101]
9 Tools to Install On Your Website Right Now [AddThis 101] · Sharing Sidebar Counters – We've found that having these buttons sit...
Read more >
Framer: Ship sites with style
Framer's canvas is incredible for web design. Create web pages with text, links, media, and animations—no code needed. Ready to ship? Publish your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found