|
|
@@ -32,14 +32,14 @@ app.templates.intro = """
|
|
|
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
|
|
|
Here's what you should know before you start:
|
|
|
<ol class="_intro-list">
|
|
|
- <li>To enable more docs, click <a class="_intro-link" data-pick-docs>Select documentation</a> in the bottom left corner
|
|
|
- <li>You don't have to use your mouse — see the list of <a href="/help#shortcuts">keyboard shortcuts</a>
|
|
|
- <li>The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
|
|
|
- <li>To search a specific documentation, type its name (or an abbreviation), then Tab
|
|
|
- <li>You can search using your browser's address bar — <a href="/help#browser_search">learn how</a>
|
|
|
+ <li>Open the <a href="/settings">Preferences</a> to enable more docs and customize the UI.
|
|
|
+ <li>You don't have to use your mouse — see the list of <a href="/help#shortcuts">keyboard shortcuts</a>.
|
|
|
+ <li>The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip").
|
|
|
+ <li>To search a specific documentation, type its name (or an abbr.), then Tab.
|
|
|
+ <li>You can search using your browser's address bar — <a href="/help#browser_search">learn how</a>.
|
|
|
<li>DevDocs works <a href="/offline">offline</a>, on mobile, and can be installed on <a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome</a>.
|
|
|
- <li>For the latest news, follow <a href="https://twitter.com/DevDocs">@DevDocs</a>
|
|
|
- <li>DevDocs is free and <a href="https://github.com/Thibaut/devdocs">open source</a>
|
|
|
+ <li>For the latest news, follow <a href="https://twitter.com/DevDocs">@DevDocs</a>.
|
|
|
+ <li>DevDocs is free and <a href="https://github.com/Thibaut/devdocs">open source</a>.
|
|
|
<iframe class="_github-btn" src="//ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
|
|
<li>If you like the app, please consider supporting the project on <a href="https://gratipay.com/devdocs/">Gratipay</a>. Thanks!
|
|
|
</ol>
|
|
|
@@ -54,11 +54,11 @@ app.templates.mobileIntro = """
|
|
|
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
|
|
|
Here's what you should know before you start:
|
|
|
<ol class="_intro-list">
|
|
|
- <li>To pick your docs, click <a data-pick-docs>Select documentation</a> at the bottom of the menu
|
|
|
- <li>The search supports fuzzy matching (e.g. "bgcp" matches "background-clip")
|
|
|
- <li>To search a specific documentation, type its name (or an abbreviation), then Space
|
|
|
- <li>For the latest news, follow <a href="https://twitter.com/DevDocs">@DevDocs</a>
|
|
|
- <li>DevDocs is <a href="https://github.com/Thibaut/devdocs">open source</a>
|
|
|
+ <li>Pick your docs in the <a href="/settings">Preferences</a>.
|
|
|
+ <li>The search supports fuzzy matching.
|
|
|
+ <li>To search a specific documentation, type its name (or an abbr.), then Space.
|
|
|
+ <li>For the latest news, follow <a href="https://twitter.com/DevDocs">@DevDocs</a>.
|
|
|
+ <li>DevDocs is <a href="https://github.com/Thibaut/devdocs">open source</a>.
|
|
|
</ol>
|
|
|
<p>Happy coding!
|
|
|
<a class="_intro-hide" data-hide-intro>Stop showing this message</a>
|