mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 02:57:09 +01:00
fix: restore user manual URL (#72)
* fix: restore URL of user manual * update base URL in pages config
This commit is contained in:
parent
f164a5673c
commit
e1043b6665
@ -23,7 +23,7 @@ email: livefast.eattrash.raccoon@gmail.com
|
|||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
Raccoon for Lemmy 🦝 documentation
|
Raccoon for Lemmy 🦝 documentation
|
||||||
baseurl: "/RaccoonForLemmy" # the subpath of your site, e.g. /blog
|
baseurl: "/RaccoonForLemmy" # the subpath of your site, e.g. /blog
|
||||||
url: "https://example.com" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://livefasteattrashraccoon.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
theme: minima
|
theme: minima
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.livefast.eattrash.raccoonforlemmy.feature.settings.main
|
||||||
|
|
||||||
|
internal object SettingsConstants {
|
||||||
|
const val USER_MANUAL_URL = "https://livefasteattrashraccoon.github.io/RaccoonForLemmy/user_manual/main"
|
||||||
|
}
|
@ -376,7 +376,7 @@ class SettingsScreen : Screen {
|
|||||||
value = "",
|
value = "",
|
||||||
disclosureIndicator = true,
|
disclosureIndicator = true,
|
||||||
onTap = {
|
onTap = {
|
||||||
uriHandler.openUri("https://example.com")
|
uriHandler.openUri(SettingsConstants.USER_MANUAL_URL)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user