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
2016-07-19 12:18:49 -07:00
Paul O’Shannessy
8aeb39240c
Add redirect layout (again) and use it
2016-02-29 16:48:09 -08:00
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
2014-08-13 11:40:14 -07:00
Paul O’Shannessy
ecee471132
Move complementary tools to wiki for easier management.
2014-04-07 12:56:38 -07:00
Pascal Hartig
c01a0f3c76
Add missing backtick in complementary-tools.md
2014-03-02 22:10:24 +00:00
Ville Immonen
0a498244b0
Merge the lists of JSX integrations in the docs.
...
There were these two lists of JSX tools at Complimentary Tools
and Tooling Integration, that were a bit out of sync with each other.
Bring them together and add a link to the former from the latter.
2014-03-01 16:50:40 +02:00
Pete Hunt
4a33e5fce4
Update complementary-tools.md
2014-02-25 17:01:00 -08:00
Cheng Lou
36e14d6b4c
[Docs] Consolidate the two examples sections
...
Also made the formatting more consistent between complementary-tools and
examples.
2014-02-23 18:58:28 -08:00
Andrey Popp
3e3aeea9f5
docs: update link for react-async
2014-02-21 18:30:19 +04:00
Andrey Popp
0d7176ea2d
docs: update react-router-component link
2014-02-21 15:51:27 +04:00
martinandert
3cf33ace63
complementary-tools repo owner changed
2014-02-19 09:34:33 +01:00
Pete Hunt
e7b7977827
Update complementary-tools.md
2014-02-17 10:42:09 -08:00
Pete Hunt
afceffa5b6
Update complementary-tools.md
2014-02-17 10:41:48 -08:00
Dustin Getz
a1161bc4f7
Add wingspan-forms to complimentary tools docs
2014-02-17 11:48:42 -06:00
Pete Hunt
4b15d91b39
Update complementary-tools.md
2014-02-16 12:11:54 -08:00
Pete Hunt
2d19930eba
Update complementary-tools.md
2014-02-10 21:16:13 -08:00
Pete Hunt
d44d9470ad
Update complementary-tools.md
2014-02-10 10:37:59 -08:00
Pete Hunt
56d8adf475
Update complementary-tools.md
2014-02-09 19:18:11 -08:00
imagentleman
57e5bfdfc3
Docs: Fixed reference to unreachable url.
2014-02-06 21:32:30 -05:00
Jared Forsyth
2ea59e9eaf
adding a link to react-router
2014-02-02 01:23:12 -07:00
petehunt
c07c43b202
add example apps page
2014-02-01 18:11:00 -08:00
petehunt
22d23865a4
Add a complementary tools page
2014-02-01 17:43:56 -08:00