Skip to content

Commit df7632f

Browse files
committed
Update sidebar content to reflect v3.2 changes.
1 parent f56a502 commit df7632f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/src/docs/sidebar_content.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ home.kids = [
156156
label: "Community",
157157
id: "community",
158158
desc: "Welcome to the Community, a searchable database of patterns submitted by users like you."+
159-
"<p>After selecting a pattern, use the arrows in this section to load the full pattern or components of it.</p>"+
159+
"<p>After selecting a pattern, load the full pattern by clicking its URL, or use the right arrow icon to load just the pattern or text.</p>"+
160160
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>",
161161
search: true,
162162
kids: []
@@ -165,7 +165,8 @@ home.kids = [
165165
{
166166
label: "My Patterns",
167167
id:"favorites",
168-
desc: "The list above will display any patterns that you create or favorite.",
168+
desc: "The list above will display any patterns that you create or favorite."+
169+
"<p>To edit a pattern you created, click its URL to load it, then open Save / Share to edit and save.</p>",
169170
search: true,
170171
kids: []
171172
},

0 commit comments

Comments
 (0)