From 15c8041457a2a20163351a1226a5e7ce4a55f893 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Tue, 12 Sep 2017 15:31:15 +0100 Subject: [PATCH] reworded --- content/patterns/writing/project-structure.md | 4 ++-- docs/patterns/writing/project-structure/index.html | 4 ++-- docs/print-version/index.html | 4 ++-- docs/service-worker.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/patterns/writing/project-structure.md b/content/patterns/writing/project-structure.md index b8bb6d6..944779a 100644 --- a/content/patterns/writing/project-structure.md +++ b/content/patterns/writing/project-structure.md @@ -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`. diff --git a/docs/patterns/writing/project-structure/index.html b/docs/patterns/writing/project-structure/index.html index 11e25fb..39578d5 100644 --- a/docs/patterns/writing/project-structure/index.html +++ b/docs/patterns/writing/project-structure/index.html @@ -465,11 +465,11 @@

Subfolders like /popups must each have an _index.md file. This file doesn’t need any content except the TOML metadata defining the title (name) of that subsection:

+++
-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.