Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
7 years ago
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
8aeb39240c
Add redirect layout (again) and use it
9 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Paul O’Shannessy
ecee471132
Move complementary tools to wiki for easier management.
11 years ago
Pascal Hartig
c01a0f3c76
Add missing backtick in complementary-tools.md
11 years ago
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.
11 years ago
Pete Hunt
4a33e5fce4
Update complementary-tools.md
11 years ago
Cheng Lou
36e14d6b4c
[Docs] Consolidate the two examples sections
Also made the formatting more consistent between complementary-tools and
examples.
11 years ago
Andrey Popp
3e3aeea9f5
docs: update link for react-async
11 years ago
Andrey Popp
0d7176ea2d
docs: update react-router-component link
11 years ago
martinandert
3cf33ace63
complementary-tools repo owner changed
11 years ago
Pete Hunt
e7b7977827
Update complementary-tools.md
11 years ago
Pete Hunt
afceffa5b6
Update complementary-tools.md
11 years ago
Dustin Getz
a1161bc4f7
Add wingspan-forms to complimentary tools docs
11 years ago
Pete Hunt
4b15d91b39
Update complementary-tools.md
11 years ago
Pete Hunt
2d19930eba
Update complementary-tools.md
11 years ago
Pete Hunt
d44d9470ad
Update complementary-tools.md
11 years ago
Pete Hunt
56d8adf475
Update complementary-tools.md
11 years ago
imagentleman
57e5bfdfc3
Docs: Fixed reference to unreachable url.
11 years ago
Jared Forsyth
2ea59e9eaf
adding a link to react-router
11 years ago
petehunt
c07c43b202
add example apps page
11 years ago
petehunt
22d23865a4
Add a complementary tools page
11 years ago