mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
parent
6fe2a05585
commit
2a94db2d64
25 changed files with 93 additions and 90 deletions
|
@ -10,7 +10,7 @@
|
|||
<p><a href="/docs/en/site-preparation.html">Preparation</a> created a sample site for you to see Docusaurus in action. However, it also provided the infrastructure that will be used as you are developing your own site.</p>
|
||||
<h2><a class="anchor" name="site-structure"></a>Site Structure <a class="hash-link" href="#site-structure">#</a></h2>
|
||||
<p>After loading the example site, you should see a structure in your repo that looks similar to:</p>
|
||||
<pre><code>project-repo/
|
||||
<pre><code class="hljs">project-repo/
|
||||
docs/
|
||||
doc1<span class="hljs-selector-class">.md</span>
|
||||
website/
|
||||
|
@ -47,4 +47,4 @@ yarn <span class="hljs-builtin-name">run</span> start # <span class="hljs-keywor
|
|||
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