|
|
@ -11,7 +11,7 @@ app.templates.intro = """
|
|
|
|
<h2 class="_intro-title">Hi there!</h2>
|
|
|
|
<h2 class="_intro-title">Hi there!</h2>
|
|
|
|
<p>Thanks for downloading DevDocs. Here are a few things you should know:
|
|
|
|
<p>Thanks for downloading DevDocs. Here are a few things you should know:
|
|
|
|
<ol class="_intro-list">
|
|
|
|
<ol class="_intro-list">
|
|
|
|
<li>Your local version of DevDocs will not self-update. Unless you're offline or modifying the code,
|
|
|
|
<li>Your local version of DevDocs won't self-update. Unless you're offline or modifying the code,
|
|
|
|
I recommend using the hosted version at <a href="http://devdocs.io">devdocs.io</a>.
|
|
|
|
I recommend using the hosted version at <a href="http://devdocs.io">devdocs.io</a>.
|
|
|
|
<li>Run <code class="_label">thor docs:list</code> to see all available documentations.
|
|
|
|
<li>Run <code class="_label">thor docs:list</code> to see all available documentations.
|
|
|
|
<li>Run <code class="_label">thor docs:download --all</code> to download/update all documentations.
|
|
|
|
<li>Run <code class="_label">thor docs:download --all</code> to download/update all documentations.
|
|
|
@ -36,7 +36,7 @@ app.templates.intro = """
|
|
|
|
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
|
|
|
|
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
|
|
|
|
Here's what you should know before you start:
|
|
|
|
Here's what you should know before you start:
|
|
|
|
<ol class="_intro-list">
|
|
|
|
<ol class="_intro-list">
|
|
|
|
<li>To pick your docs, click <a class="_intro-link" data-pick-docs>Select documentation</a> in the bottom left corner
|
|
|
|
<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>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>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>To search a specific documentation, type its name (or an abbreviation), then Tab
|
|
|
|