reworded
This commit is contained in:
parent
b84e948479
commit
15c8041457
|
@ -39,11 +39,11 @@ Subfolders like `/popups` must each have an `_index.md` file. This file doesn't
|
|||
|
||||
```
|
||||
+++
|
||||
title = "Popups"
|
||||
title = "Popup windows"
|
||||
+++
|
||||
```
|
||||
|
||||
This title is what labels the subsection in the navigation (examples: "Writing" and "Media" for **Infusion**'s documentation). For each subfolder you create, you must also create one of these `_index.md` files. The `/patterns` folder itself does not need one, however.
|
||||
This title is what labels the subsection in the navigation, *not* the folder name (`/popups`, in this case). In **Infusion**'s documentation, "Writing" and "Media", and "Coding" are subsection titles. For each subfolder you create, you must also create one of these `_index.md` files. The `/patterns` folder itself does not need one, however.
|
||||
|
||||
{{% note %}}
|
||||
**Infusion** does not currently support _sub_-subsections. You can only create child folders under `/patterns`.
|
||||
|
|
|
@ -465,11 +465,11 @@
|
|||
<p>Subfolders like <code>/popups</code> must each have an <code>_index.md</code> file. This file doesn’t need any content except the TOML metadata defining the title (name) of that subsection:</p>
|
||||
|
||||
<pre><code>+++
|
||||
title = "Popups"
|
||||
title = "Popup windows"
|
||||
+++
|
||||
</code></pre>
|
||||
|
||||
<p>This title is what labels the subsection in the navigation (examples: “Writing” and “Media” for <strong>Infusion</strong>’s documentation). For each subfolder you create, you must also create one of these <code>_index.md</code> files. The <code>/patterns</code> folder itself does not need one, however.</p>
|
||||
<p>This title is what labels the subsection in the navigation, <em>not</em> the folder name (<code>/popups</code>, in this case). In <strong>Infusion</strong>’s documentation, “Writing” and “Media”, and “Coding” are subsection titles. For each subfolder you create, you must also create one of these <code>_index.md</code> files. The <code>/patterns</code> folder itself does not need one, however.</p>
|
||||
|
||||
<aside aria-label="note" class="note">
|
||||
<div>
|
||||
|
|
|
@ -786,11 +786,11 @@ theme = "infusion"
|
|||
<p>Subfolders like <code>/popups</code> must each have an <code>_index.md</code> file. This file doesn’t need any content except the TOML metadata defining the title (name) of that subsection:</p>
|
||||
|
||||
<pre><code>+++
|
||||
title = "Popups"
|
||||
title = "Popup windows"
|
||||
+++
|
||||
</code></pre>
|
||||
|
||||
<p>This title is what labels the subsection in the navigation (examples: “Writing” and “Media” for <strong>Infusion</strong>’s documentation). For each subfolder you create, you must also create one of these <code>_index.md</code> files. The <code>/patterns</code> folder itself does not need one, however.</p>
|
||||
<p>This title is what labels the subsection in the navigation, <em>not</em> the folder name (<code>/popups</code>, in this case). In <strong>Infusion</strong>’s documentation, “Writing” and “Media”, and “Coding” are subsection titles. For each subfolder you create, you must also create one of these <code>_index.md</code> files. The <code>/patterns</code> folder itself does not need one, however.</p>
|
||||
|
||||
<aside aria-label="note" class="note">
|
||||
<div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user