hasura / gatsby-gitbook-starter

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
https://hasura.io/learn/graphql/react/introduction/
MIT License
983 stars 378 forks source link

src/components/sidebar/index.js:ListItem does not use target="_blank" but probably should #59

Closed aappddeevv closed 4 years ago

aappddeevv commented 4 years ago

The icon for additional links in the sidebar indicates that the link would open in a new tab. But the definition of ListItem does not indicate this. Perhaps it should be an option or it should default to opening with target="_blank". The other option is to use a GatsbyLink instead of ListItem in case the link is to another part of the site or to an external destination.