|
@@ -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>
|
|
<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>+++
|
|
<pre><code>+++
|
|
-title = "Popups"
|
|
|
|
|
|
+title = "Popup windows"
|
|
+++
|
|
+++
|
|
</code></pre>
|
|
</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">
|
|
<aside aria-label="note" class="note">
|
|
<div>
|
|
<div>
|