Skip to content

Commit 358c612

Browse files
committed
Deploy website
Deploy website version based on dfb88a6f7a5da1dbfa528ebd7d56b856e8b3aebe
1 parent c33167a commit 358c612

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/next/rnm-getting-started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
});
6363
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/microsoft/react-native-windows-samples/blob/main/docs/rnm-getting-started.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Get Started with macOS</h1></header><article><div><span><p>This guide will help you get started on setting up your very first React Native for macOS app.</p>
6464
<blockquote>
65-
<p>** Latest stable version available for React Native for macOS is 0.76**</p>
65+
<p>** Please check either <a href="https://www.npmjs.com/package/react-native-macos">NPM</a> or our <a href="https://github.com/microsoft/react-native-macos/releases">Github releases</a> to see our latest release**</p>
6666
</blockquote>
6767
<p>For information around how to set up:</p>
6868
<ul>
6969
<li>React Native for iOS and Android: See <a href="https://reactnative.dev/docs/getting-started">React Native Getting Started Guide</a></li>
7070
<li>React Native for Windows: See <a href="https://microsoft.github.io/react-native-windows/docs/getting-started">React Native for Windows Getting Started Guide</a></li>
7171
</ul>
7272
<h2><a class="anchor" aria-hidden="true" id="install-react-native-for-macos"></a><a href="#install-react-native-for-macos" 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>Install React Native for macOS</h2>
73-
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.76.0</code></p>
74-
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.76</span>
73+
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.78.0</code></p>
74+
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.78</span>
7575
</code></pre>
7676
<h3><a class="anchor" aria-hidden="true" id="navigate-into-this-newly-created-directory"></a><a href="#navigate-into-this-newly-created-directory" 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>Navigate into this newly created directory</h3>
7777
<p>Once your project has been initialized, React Native will have created a new sub directory where all your generated files live.</p>

docs/next/rnm-getting-started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
});
6363
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/microsoft/react-native-windows-samples/blob/main/docs/rnm-getting-started.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Get Started with macOS</h1></header><article><div><span><p>This guide will help you get started on setting up your very first React Native for macOS app.</p>
6464
<blockquote>
65-
<p>** Latest stable version available for React Native for macOS is 0.76**</p>
65+
<p>** Please check either <a href="https://www.npmjs.com/package/react-native-macos">NPM</a> or our <a href="https://github.com/microsoft/react-native-macos/releases">Github releases</a> to see our latest release**</p>
6666
</blockquote>
6767
<p>For information around how to set up:</p>
6868
<ul>
6969
<li>React Native for iOS and Android: See <a href="https://reactnative.dev/docs/getting-started">React Native Getting Started Guide</a></li>
7070
<li>React Native for Windows: See <a href="https://microsoft.github.io/react-native-windows/docs/getting-started">React Native for Windows Getting Started Guide</a></li>
7171
</ul>
7272
<h2><a class="anchor" aria-hidden="true" id="install-react-native-for-macos"></a><a href="#install-react-native-for-macos" 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>Install React Native for macOS</h2>
73-
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.76.0</code></p>
74-
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.76</span>
73+
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.78.0</code></p>
74+
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.78</span>
7575
</code></pre>
7676
<h3><a class="anchor" aria-hidden="true" id="navigate-into-this-newly-created-directory"></a><a href="#navigate-into-this-newly-created-directory" 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>Navigate into this newly created directory</h3>
7777
<p>Once your project has been initialized, React Native will have created a new sub directory where all your generated files live.</p>

docs/rnm-getting-started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
});
6363
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/microsoft/react-native-windows-samples/blob/main/docs/rnm-getting-started.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Get Started with macOS</h1></header><article><div><span><p>This guide will help you get started on setting up your very first React Native for macOS app.</p>
6464
<blockquote>
65-
<p>** Latest stable version available for React Native for macOS is 0.76**</p>
65+
<p>** Please check either <a href="https://www.npmjs.com/package/react-native-macos">NPM</a> or our <a href="https://github.com/microsoft/react-native-macos/releases">Github releases</a> to see our latest release**</p>
6666
</blockquote>
6767
<p>For information around how to set up:</p>
6868
<ul>
6969
<li>React Native for iOS and Android: See <a href="https://reactnative.dev/docs/getting-started">React Native Getting Started Guide</a></li>
7070
<li>React Native for Windows: See <a href="https://microsoft.github.io/react-native-windows/docs/getting-started">React Native for Windows Getting Started Guide</a></li>
7171
</ul>
7272
<h2><a class="anchor" aria-hidden="true" id="install-react-native-for-macos"></a><a href="#install-react-native-for-macos" 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>Install React Native for macOS</h2>
73-
<p>Remember to call <code>react-native init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.71.0</code></p>
74-
<pre><code class="hljs">npx react-<span class="hljs-symbol">native@</span>latest init &lt;projectName&gt; --version <span class="hljs-number">0.76</span><span class="hljs-number">.0</span>
73+
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.78.0</code></p>
74+
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.78</span>
7575
</code></pre>
7676
<h3><a class="anchor" aria-hidden="true" id="navigate-into-this-newly-created-directory"></a><a href="#navigate-into-this-newly-created-directory" 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>Navigate into this newly created directory</h3>
7777
<p>Once your project has been initialized, React Native will have created a new sub directory where all your generated files live.</p>

docs/rnm-getting-started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
});
6363
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/microsoft/react-native-windows-samples/blob/main/docs/rnm-getting-started.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Get Started with macOS</h1></header><article><div><span><p>This guide will help you get started on setting up your very first React Native for macOS app.</p>
6464
<blockquote>
65-
<p>** Latest stable version available for React Native for macOS is 0.76**</p>
65+
<p>** Please check either <a href="https://www.npmjs.com/package/react-native-macos">NPM</a> or our <a href="https://github.com/microsoft/react-native-macos/releases">Github releases</a> to see our latest release**</p>
6666
</blockquote>
6767
<p>For information around how to set up:</p>
6868
<ul>
6969
<li>React Native for iOS and Android: See <a href="https://reactnative.dev/docs/getting-started">React Native Getting Started Guide</a></li>
7070
<li>React Native for Windows: See <a href="https://microsoft.github.io/react-native-windows/docs/getting-started">React Native for Windows Getting Started Guide</a></li>
7171
</ul>
7272
<h2><a class="anchor" aria-hidden="true" id="install-react-native-for-macos"></a><a href="#install-react-native-for-macos" 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>Install React Native for macOS</h2>
73-
<p>Remember to call <code>react-native init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.71.0</code></p>
74-
<pre><code class="hljs">npx react-<span class="hljs-symbol">native@</span>latest init &lt;projectName&gt; --version <span class="hljs-number">0.76</span><span class="hljs-number">.0</span>
73+
<p>Remember to call <code>@react-native-community/cli init</code> from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use <code>^0.78.0</code></p>
74+
<pre><code class="hljs">npx <span class="hljs-meta">@react</span>-<span class="hljs-keyword">native</span>-community/cli <span class="hljs-keyword">init</span> &lt;projectName&gt; --version <span class="hljs-number">0.78</span>
7575
</code></pre>
7676
<h3><a class="anchor" aria-hidden="true" id="navigate-into-this-newly-created-directory"></a><a href="#navigate-into-this-newly-created-directory" 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>Navigate into this newly created directory</h3>
7777
<p>Once your project has been initialized, React Native will have created a new sub directory where all your generated files live.</p>

0 commit comments

Comments
 (0)