You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/javascripts/templates/pages/root_tmpl.coffee.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ app.templates.intro = """
35
35
Here's what you should know before you start:
36
36
<olclass="_intro-list">
37
37
<li>To pick your docs, click <aclass="_intro-link" data-pick-docs>Select documentation</a> in the bottom left corner
38
-
<li>You don't have to use your mouse — see the list of <ahref="/help#shortcuts">keyboard shortcuts</a>
38
+
<li>You don't have to use your mouse — see the list of <ahref="/help#shortcuts">keyboard shortcuts</a>
39
39
<li>The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
40
40
<li>To search a specific documentation, type its name (or an abbreviation), then Tab
41
-
<li>You can search using your browser's address bar —<ahref="/help#browser_search">learn how</a>
41
+
<li>You can search using your browser's address bar —<ahref="/help#browser_search">learn how</a>
42
42
<li>DevDocs works on mobile and is available as a <ahref="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
43
43
<li>For the latest news, subscribe to the <ahref="http://eepurl.com/HnLUz">newsletter</a> or follow <ahref="https://twitter.com/DevDocs">@DevDocs</a>
44
44
<li>DevDocs is free and <ahref="https://github.com/Thibaut/devdocs">open source</a>
0 commit comments