Dan Abramov
dd65dcac3b
Move beta to top level
2 years ago
dan
4c2503a83e
Move the old site to another repo ( #5739 )
* Delete the old site from this repo
* Remove old GH workflow
* Remove other files
2 years ago
Strek
cd1b0dfed9
Changed the version generation script to update vercel.json instead of _redirects ( #4136 )
* Changed the version generation script to update vercel.json instead of _redirects
* Fix prettier failures
* Expected to return a value at the end of async function 'writeRedirectsFile'
* Add same script for beta as well
* Fixes review comments
* Fixes formatting in old site
3 years ago
Eric Cheng
4cd92f8353
chore: remove unused dep to fix lint warning ( #4115 )
3 years ago
Brian Vaughn
17eae3952d
Fix "master" to "main" renaming mistakes ( #3770 )
4 years ago
Brian Vaughn
d456dfbd29
Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
4 years ago
Dan Abramov
02df22a20f
Fix redirects ( #3516 )
4 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
Fran Zekan
91ffdb0812
Upgrade to Node 12 LTS ( #2831 )
* Upgrade to node 12 LTS
* Run prettier
5 years ago
Soichiro Miki
16515ce4b9
Replace keys when inserting style/script tags
6 years ago
Soichiro Miki
e74a555db7
Implement custom-id syntax on headings
6 years ago
Soichiro Miki
add50079b1
Port external gatsby-remark-autolink-headers plugin
6 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
Michał Gołębiowski-Owczarek
06a8850b2f
HTTPS-ify lots of URLs, update some to their newer homes ( #1157 )
This matters for user security.
I didn't touch blog posts & pages related to past conferences.
The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
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
88bf29d3f3
Added 16.3 changelog to version links
7 years ago
Brian Vaughn
6c094ab192
Minor tidying up of the gatsby-transformer-versions-yaml plugin
7 years ago
Brian Vaughn
48a92c592e
Moved versions control into versions.yml and Gatsby plug-in
7 years ago
Brian Vaughn
bb55d1083b
Re-ran Prettier after version bump
7 years ago
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
7 years ago
Brian Vaughn
a3e7c8b7ed
Added gatsby-remark-babel-repl-link plug-in
7 years ago
Brian Vaughn
d743b1c6ed
gatsby-remark-codepen-examples supports 'directory' option
7 years ago
Brian Vaughn
17a126e5e1
Replaced console.log with console.error
7 years ago
Brian Vaughn
3f6854d081
Changed Codepen link protocol from 'codepen:' to 'codepen://' for improved clarity
7 years ago
Brian Vaughn
b9616f1bdf
Added check to ensure linked Codepen file exists
7 years ago
Brian Vaughn
6fd0d7950e
Added custom remark transform for Codepen example links
7 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
Brian Vaughn
867022ab16
Make gatsby-source-react-error-codes plugin fail harder
7 years ago
Brian Vaughn
8d54bd01a3
Prettier formatted flow-typed and plugins dirs
7 years ago
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
7 years ago