gasket
gasket copied to clipboard
Remove duplicate next link in README
Noticed a duplicate link in the readme that was unnecessary.
Is this auto-generated code, though? I wonder how it got generated as a duplicate.
Sure I'll have a look at that
@jpage-godaddy This should now only generate the one next link. Which I don't see a problem with. Unless having 2 links was done on purpose for express and fastify? But I still don't see a reason to have 2 next links.
@jpage-godaddy This should now only generate the one next link. Which I don't see a problem with. Unless having 2 links was done on purpose for express and fastify? But I still don't see a reason to have 2 next links.
Hm, yeah I didn't notice until now that they had different parents, so they're not really duplicated. When the lifecycle diagram is generated, those two next
entries are both used. It sounds like the script that generates the markdown documentation is the real issue; that needs to do the de-duplication. Finding where that bug in the documentation generation code is would be key here.
Resolved in https://github.com/godaddy/gasket/pull/472