Tan Li Hau
66cc1b0e92
Align the meta title ( #2514 )
5 years ago
Nat Alison
c792f7d29f
Fix eslint errors ( #1734 )
6 years ago
Dustin Schau
7d12082d8b
fix: prevent gatsby file detection from breaking path field ( #1226 )
Fixes #1088
This should fix the path issues that people intermittently run into.
Gatsby sees the relative path (and the parent node with an absolute
path), joins on the parent path and the relative path, and presumes it's
a file... which is normally good, but which here is not what we want
beacuse then we're getting a resolver of type file instead of type
string referring to the relative path of the document.
This seems to fix a (long standing?) bug where the "Edit this Page"
button is broken, as well. e.g. see [this page](https://reactjs.org/community/support.html ) which _should_ have an Edit this Page button
I'd need to think more as to whether there's a cleaner fix here, but
this seems to work pretty well!
6 years ago
Sophie Alpert
a78049a5da
Fix number alignment in sidebar ( #1203 )
![screenshot](https://user-images.githubusercontent.com/6820/46177889-6cf2b480-c269-11e8-8a92-182b3c225e8a.png )
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
Sophie Alpert
0e4f45fa24
–
7 years ago
Alex Krolick
d9cd3e311f
upgrade some gatsby deps
7 years ago
Dan Abramov
17c50df9d9
Explicitly order Main Concepts ( #957 )
7 years ago
raunofreiberg
64805ebf96
fix: append .html extension back to template url after mapping
7 years ago
Rauno
0b5b2c72f4
fix: NavigationFooter links pull paginated title from nav metadata
7 years ago
Sophie Alpert
96010b5d97
Improve a11y of docs
* Add placeholder/label to input on homepage demo
* Mark sections with aria-expanded
![screenshot of markup with aria-expanded for sections](https://user-images.githubusercontent.com/6820/36941651-2f851bee-1f15-11e8-8090-e93e596b3d11.png )
7 years ago
Fredrik Forsmo
a970afa27e
Remove "use strict" from source files
7 years ago
Brian Vaughn
5d0ca1114d
Fix lint warnings
7 years ago
Brian Vaughn
e8f048bb3b
Prettier
7 years ago
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
7 years ago
Brian Vaughn
56735c44a0
Prettier
7 years ago
Brian Vaughn
eb6511a9f5
Tweaked Codepen configuration/options slightly
7 years ago
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
7 years ago
Yangshun Tay
405e7c5166
Fix for comments
7 years ago
Yangshun Tay
60dab3606e
Shift home into pages
7 years ago
Yangshun Tay
1de3b188e7
Embed content into home template
7 years ago
Philipp Spieß
f7ecd81a71
Fix style inconsistency
I discovered this inconsistency that caused the parentheses to appear/disappear when you toggle the "JSX" button. It also seems like we don't use parentheses for arrow functions with one argument, so this PR makes this behavior consistent.
7 years ago
Brian Vaughn
2b44cd3df3
Show Babel load-error message if Babel fails to load from CDN
7 years ago
tricinel
9daf248d21
Move types to separate declaration; related to #24
7 years ago
Brian Vaughn
71bc3d9140
Improved sidebar nav-header focus rect appearance
7 years ago
Eric Simons
d255c1afc6
sync js files to codepen
7 years ago
tricinel
36beba7a9b
Switch to flow types; wip
7 years ago
renanpvaz
ba6a786f4c
simplify placeholder
7 years ago
renanpvaz
36e1185fde
render simple placeholder while Babel loads
7 years ago
Brian Vaughn
7a9f04cad8
Removed MIT section from website source file headers
7 years ago
jxom
4b155a22ed
PR changes
7 years ago
jxom
de3bd87f4b
Added fbjs eslint config, fixed lint errors and warnings
7 years ago
renanpvaz
80b1b83754
linting fixes
7 years ago
renanpvaz
1d48f7574e
load babel only when needed
7 years ago
jxom
15fc32561f
Run check-all script
7 years ago
jxom
e9d0884a43
PR Changes
7 years ago
Brian Vaughn
0e647230e2
Replaced CC-BY 4.0 license in source code headers with MIT
7 years ago
Yangshun Tay
5f804b269d
Standardize license across source files ( #45 )
7 years ago
jxom
94270569a5
Tweak sidebar to update navigation highlight on scroll
7 years ago
Brian Vaughn
c9e1c3b834
Updated license name in headers
7 years ago
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
7 years ago