mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
parent
96061ba4dd
commit
899918a16a
130 changed files with 1102 additions and 1196 deletions
|
@ -75,14 +75,14 @@
|
|||
</blockquote>
|
||||
<ul>
|
||||
<li><code>website/core/Footer.js</code>文件是一个React组件,它充当由Docusaurus生成站点的页脚,同时应由用户自己来定制。</li>
|
||||
<li><code>website/blog-examples-from-docusaurus</code>文件夹中包含使用markdown写的博客示范文章。</li>
|
||||
<li><code>docs-examples-from-docusaurus</code>文件夹中包含使用markdown写的示范文档文件。</li>
|
||||
<li><code>website/pages</code>文件夹中包含示例网站的顶层页面。</li>
|
||||
<li><code>website/static</code> 文件夹包含示例网站使用的静态资源。</li>
|
||||
<li>The <code>website/blog-examples-from-docusaurus</code> directory contains examples of blog posts written in markdown.</li>
|
||||
<li>The <code>docs-examples-from-docusaurus</code> directory contains example documentation files written in markdown.</li>
|
||||
<li>The <code>website/pages</code> directory contains example top-level pages for the site.</li>
|
||||
<li>The <code>website/static</code> directory contains static assets used by the example site.</li>
|
||||
<li><code>website/siteConfig.js</code> 文件是 Docusaurus 使用的主要配置文件。</li>
|
||||
</ul>
|
||||
<p>您不能删除 <code>website/siteConfig.js</code> 和 <code>website/core/Footer.js</code> 文件, 但可以按您的意愿编辑它们。</p>
|
||||
<p>你不能删除 <code>website/pages</code> 和 <code>website/static</code> 文件夹, 但可以按你的意愿改变里面的内容。 在 <code>website/pages</code> 目录,你至少应该有一个 <code>en/index.js</code> 或 <code>en/index.html</code> 以及在<code>website/static</code>里有一个图片作为您的页眉图标(header icon) 。</p>
|
||||
<p>You should keep the <code>website/pages</code> and <code>website/static</code> directories, but may change the content inside them as you wish. 在 <code>website/pages</code> 目录,你至少应该有一个 <code>en/index.js</code> 或 <code>en/index.html</code> 以及在<code>website/static</code>里有一个图片作为您的页眉图标(header icon) 。</p>
|
||||
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="installation">← Installation</a><a class="docs-next button" href="site-creation">Creating your site →</a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#目录结构">目录结构</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><h5>Docs</h5><a href="
|
||||
/docs/zh-CN/installation.html">Getting Started</a><a href="
|
||||
/docs/zh-CN/versioning.html">Versioning</a><a href="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue