Kevin Lacker
aa9544bfac
New Documentation
8 years ago
Daniel Lo Nigro
d457201862
Upgrade to Jekyll 3
Full list of changes is at https://jekyllrb.com/docs/upgrading/2-to-3/ . The tl;dr of it is:
- Relative permalinks were removed, so all the files in the `docs` subdirectory need their permalink to be prefixed with `docs/`
- `post` and `page` types were renamed to `posts` and `pages` respectively
- `jekyll-paginate`, `pygments` and `redcarpet` are all now optional, so I needed to explicitly add it to the Gemfile. Jekyll now uses `rouge` rather than `pygments` for syntax highlighting, but rouge does not support highlighting individual lines (`hl_lines`) so we need to continue using Pygments.
- Layout metadata (eg. `sectionid`) is now on a `layout` variable rather than `page`
Tested the following pages and confirmed that they all work:
- "Docs" link (getting started page): http://127.0.0.1:4000/react/docs/getting-started.html
- Downloads: http://127.0.0.1:4000/react/downloads.html
- Tutorial: http://127.0.0.1:4000/react/docs/tutorial.html
- A few pages under the "docs" subdirectory, to confirm they're working properly:
- http://127.0.0.1:4000/react/docs/addons.html
- http://127.0.0.1:4000/react/docs/why-react.html
- http://127.0.0.1:4000/react/docs/create-fragment.html
- A few tips:
- http://127.0.0.1:4000/react/tips/false-in-jsx.html
- http://127.0.0.1:4000/react/tips/style-props-value-px.html
- Non-English versions of the page:
- http://127.0.0.1:4000/react/docs/getting-started-it-IT.html
- http://127.0.0.1:4000/react/docs/getting-started-ja-JP.html
9 years ago
Paul O’Shannessy
fa3067460b
[docs] fixup other broken youtube-nocookie uses
9 years ago
Arkist
814973f33a
Update Korean translation to 84af306
9 years ago
Shim Won
e8612cd732
Update Korean translation to 991c437
10 years ago
Reed Loden
dd010b34e2
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
10 years ago
Shim Won
621cea1f3a
Update Korean translation to b3c75d8
10 years ago
Jay Jaeho Lee
9fd9487df1
Revise Korean translations
10 years ago
Shim Won
1a9906f7b0
Update docs to v0.13.0-beta.2
- Up to 5126cee
10 years ago
Lee Jaeyoung
4277b57ebe
translate videos.md
10 years ago
Henry Zhu
7cfc1de1bb
Add React.js Conf Keynote talk (with playlist)
10 years ago
Rick Beerendonk
2e4f81f4ab
Add Conferences section to the Community Resources on the website
10 years ago
Blaine Hatab
6aa8db4048
Screencast interfacing react + backbone
10 years ago
Andres Suarez
37361bf079
Add SSR at SoundCloud talk
10 years ago
Rick Beerendonk
affffb40e2
Update video.md with Forward JS 2014 talk
Added "React and Flux: Building Applications with a Unidirectional Data Flow" by Bill Fisher and Jing Chen.
10 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Ben Alpert
ab95bebaa3
Fix appearance of video thumbnail
11 years ago
Areeb Malik
4ed020201f
Update videos.md
reordering to spot #4
11 years ago
Areeb Malik
8abb619d62
Update videos.md
Adding video for my recent talk in London about using React in large scale applications
11 years ago
Ben Alpert
707c2e40bb
Fix tagtree.tv link
Fixes #1697 .
11 years ago
Alexander Solovyov
2b32c2b618
better talk in russian
11 years ago
Paul O’Shannessy
404286b4a6
Title case on videos page
11 years ago
Niklas Boström
569de8e7f6
Embed video from F8
Edited in githubs inline editor. Not tested!
11 years ago
hendrik swanepoel
f40ada2216
Fixed a couple of issues with link to tagtree.tv video
11 years ago
hendrik swanepoel
00e7f0888f
link to tagtree 'Thinking in React' video
11 years ago
Pete Hunt
bbb9f4118b
Update videos.md
11 years ago
Jeff Barczewski
23f5b4ab1d
add CodeWinds episode 4 w/Pete Hunt to videos
Added to videos.md
11 years ago
petehunt
d9efc5aa57
Add thinking in react to the official docs
11 years ago
Pete Hunt
259200cc77
Update videos.md
There is a better video clip for the Meteor devshop
11 years ago
Stoyan
c61ad04ead
Update videos.md
11 years ago
petehunt
22d23865a4
Add a complementary tools page
11 years ago
Pete Hunt
3191fb3d76
Update videos.md
11 years ago
petehunt
ce5990eda4
Add link to meteor talk
11 years ago
Vjeux
8d938e4a32
Add a talks section to the docs
11 years ago