mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
parent
6fe2a05585
commit
2a94db2d64
25 changed files with 93 additions and 90 deletions
|
@ -12,7 +12,7 @@
|
|||
<h2><a class="anchor" name="verifying-installation"></a>Verifying Installation <a class="hash-link" href="#verifying-installation">#</a></h2>
|
||||
<ol>
|
||||
<li><p>Generate the files for the example site by running <code>examples</code> using <code>yarn</code> or <code>npm</code>.</p>
|
||||
<pre><code>npm <span class="hljs-keyword">run</span><span class="bash"> examples
|
||||
<pre><code class="hljs">npm <span class="hljs-keyword">run</span><span class="bash"> examples
|
||||
</span></code></pre>
|
||||
<p>or</p>
|
||||
<pre><code>yarn <span class="hljs-keyword">run</span><span class="bash"> examples
|
||||
|
@ -59,4 +59,4 @@ docs-examples-<span class="hljs-keyword">from</span>-docusaurus/...
|
|||
indexName: 'docusaurus',
|
||||
inputSelector: '#search_input_react'
|
||||
});
|
||||
</script><script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script><script>hljs.initHighlightingOnLoad();</script></body></html>
|
||||
</script></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue