Eric Cheng
4cd92f8353
chore: remove unused dep to fix lint warning ( #4115 )
3 years ago
Vladimir Razuvaev
81bfee964d
Fix issues on Windows ( #3213 )
* Upgrade gatsby-remark-code-repls
* fix path issue on Windows
Gatsby uses `slash` to normalize paths. Because of this `path.join` causes an issue on Windows
4 years ago
Brian Vaughn
3e4f2687c6
Update copyright headers ( #3086 )
Added and updated copyright headers.
Added some missing Flow types.
Removed an invalid prop-types import.
5 years ago
Dustin Schau
96398fd271
fix: attempt to fix windows issues with example code snippets ( #1385 )
This PR may (!?) fix the issue with windows support the GraphQL query
not running. Will need to be validated by someone on Windows, but this
_seems_ like it'll work.
6 years ago
Dustin Schau
251ef1e752
fix: fix the parent node issue 🎉
6 years ago
Dustin Schau
d83238caf0
feat: get hot reloading working for js code snippets
6 years ago
Dustin Schau
fc0ef96fb6
chore: minor tweaks and run prettier
6 years ago
Dustin Schau
9d6015a871
fix: refactor plugin to use source-filesystem and onCreateNode
6 years ago
Alexander Nanberg
71b03486c0
Upgrade to Gatsby v2 ( #1104 )
* Upgrade to Gatsby v2
* Remove unnecessary polyfills since gatsby already provides them
* Move global styles to gatsby-browser
* Add fb comment and convert to cjs
* Revert to use pageQuery again
* Add back html.js
* Update dependencies
* Move TitleAndMetaTags
* Replace glamor/reset with normalize.css which fixes style order in prod
* Prettier formatting
* Remove unused types
* Remove old layout
* Fix versions link
* Update deps
* Update deps
* Remove hack since it's no longer needed
* Update dependencies
* Fix build error
* Fix prettier config resolution
* Update gatsby
* Remove custom onCreatePage logic
* Update dependencies
* Fix build
* Update dependencies
* prettier formatting
* update dependencies
* add custom babel config for flow
* upgrade dependencies
* update dependencies
* use stable gatsby release
6 years ago
Brian Vaughn
f5aaf4c1b4
Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 years ago