mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Change FAQ ID's
This commit is contained in:
parent
7ae0d1651a
commit
313b2ee651
16
index.html
16
index.html
@ -52,10 +52,10 @@
|
|||||||
<h2 class="h3 mb-3 font-weight-normal">Frequently Asked Questions</h2>
|
<h2 class="h3 mb-3 font-weight-normal">Frequently Asked Questions</h2>
|
||||||
<div class="mb-5" id="accordion">
|
<div class="mb-5" id="accordion">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header" id="what-are-some-good-extensions">
|
<div class="card-header" id="headerOne">
|
||||||
<h3 class="mb-0"><button aria-controls="collapseOne" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseOne" data-toggle="collapse">What are some good extensions?</button></h5>
|
<h3 class="mb-0"><button aria-controls="collapseOne" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseOne" data-toggle="collapse">What are some good extensions?</button></h5>
|
||||||
</div>
|
</div>
|
||||||
<div aria-labelledby="what-are-some-good-extensions" class="collapse" data-parent="#accordion" id="collapseOne">
|
<div aria-labelledby="headerOne" class="collapse" data-parent="#accordion" id="collapseOne">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p>The most popular is MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contains sources which hosts directly from the scanlators own websites.</p>
|
<p>The most popular is MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contains sources which hosts directly from the scanlators own websites.</p>
|
||||||
<p><a href="https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0" target="_blank">Here</a>'s a good spreadsheet showing the different extensions and their sources.</p>
|
<p><a href="https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0" target="_blank">Here</a>'s a good spreadsheet showing the different extensions and their sources.</p>
|
||||||
@ -63,10 +63,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header" id="how-do-i-allow-third-party-installations-on-my-phone">
|
<div class="card-header" id="headerTwo">
|
||||||
<h3 class="mb-0"><button aria-controls="collapseTwo" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseTwo" data-toggle="collapse">How do I allow third-party installations on my phone?</button></h5>
|
<h3 class="mb-0"><button aria-controls="collapseTwo" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseTwo" data-toggle="collapse">How do I allow third-party installations on my phone?</button></h5>
|
||||||
</div>
|
</div>
|
||||||
<div aria-labelledby="how-do-i-allow-third-party-installations-on-my-phone" class="collapse" data-parent="#accordion" id="collapseTwo">
|
<div aria-labelledby="headerTwo" class="collapse" data-parent="#accordion" id="collapseTwo">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p>When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the <code>Settings</code> button and then allow it.</p>
|
<p>When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the <code>Settings</code> button and then allow it.</p>
|
||||||
<p>Two example videos, left one is for newer Androids.</p>
|
<p>Two example videos, left one is for newer Androids.</p>
|
||||||
@ -78,10 +78,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header" id="im-not-getting-any-results-when-browsing-mangadex">
|
<div class="card-header" id="headerThree">
|
||||||
<h3 class="mb-0"><button aria-controls="collapseThree" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseThree" data-toggle="collapse">I'm not getting any results when browsing MangaDex...</button></h5>
|
<h3 class="mb-0"><button aria-controls="collapseThree" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseThree" data-toggle="collapse">I'm not getting any results when browsing MangaDex...</button></h5>
|
||||||
</div>
|
</div>
|
||||||
<div aria-labelledby="im-not-getting-any-results-when-browsing-mangadex" class="collapse" data-parent="#accordion" id="collapseThree">
|
<div aria-labelledby="headerThree" class="collapse" data-parent="#accordion" id="collapseThree">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
||||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then choose either <code>Sign up</code> or <code>Log in</code>.</p>
|
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then choose either <code>Sign up</code> or <code>Log in</code>.</p>
|
||||||
@ -89,10 +89,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header" id="ive-logged-in-to-mangadex-and-still-isnt-getting-results">
|
<div class="card-header" id="headerFour">
|
||||||
<h3 class="mb-0"><button aria-controls="collapseFour" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseFour" data-toggle="collapse">I've logged in to MangaDex and still isn't getting results...</button></h5>
|
<h3 class="mb-0"><button aria-controls="collapseFour" aria-expanded="false" class="btn btn-link collapsed" data-target="#collapseFour" data-toggle="collapse">I've logged in to MangaDex and still isn't getting results...</button></h5>
|
||||||
</div>
|
</div>
|
||||||
<div aria-labelledby="ive-logged-in-to-mangadex-and-still-isnt-getting-results" class="collapse" data-parent="#accordion" id="collapseFour">
|
<div aria-labelledby="headerFour" class="collapse" data-parent="#accordion" id="collapseFour">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.</p>
|
||||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then <code>Titles</code>. The last step is to go to the icon in the upper right that looks like four-boxes and select <code>Detailed</code>.</p>
|
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then <code>Titles</code>. The last step is to go to the icon in the upper right that looks like four-boxes and select <code>Detailed</code>.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user