Update transformer docs URL

This commit is contained in:
Aleksandras Kostarevas 2024-03-15 11:13:59 -05:00
parent d0fbabf165
commit 00a69a9eab
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ fun PredictiveTextScreen(navController: NavHostController = rememberNavControlle
)
NavigationItem(
title = "Models",
title = "Transformer Models",
style = NavigationItemStyle.HomeTertiary,
navigate = { navController.navigate("models") },
icon = painterResource(id = R.drawable.cpu)

View File

@ -89,10 +89,10 @@ fun ModelListScreen(navController: NavHostController = rememberNavController())
Spacer(modifier = Modifier.height(32.dp))
ScreenTitle("Actions")
NavigationItem(
title = "FAQ",
title = "Docs",
style = NavigationItemStyle.Misc,
navigate = {
context.openURI("https://gitlab.futo.org/alex/futo-keyboard-lm-docs/-/blob/main/README.md")
context.openURI("https://gitlab.futo.org/alex/keyboard-wiki/-/wikis/Keyboard-LM-docs")
}
)
NavigationItem(