mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 13:06:58 +02:00
parent
9dfb67309c
commit
a8e15aeab4
14 changed files with 16 additions and 16 deletions
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
@ -120,7 +120,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum
|
|||
<p>Go ahead and <a href="https://docusaurus.io/docs/en/next/tutorial-publish-site">publish</a> your versioned site with the <code>publish-gh-pages</code> script!</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="wrap-up"></a><a href="#wrap-up" 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>Wrap Up</h2>
|
||||
<p>That's all folks! In this short tutorial, you have experienced how easy it is to create a documentation website from scratch and make versions for them. There are many more things you can do with Docusaurus, such as adding a blog, search and translations. Check out the <a href="https://docusaurus.io/docs/en/next/versioning">Guides</a> section for more.</p>
|
||||
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 8/6/2019 by Jay Martin</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/en/next/tutorial-publish-site"><span class="arrow-prev">← </span><span>Publish the Site</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#releasing-a-version">Releasing a Version</a><ul class="toc-headings"><li><a href="#current-version">Current Version</a></li><li><a href="#next-version">Next Version</a></li><li><a href="#past-versions">Past Versions</a></li></ul></li><li><a href="#wrap-up">Wrap Up</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/docusaurus_monochrome.svg" alt="Docusaurus" width="66" height="58"/></a><div class="footerSection"><h5>Docs</h5><a href="
|
||||
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 10/28/2020 by Bright Egbo</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/en/next/tutorial-publish-site"><span class="arrow-prev">← </span><span>Publish the Site</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#releasing-a-version">Releasing a Version</a><ul class="toc-headings"><li><a href="#current-version">Current Version</a></li><li><a href="#next-version">Next Version</a></li><li><a href="#past-versions">Past Versions</a></li></ul></li><li><a href="#wrap-up">Wrap Up</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/docusaurus_monochrome.svg" alt="Docusaurus" width="66" height="58"/></a><div class="footerSection"><h5>Docs</h5><a href="
|
||||
/docs/en/installation">Getting Started</a><a href="
|
||||
/docs/en/versioning">Versioning</a><a href="
|
||||
/docs/en/translation">Localization</a><a href="
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
@ -120,7 +120,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum
|
|||
<p>Go ahead and <a href="https://docusaurus.io/docs/en/next/tutorial-publish-site">publish</a> your versioned site with the <code>publish-gh-pages</code> script!</p>
|
||||
<h2><a class="anchor" aria-hidden="true" id="wrap-up"></a><a href="#wrap-up" 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>Wrap Up</h2>
|
||||
<p>That's all folks! In this short tutorial, you have experienced how easy it is to create a documentation website from scratch and make versions for them. There are many more things you can do with Docusaurus, such as adding a blog, search and translations. Check out the <a href="https://docusaurus.io/docs/en/next/versioning">Guides</a> section for more.</p>
|
||||
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 8/6/2019 by Jay Martin</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/en/next/tutorial-publish-site"><span class="arrow-prev">← </span><span>Publish the Site</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#releasing-a-version">Releasing a Version</a><ul class="toc-headings"><li><a href="#current-version">Current Version</a></li><li><a href="#next-version">Next Version</a></li><li><a href="#past-versions">Past Versions</a></li></ul></li><li><a href="#wrap-up">Wrap Up</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/docusaurus_monochrome.svg" alt="Docusaurus" width="66" height="58"/></a><div class="footerSection"><h5>Docs</h5><a href="
|
||||
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 10/28/2020 by Bright Egbo</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/en/next/tutorial-publish-site"><span class="arrow-prev">← </span><span>Publish the Site</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#releasing-a-version">Releasing a Version</a><ul class="toc-headings"><li><a href="#current-version">Current Version</a></li><li><a href="#next-version">Next Version</a></li><li><a href="#past-versions">Past Versions</a></li></ul></li><li><a href="#wrap-up">Wrap Up</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/docusaurus_monochrome.svg" alt="Docusaurus" width="66" height="58"/></a><div class="footerSection"><h5>Docs</h5><a href="
|
||||
/docs/en/installation">Getting Started</a><a href="
|
||||
/docs/en/versioning">Versioning</a><a href="
|
||||
/docs/en/translation">Localization</a><a href="
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Supposons que vous soyez satisfait de l'état actuel de la documentation et que vous vouliez la geler comme la documentation v1.0.0. Tout d'abord, vous <code>cd</code> dans le répertoire <code>website</code> et exécutez la commande suivante.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>Cette commande génère un fichier <code>versions.js</code> qui sera utilisé pour lister toutes les versions des documents du projet.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Ensuite, vous exécutez une commande avec la version que vous voulez créer, comme <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Supposons que vous soyez satisfait de l'état actuel de la documentation et que vous vouliez la geler comme la documentation v1.0.0. Tout d'abord, vous <code>cd</code> dans le répertoire <code>website</code> et exécutez la commande suivante.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>Cette commande génère un fichier <code>versions.js</code> qui sera utilisé pour lister toutes les versions des documents du projet.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Ensuite, vous exécutez une commande avec la version que vous voulez créer, comme <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<p>Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you <code>cd</code> to the <code>website</code> directory and run the following command.</p>
|
||||
<pre><code class="hljs css language-sh">npm run examples versions
|
||||
</code></pre>
|
||||
<p>That command generates a <code>versions.js</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>That command generates a <code>versions.json</code> file, which will be used to list down all the versions of docs in the project.</p>
|
||||
<p>Next, you run a command with the version you want to create, like <code>1.0.0</code>.</p>
|
||||
<pre><code class="hljs css language-sh">npm run version 1.0.0
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue