
Opening - I've got a boom arm!

I'm gonna work on the documentation website of Inkdrop

The release notes page doesn't have permalinks for each version

Mission: Make it have a permalink for each page

The website is built with GatsbyJS

The version history is managed on a GitHub repository in YAML

How it's generated in Gatsby

Plan: Get the YAML data and generate pages dynamically

When should the YAML data be loaded?

Define sourceNodes where the data gets loaded

Debugging GraphQL data

Gets frustrated by Gatsby generating image thumbnails

Create pages from nodes

Create a page template for release notes

Got 404 errror

The page template is not working as expected

Thinking of why the manual template is showing instead of the history template

is that humming of FF7 soundtrack ? haha

Realized what's wrong!!!!

Got another error...!

Fixing the GraphQl query error

Found that the GraphQL query is not correct

I don't understand how to get context data 😭
