dillon1000/react

Commit

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
Browse files
Changed paths242 files
First-parent comparison
M docs/Gemfile ModifiedM docs/Gemfile.lock ModifiedM docs/_config.yml ModifiedM docs/_layouts/default.html ModifiedM docs/_plugins/authors.rb ModifiedM docs/docs/01-why-react.de-DE.md ModifiedM docs/docs/01-why-react.it-IT.md ModifiedM docs/docs/01-why-react.ja-JP.md ModifiedM docs/docs/01-why-react.ko-KR.md ModifiedM docs/docs/01-why-react.md ModifiedM docs/docs/01-why-react.zh-CN.md ModifiedM docs/docs/02-displaying-data.it-IT.md ModifiedM docs/docs/02-displaying-data.ja-JP.md ModifiedM docs/docs/02-displaying-data.ko-KR.md ModifiedM docs/docs/02-displaying-data.md ModifiedM docs/docs/02-displaying-data.zh-CN.md ModifiedM docs/docs/02.1-jsx-in-depth.it-IT.md ModifiedM docs/docs/02.1-jsx-in-depth.ja-JP.md ModifiedM docs/docs/02.1-jsx-in-depth.ko-KR.md ModifiedM docs/docs/02.1-jsx-in-depth.md ModifiedM docs/docs/02.1-jsx-in-depth.zh-CN.md ModifiedM docs/docs/02.2-jsx-spread.it-IT.md ModifiedM docs/docs/02.2-jsx-spread.ja-JP.md ModifiedM docs/docs/02.2-jsx-spread.ko-KR.md ModifiedM docs/docs/02.2-jsx-spread.md ModifiedM docs/docs/02.2-jsx-spread.zh-CN.md ModifiedM docs/docs/02.3-jsx-gotchas.it-IT.md ModifiedM docs/docs/02.3-jsx-gotchas.ja-JP.md ModifiedM docs/docs/02.3-jsx-gotchas.ko-KR.md ModifiedM docs/docs/02.3-jsx-gotchas.md ModifiedM docs/docs/02.3-jsx-gotchas.zh-CN.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.it-IT.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.ja-JP.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.ko-KR.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.zh-CN.md ModifiedM docs/docs/04-multiple-components.it-IT.md ModifiedM docs/docs/04-multiple-components.ja-JP.md ModifiedM docs/docs/04-multiple-components.ko-KR.md ModifiedM docs/docs/04-multiple-components.md ModifiedM docs/docs/04-multiple-components.zh-CN.md ModifiedM docs/docs/05-reusable-components.it-IT.md ModifiedM docs/docs/05-reusable-components.ja-JP.md ModifiedM docs/docs/05-reusable-components.ko-KR.md ModifiedM docs/docs/05-reusable-components.md ModifiedM docs/docs/05-reusable-components.zh-CN.md ModifiedM docs/docs/06-transferring-props.it-IT.md ModifiedM docs/docs/06-transferring-props.ja-JP.md ModifiedM docs/docs/06-transferring-props.ko-KR.md ModifiedM docs/docs/06-transferring-props.md ModifiedM docs/docs/06-transferring-props.zh-CN.md ModifiedM docs/docs/07-forms.it-IT.md ModifiedM docs/docs/07-forms.ja-JP.md ModifiedM docs/docs/07-forms.ko-KR.md ModifiedM docs/docs/07-forms.md ModifiedM docs/docs/07-forms.zh-CN.md ModifiedM docs/docs/08-working-with-the-browser.it-IT.md ModifiedM docs/docs/08-working-with-the-browser.ja-JP.md ModifiedM docs/docs/08-working-with-the-browser.ko-KR.md ModifiedM docs/docs/08-working-with-the-browser.md ModifiedM docs/docs/08-working-with-the-browser.zh-CN.md ModifiedM docs/docs/08.1-more-about-refs.it-IT.md ModifiedM docs/docs/08.1-more-about-refs.ja-JP.md ModifiedM docs/docs/08.1-more-about-refs.ko-KR.md ModifiedM docs/docs/08.1-more-about-refs.md ModifiedM docs/docs/08.1-more-about-refs.zh-CN.md ModifiedM docs/docs/09-tooling-integration.it-IT.md ModifiedM docs/docs/09-tooling-integration.ja-JP.md ModifiedM docs/docs/09-tooling-integration.ko-KR.md ModifiedM docs/docs/09-tooling-integration.md ModifiedM docs/docs/09-tooling-integration.zh-CN.md ModifiedM docs/docs/09.1-language-tooling.md ModifiedM docs/docs/09.2-package-management.md ModifiedM docs/docs/09.3-environments.md ModifiedM docs/docs/10-addons.it-IT.md ModifiedM docs/docs/10-addons.ja-JP.md ModifiedM docs/docs/10-addons.ko-KR.md ModifiedM docs/docs/10-addons.md ModifiedM docs/docs/10-addons.zh-CN.md ModifiedM docs/docs/10.1-animation.it-IT.md ModifiedM docs/docs/10.1-animation.ja-JP.md ModifiedM docs/docs/10.1-animation.ko-KR.md ModifiedM docs/docs/10.1-animation.md ModifiedM docs/docs/10.1-animation.zh-CN.md ModifiedM docs/docs/10.10-shallow-compare.md ModifiedM docs/docs/10.10-shallow-compare.zh-CN.md ModifiedM docs/docs/10.2-form-input-binding-sugar.it-IT.md ModifiedM docs/docs/10.2-form-input-binding-sugar.ja-JP.md ModifiedM docs/docs/10.2-form-input-binding-sugar.ko-KR.md ModifiedM docs/docs/10.2-form-input-binding-sugar.md ModifiedM docs/docs/10.2-form-input-binding-sugar.zh-CN.md ModifiedM docs/docs/10.3-class-name-manipulation.it-IT.md ModifiedM docs/docs/10.3-class-name-manipulation.ja-JP.md ModifiedM docs/docs/10.3-class-name-manipulation.ko-KR.md ModifiedM docs/docs/10.3-class-name-manipulation.md ModifiedM docs/docs/10.3-class-name-manipulation.zh-CN.md ModifiedM docs/docs/10.4-test-utils.it-IT.md ModifiedM docs/docs/10.4-test-utils.ja-JP.md ModifiedM docs/docs/10.4-test-utils.ko-KR.md ModifiedM docs/docs/10.4-test-utils.md ModifiedM docs/docs/10.4-test-utils.zh-CN.md ModifiedM docs/docs/10.5-clone-with-props.it-IT.md ModifiedM docs/docs/10.5-clone-with-props.ja-JP.md ModifiedM docs/docs/10.5-clone-with-props.ko-KR.md ModifiedM docs/docs/10.5-clone-with-props.md ModifiedM docs/docs/10.5-clone-with-props.zh-CN.md ModifiedM docs/docs/10.6-create-fragment.it-IT.md ModifiedM docs/docs/10.6-create-fragment.ja-JP.md ModifiedM docs/docs/10.6-create-fragment.ko-KR.md ModifiedM docs/docs/10.6-create-fragment.md ModifiedM docs/docs/10.6-create-fragment.zh-CN.md ModifiedM docs/docs/10.7-update.it-IT.md ModifiedM docs/docs/10.7-update.ja-JP.md ModifiedM docs/docs/10.7-update.ko-KR.md ModifiedM docs/docs/10.7-update.md ModifiedM docs/docs/10.7-update.zh-CN.md ModifiedM docs/docs/10.8-pure-render-mixin.it-IT.md ModifiedM docs/docs/10.8-pure-render-mixin.ja-JP.md ModifiedM docs/docs/10.8-pure-render-mixin.ko-KR.md ModifiedM docs/docs/10.8-pure-render-mixin.md ModifiedM docs/docs/10.8-pure-render-mixin.zh-CN.md ModifiedM docs/docs/10.9-perf.it-IT.md ModifiedM docs/docs/10.9-perf.ja-JP.md ModifiedM docs/docs/10.9-perf.ko-KR.md ModifiedM docs/docs/10.9-perf.md ModifiedM docs/docs/10.9-perf.zh-CN.md ModifiedM docs/docs/11-advanced-performance.it-IT.md ModifiedM docs/docs/11-advanced-performance.ja-JP.md ModifiedM docs/docs/11-advanced-performance.ko-KR.md ModifiedM docs/docs/11-advanced-performance.md ModifiedM docs/docs/12-context.ko-KR.md ModifiedM docs/docs/12-context.md ModifiedM docs/docs/12-context.zh-CN.md ModifiedM docs/docs/complementary-tools.it-IT.md ModifiedM docs/docs/complementary-tools.ko-KR.md ModifiedM docs/docs/complementary-tools.md ModifiedM docs/docs/complementary-tools.zh-CN.md ModifiedM docs/docs/conferences.it-IT.md ModifiedM docs/docs/conferences.ko-KR.md ModifiedM docs/docs/conferences.md ModifiedM docs/docs/conferences.zh-CN.md ModifiedM docs/docs/examples.it-IT.md ModifiedM docs/docs/examples.ko-KR.md ModifiedM docs/docs/examples.md ModifiedM docs/docs/examples.zh-CN.md ModifiedM docs/docs/flux-overview.it-IT.md ModifiedM docs/docs/flux-overview.ko-KR.md ModifiedM docs/docs/flux-overview.md ModifiedM docs/docs/flux-overview.zh-CN.md ModifiedM docs/docs/flux-todo-list.it-IT.md ModifiedM docs/docs/flux-todo-list.ko-KR.md ModifiedM docs/docs/flux-todo-list.md ModifiedM docs/docs/flux-todo-list.zh-CN.md ModifiedM docs/docs/getting-started.it-IT.md ModifiedM docs/docs/getting-started.ja-JP.md ModifiedM docs/docs/getting-started.ko-KR.md ModifiedM docs/docs/getting-started.zh-CN.md ModifiedM docs/docs/ref-01-top-level-api.it-IT.md ModifiedM docs/docs/ref-01-top-level-api.ja-JP.md ModifiedM docs/docs/ref-01-top-level-api.ko-KR.md ModifiedM docs/docs/ref-01-top-level-api.md ModifiedM docs/docs/ref-01-top-level-api.zh-CN.md ModifiedM docs/docs/ref-02-component-api.it-IT.md ModifiedM docs/docs/ref-02-component-api.ko-KR.md ModifiedM docs/docs/ref-02-component-api.md ModifiedM docs/docs/ref-02-component-api.zh-CN.md ModifiedM docs/docs/ref-03-component-specs.it-IT.md ModifiedM docs/docs/ref-03-component-specs.ko-KR.md ModifiedM docs/docs/ref-03-component-specs.md ModifiedM docs/docs/ref-03-component-specs.zh-CN.md ModifiedM docs/docs/ref-04-tags-and-attributes.it-IT.md ModifiedM docs/docs/ref-04-tags-and-attributes.ko-KR.md ModifiedM docs/docs/ref-04-tags-and-attributes.md ModifiedM docs/docs/ref-04-tags-and-attributes.zh-CN.md ModifiedM docs/docs/ref-05-events.it-IT.md ModifiedM docs/docs/ref-05-events.ko-KR.md ModifiedM docs/docs/ref-05-events.md ModifiedM docs/docs/ref-05-events.zh-CN.md ModifiedM docs/docs/ref-06-dom-differences.it-IT.md ModifiedM docs/docs/ref-06-dom-differences.ko-KR.md ModifiedM docs/docs/ref-06-dom-differences.md ModifiedM docs/docs/ref-06-dom-differences.zh-CN.md ModifiedM docs/docs/ref-07-special-non-dom-attributes.it-IT.md ModifiedM docs/docs/ref-07-special-non-dom-attributes.ko-KR.md ModifiedM docs/docs/ref-07-special-non-dom-attributes.md ModifiedM docs/docs/ref-07-special-non-dom-attributes.zh-CN.md ModifiedM docs/docs/ref-08-reconciliation.it-IT.md ModifiedM docs/docs/ref-08-reconciliation.ko-KR.md ModifiedM docs/docs/ref-08-reconciliation.md ModifiedM docs/docs/ref-09-webcomponents.md ModifiedM docs/docs/ref-09-webcomponents.zh-CN.md ModifiedM docs/docs/ref-10-glossary.it-IT.md ModifiedM docs/docs/ref-10-glossary.ko-KR.md ModifiedM docs/docs/ref-10-glossary.md ModifiedM docs/docs/ref-10-glossary.zh-CN.md ModifiedM docs/docs/thinking-in-react.ko-KR.md ModifiedM docs/docs/tutorial.ja-JP.md ModifiedM docs/docs/tutorial.ko-KR.md ModifiedM docs/docs/videos.it-IT.md ModifiedM docs/docs/videos.ko-KR.md ModifiedM docs/docs/videos.md ModifiedM docs/docs/videos.zh-CN.md ModifiedM docs/tips/01-introduction.ja-JP.md ModifiedM docs/tips/01-introduction.ko-KR.md ModifiedM docs/tips/01-introduction.md ModifiedM docs/tips/02-inline-styles.ko-KR.md ModifiedM docs/tips/02-inline-styles.md ModifiedM docs/tips/03-if-else-in-JSX.ko-KR.md ModifiedM docs/tips/03-if-else-in-JSX.md ModifiedM docs/tips/04-self-closing-tag.ja-JP.md ModifiedM docs/tips/04-self-closing-tag.ko-KR.md ModifiedM docs/tips/04-self-closing-tag.md ModifiedM docs/tips/05-maximum-number-of-jsx-root-nodes.ko-KR.md ModifiedM docs/tips/05-maximum-number-of-jsx-root-nodes.md ModifiedM docs/tips/06-style-props-value-px.ko-KR.md ModifiedM docs/tips/06-style-props-value-px.md ModifiedM docs/tips/07-children-props-type.ko-KR.md ModifiedM docs/tips/07-children-props-type.md ModifiedM docs/tips/08-controlled-input-null-value.ko-KR.md ModifiedM docs/tips/08-controlled-input-null-value.md ModifiedM docs/tips/09-componentWillReceiveProps-not-triggered-after-mounting.ko-KR.md ModifiedM docs/tips/09-componentWillReceiveProps-not-triggered-after-mounting.md ModifiedM docs/tips/10-props-in-getInitialState-as-anti-pattern.ko-KR.md ModifiedM docs/tips/10-props-in-getInitialState-as-anti-pattern.md ModifiedM docs/tips/11-dom-event-listeners.ko-KR.md ModifiedM docs/tips/11-dom-event-listeners.md ModifiedM docs/tips/12-initial-ajax.ko-KR.md ModifiedM docs/tips/12-initial-ajax.md ModifiedM docs/tips/13-false-in-jsx.ko-KR.md ModifiedM docs/tips/13-false-in-jsx.md ModifiedM docs/tips/14-communicate-between-components.ko-KR.md ModifiedM docs/tips/14-communicate-between-components.md ModifiedM docs/tips/15-expose-component-functions.ko-KR.md ModifiedM docs/tips/15-expose-component-functions.md ModifiedM docs/tips/16-references-to-components.ko-KR.md ModifiedM docs/tips/16-references-to-components.md ModifiedM docs/tips/17-children-undefined.ko-KR.md ModifiedM docs/tips/17-children-undefined.md ModifiedM docs/tips/18-use-react-with-other-libraries.ko-KR.md ModifiedM docs/tips/18-use-react-with-other-libraries.md ModifiedM docs/tips/19-dangerously-set-inner-html.ko-KR.md ModifiedM docs/tips/19-dangerously-set-inner-html.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…