hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
62 stars 15 forks source link

Backlink on a backlink preview seems broken #20

Closed zubayrrr closed 3 years ago

zubayrrr commented 3 years ago

image

eg: the "hello world" has a backlink to "graph view" which should take to /features/graph-view but instead it takes to /graph-vew

this is only happening on backlink previews

another eg:

image

should take to /examples/syntax-highlight but instead takes to /syntax-highlight

thank you

hikerpig commented 3 years ago

I will look into all your issues tomorrow 。◕‿◕。.

hikerpig commented 3 years ago

This is partially fixed in v0.7.4, the link resolving is OK now. But the wiki link title inside the popover (nested topics) is not very well supported. Guess I will need some rewrite of the graphql query to support this nested lookup. Let's push it to the next version.

zubayrrr commented 3 years ago

@hikerpig Thank you 🙏🏽