Deploy website

Deploy website version based on 7529d09f2e
This commit is contained in:
Website Deployment Script
2018-06-26 22:09:16 +00:00
parent 7529d09f2e
commit 3ed8c074e7
11121 changed files with 25828 additions and 15815 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
<li><a href="/react-native/docs/testing#ios">iOS</a></li>
<li><a href="/react-native/docs/testing#apple-tv">Apple TV</a></li>
<li><a href="/react-native/docs/testing#end-to-end-tests">End-to-end tests</a></li>
<li><a href="/react-native/docs/testing#updating-the-documentation">Updating the Documentation</a></li>
<li><a href="/react-native/docs/testing#website">Website</a></li>
</ul>
<h2><a class="anchor" aria-hidden="true" id="javascript"></a><a href="#javascript" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>JavaScript</h2>
<h3><a class="anchor" aria-hidden="true" id="jest"></a><a href="#jest" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Jest</h3>
@@ -60,7 +60,7 @@ $ npm run flow
javac <span class="hljs-number">1.8</span><span class="hljs-number">.0</span>_111
</code></pre>
<p>The version string <code>1.8.x_xxx</code> corresponds to JDK 8.</p>
<p>You also need to install the <a href="https://buckbuild.com/setup/install.html">Buck build tool</a>. Note that brew may not install the version needed to run the tests. For best results, use the same version as the GitHub builds, which can be found in the <code>.circleci</code> folder in the root of the repo.</p>
<p>You also need to install the <a href="https://buckbuild.com/setup/install.html">Buck build tool</a>.</p>
<p>To run the Android unit tests:</p>
<pre><code class="hljs">$ cd react-native
$ ./scripts/run-android-local-unit-tests.sh