You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Thumbprint README.mdx files are the only ones that are not defined in www/src/pages. Instead, they are created dynamically in gatsby-node.js. This complicates our infrastructure and can be simplified now that we've fully adopted MDX.
The proposal is to move all of the README.mdx files into src/www/pages so that each page on the site is represented by a file in src/www/pages that maps to the URL.
The Thumbprint README.mdx files are the only ones that are not defined in
www/src/pages
. Instead, they are created dynamically ingatsby-node.js
. This complicates our infrastructure and can be simplified now that we've fully adopted MDX.The proposal is to move all of the
README.mdx
files intosrc/www/pages
so that each page on the site is represented by a file insrc/www/pages
that maps to the URL.This will allow us to delete this code:
thumbprint/www/gatsby-node.js
Lines 28 to 125 in b802629
The text was updated successfully, but these errors were encountered: