mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 00:36:55 +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:"
|
||||
Raccoon for Lemmy 🦝 documentation
|
||||
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
|
||||
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 = "",
|
||||
disclosureIndicator = true,
|
||||
onTap = {
|
||||
uriHandler.openUri("https://example.com")
|
||||
uriHandler.openUri(SettingsConstants.USER_MANUAL_URL)
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user