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'
|
lastUpdated: 'Last Updated'
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
['@vuepress/back-to-top'],
|
|
||||||
[
|
[
|
||||||
'@vuepress/google-analytics',
|
'@vuepress/back-to-top'
|
||||||
{
|
|
||||||
'ga': 'UA-148212082-1'
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"container",
|
'@vuepress/google-analytics',
|
||||||
{
|
{ 'ga': 'UA-148212082-1' }
|
||||||
type: "spoiler",
|
],
|
||||||
before: info => "<details><summary>" + info + "</summary>\n",
|
[
|
||||||
after: "</details>\n"
|
"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
|
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.
|
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
|
::: tip
|
||||||
1. Batoto
|
1. Batoto
|
||||||
2. Mangahere
|
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
|
Some extensions contain multiple sources, look at the list below to find
|
||||||
out which extension to install for the specific source that you want.
|
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
|
::: tip
|
||||||
1. Comicake
|
1. Comicake
|
||||||
- Whim Scans
|
- Whim Scans
|
||||||
|
Loading…
Reference in New Issue
Block a user