Closed vinayaksh42 closed 3 years ago
Hi, I would like to be assigned to this issue.
@Abiola-Farounbi please go ahead
Thank you, @vinayaksh42, and @Abiola-Farounbi
Let's ensure that the old /books
, /learn
, and /workshops
still work as redirects, too - https://github.com/layer5io/layer5/blob/139a2c3fc241da7a115a3509aedc0654141856fa/gatsby-node.js#L33-L35
Closing with #1466
Description
Incorrect link of books and workshops sections in the navbar under the Learn tab.
Expected Behavior
Link needs to be /learn/service-mesh-books instead of /learn/books similarly for /learn/service-mesh-workshops instead of /learn/workshops
File which is needed to be fixed: https://github.com/layer5io/layer5/blob/layer5-ng/src/sections/General/Navigation/utility/menu-items.js#L95
Contributor Resources The
layer5
repo contains two websites. The current generation and the next-generation of the layer5.io site.If the
layer5-ng
label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under themaster
branch.layer5
contributing instructionsIf the
layer5-ng
label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under thelayer5-ng
branch.layer5-ng
contributing instructions