mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Show sidebar on the download and extension pages (#18)
This commit is contained in:
parent
20f818dec1
commit
45c2e7a614
@ -1,4 +1,6 @@
|
|||||||
const sidebar = {
|
const sidebar = {
|
||||||
|
"/download/": defaultSidebar(),
|
||||||
|
"/extensions/": defaultSidebar(),
|
||||||
"/docs/": defaultSidebar(),
|
"/docs/": defaultSidebar(),
|
||||||
"/forks/": defaultSidebar(),
|
"/forks/": defaultSidebar(),
|
||||||
"/changelogs/": defaultSidebar(),
|
"/changelogs/": defaultSidebar(),
|
||||||
|
@ -143,6 +143,10 @@ export default {
|
|||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
padding: 0.5em
|
padding: 0.5em
|
||||||
|
|
||||||
|
.extension-icon {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.extension-download {
|
.extension-download {
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Download
|
title: Download
|
||||||
description: Download page that allows users to access and install the latest version of the app.
|
description: Download page that allows users to access and install the latest version of the app.
|
||||||
aside: false
|
|
||||||
lastUpdated: false
|
lastUpdated: false
|
||||||
editLink: false
|
editLink: false
|
||||||
prev: false
|
prev: false
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Extensions
|
title: Extensions
|
||||||
description: Browse and install the full list of sources for Tachiyomi.
|
description: Browse and install the full list of sources for Tachiyomi.
|
||||||
aside: false
|
|
||||||
lastUpdated: false
|
lastUpdated: false
|
||||||
editLink: false
|
editLink: false
|
||||||
prev: false
|
prev: false
|
||||||
|
Loading…
Reference in New Issue
Block a user