mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Changes to accomodate PR review.
Changed "spoiler" to "expander", fixed indentation for 'config.js' and switched from "bold" to "strong".
This commit is contained in:
parent
d59a5b5ac2
commit
02098999ba
@ -29,20 +29,16 @@ module.exports = {
|
||||
lastUpdated: 'Last Updated'
|
||||
},
|
||||
plugins: [
|
||||
['@vuepress/back-to-top'],
|
||||
[
|
||||
'@vuepress/google-analytics',
|
||||
{
|
||||
'ga': 'UA-148212082-1'
|
||||
}
|
||||
'@vuepress/back-to-top'
|
||||
],
|
||||
[
|
||||
"container",
|
||||
{
|
||||
type: "spoiler",
|
||||
before: info => "<details><summary>" + info + "</summary>\n",
|
||||
after: "</details>\n"
|
||||
}
|
||||
'@vuepress/google-analytics',
|
||||
{ 'ga': 'UA-148212082-1' }
|
||||
],
|
||||
[
|
||||
"container",
|
||||
{ type: "expander", before: info => "<details><summary>" + info + "</summary>\n", after: "</details>\n" }
|
||||
]
|
||||
]
|
||||
}
|
||||
|
@ -70,7 +70,7 @@ a manga, you will need to reinstall the extensions you used to use. Which
|
||||
number in the menu corresponds to which is below. Be aware that Batoto is
|
||||
deprecated so you will need to migrate from that source to others.
|
||||
|
||||
::: spoiler <b>Click to expand!</b>
|
||||
::: expander <strong>Click to expand!</strong>
|
||||
::: tip
|
||||
1. Batoto
|
||||
2. Mangahere
|
||||
@ -131,7 +131,7 @@ settings and set WebView Implementation to Android System WebView.
|
||||
Some extensions contain multiple sources, look at the list below to find
|
||||
out which extension to install for the specific source that you want.
|
||||
|
||||
::: spoiler <b>Click to expand!</b>
|
||||
::: expander <strong>Click to expand!</strong>
|
||||
::: tip
|
||||
1. Comicake
|
||||
- Whim Scans
|
||||
|
Loading…
Reference in New Issue
Block a user