diff --git a/dev/src/docs/sidebar_content.js b/dev/src/docs/sidebar_content.js index 27a5e68b..f3e0af4a 100644 --- a/dev/src/docs/sidebar_content.js +++ b/dev/src/docs/sidebar_content.js @@ -66,7 +66,7 @@ home.kids = [ { label: "Community Patterns", id: "community", - desc: "Welcome to the Community, a searchable database of patterns submitted by users like you."+ + desc: "Welcome to Community Patterns, a searchable database of patterns submitted by users like you."+ "
After selecting a pattern, click its URL or double-click it in the list to load the full pattern. Or use the right arrow icon to load just the expression or text.
"+ "Help make the Community better by rating patterns, and submitting your own via Search & Share in the menu.
", search: true, @@ -76,7 +76,7 @@ home.kids = [ { label: "Help", id: "help", - desc: "Help for the RegExr v3.5 application. See the Reference for help with Regular Expressions.", + desc: "Help for the RegExr v3.5 application. See the RegEx Reference for help with Regular Expressions.", kids: [ { @@ -87,8 +87,9 @@ home.kids = [ { label:"Getting started", desc:"RegExr provides real-time visual results, syntax highlighting, tooltips, and undo/redo ({{getCtrlKey()}}-Z / Y) so it's easy and fun to explore Regular Expressions."+ - "Browse through the Reference and test different tokens to see what they do, then check out the Community to see example patterns.
"+ - "You can also Save your patterns for later reference, or to share with others. Sign In to ensure you don't lose your patterns.
", + "Browse through the RegEx Reference and test different tokens to see what they do, then check out Community Patterns to see examples.
"+ + "You can also Save your patterns for later reference, or to share with others. Sign In to ensure you don't lose your patterns.
"+ + "Modify your pattern's details, share it with the Community, or make it private, or delete it in Pattern Settings
", kids: [ { label:"Expression panel", @@ -113,7 +114,7 @@ home.kids = [ desc:"The Replace tool replaces matches with a specified string or pattern."+ "Matches in the Text panel are replaced by the substitution string & displayed as you type.
"+ "Substitution tokens and escaped characters are supported, such as \\n
, \\t
& \\u0009
.
Roll over tokens for information, and check out the Reference for more information.
" + "Roll over tokens for information, and check out the RegEx Reference for more information.
" }, { label:"List", @@ -135,15 +136,15 @@ home.kids = [ id: "explain", desc:"The Explain tool displays a detailed breakdown of the Expression."+ "Mouse over the explanation to highlight the related tokens in the Expression panel and vice versa.
"+ - "Click an item in the explanation to show more info in the Reference.
" + "Click an item in the explanation to show more info in the RegEx Reference.
" } ] }, { label:"Menu", - desc:"The Menu (this panel) includes Help, a full regular expression Reference, a Cheatsheet, and Save & Share features."+ - "Double-click a selected item in the Reference to insert it into your Expression. Click the arrow beside an example to load it.
"+ - "The menu also includes searchable Community submissions, and patterns you've created or favorited in My Patterns.
" + desc:"The Menu (this panel) includes Help, a full RegEx Reference, a Cheatsheet, and Pattern Settings features."+ + "Double-click a selected item in the RegEx Reference to insert it into your Expression. Click the arrow beside an example to load it.
"+ + "The menu also includes searchable Community Patterns, and patterns you've created or favorited in My Patterns.
" } ] }, @@ -181,7 +182,7 @@ home.kids = [ }, { label:"Query string support", - desc:"In addition to the built in Save & Share mechanism, RegExr also supports the ability to pre-populate a pattern via the query string."+ + desc:"In addition to the built in Save mechanism which creates a shareable link, RegExr also supports the ability to pre-populate a pattern via the query string."+ "The following query string params are recognized:
expression
& text
- populate their respective fieldstool
- sets the tool (replace, list, details, or explain)