Skip to content

Commit

Permalink
navigation wasn't properly pushed for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Dec 24, 2013
1 parent 4cb8bc6 commit 0e32f36
Show file tree
Hide file tree
Showing 43 changed files with 297 additions and 13 deletions.
2 changes: 1 addition & 1 deletion blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2><a class="anchor" name="packaging-react.js"></a>Packaging react.js <a class=
<p>To make <code>react.js</code> available for use client-side, simply add <code>react</code> to your manifest, and declare the variant you&#39;d like to use in your environment. When you use <code>:production</code>, the minified and optimized <code>react.min.js</code> will be used instead of the development version. For example:</p>
<div class="highlight"><pre><code class="ruby language-ruby" data-lang="ruby"><span class="c1"># config/environments/development.rb</span>

<span class="ss">MyApp</span><span class="p">:</span><span class="ss">:Application</span><span class="o">.</span><span class="n">configure</span> <span class="k">do</span>
<span class="no">MyApp</span><span class="o">::</span><span class="no">Application</span><span class="o">.</span><span class="n">configure</span> <span class="k">do</span>
<span class="n">config</span><span class="o">.</span><span class="n">react</span><span class="o">.</span><span class="n">variant</span> <span class="o">=</span> <span class="ss">:development</span>
<span class="c1"># use :production in production.rb</span>
<span class="k">end</span>
Expand Down
2 changes: 1 addition & 1 deletion blog/page3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h2><a class="anchor" name="packaging-react.js"></a>Packaging react.js <a class=
<p>To make <code>react.js</code> available for use client-side, simply add <code>react</code> to your manifest, and declare the variant you&#39;d like to use in your environment. When you use <code>:production</code>, the minified and optimized <code>react.min.js</code> will be used instead of the development version. For example:</p>
<div class="highlight"><pre><code class="ruby language-ruby" data-lang="ruby"><span class="c1"># config/environments/development.rb</span>

<span class="ss">MyApp</span><span class="p">:</span><span class="ss">:Application</span><span class="o">.</span><span class="n">configure</span> <span class="k">do</span>
<span class="no">MyApp</span><span class="o">::</span><span class="no">Application</span><span class="o">.</span><span class="n">configure</span> <span class="k">do</span>
<span class="n">config</span><span class="o">.</span><span class="n">react</span><span class="o">.</span><span class="n">variant</span> <span class="o">=</span> <span class="ss">:development</span>
<span class="c1"># use :production in production.rb</span>
<span class="k">end</span>
Expand Down
7 changes: 7 additions & 0 deletions docs/addons.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/class-name-manipulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/component-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/component-specs.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/displaying-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/dom-differences.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/interactivity-and-dynamic-uis.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/jsx-gotchas.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/jsx-in-depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/more-about-refs.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/multiple-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/reconciliation.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/reusable-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/special-non-dom-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/tags-and-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/tooling-integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/top-level-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
11 changes: 11 additions & 0 deletions docs/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down Expand Up @@ -894,6 +901,10 @@ <h5><a class="anchor" name="callbacks-as-props"></a>Callbacks as props <a class=

<div class="docs-prevnext">

<a class="docs-prev" href="/react/docs/getting-started.html">&larr; Prev</a>


<a class="docs-next" href="/react/docs/videos.html">Next &rarr;</a>

</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/two-way-binding-helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/why-react.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/working-with-the-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Quick Start</h3>

</li>

<li>
<a href="/react/docs/videos.html">
Videos
</a>

</li>

</ul>
</div>

Expand Down
Loading

0 comments on commit 0e32f36

Please sign in to comment.