diff --git a/docs/addons-animation.md b/docs/addons-animation.md index abae33397..3cb175173 100644 --- a/docs/addons-animation.md +++ b/docs/addons-animation.md @@ -6,6 +6,10 @@ layout: docs category: Add-Ons prev: addons.html next: create-fragment.html +redirect_from: + - "docs/animation-ja-JP.html" + - "docs/animation-ko-KR.html" + - "docs/animation-zh-CN.html" --- The [`ReactTransitionGroup`](#reacttransitiongroup) add-on component is a low-level API for animation, and [`ReactCSSTransitionGroup`](#reactcsstransitiongroup) is an add-on component for easily implementing basic CSS animations and transitions. diff --git a/docs/components-and-props.md b/docs/components-and-props.md index 0122d3594..150138fb9 100644 --- a/docs/components-and-props.md +++ b/docs/components-and-props.md @@ -4,7 +4,12 @@ title: Components and Props permalink: docs/components-and-props.html redirect_from: - "docs/reusable-components.html" + - "docs/reusable-components-zh-CN.html" - "docs/transferring-props.html" + - "docs/transferring-props-it-IT.html" + - "docs/transferring-props-ja-JP.html" + - "docs/transferring-props-ko-KR.html" + - "docs/transferring-props-zh-CN.html" - "tips/props-in-getInitialState-as-anti-pattern.html" - "tips/communicate-between-components.html" prev: rendering-elements.html diff --git a/docs/forms.md b/docs/forms.md index a2ed12cda..dee0be885 100644 --- a/docs/forms.md +++ b/docs/forms.md @@ -4,7 +4,9 @@ title: Forms permalink: docs/forms.html prev: state-and-lifecycle.html next: lifting-state-up.html -redirect_from: "tips/controlled-input-null-value.html" +redirect_from: + - "tips/controlled-input-null-value.html" + - "docs/forms-zh-CN.html" --- Form components such as ``, `