✨ Add 'Tools' page to the website
See original GitHub issueHello @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:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
couldn’t we render the README as the about page 🤔
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.