Skip to content

Commit

Permalink
change "Guides" to "Learn" for bread crumb nav (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
argl authored Dec 19, 2024
1 parent d64df97 commit 1a81e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rari-doc/src/helpers/title.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::pages::page::{Page, PageLike};
pub fn transform_title(title: &str) -> &str {
match title {
"Web technology for developers" => "References",
"Learn web development" => "Guides",
"Learn web development" => "Learn",
"HTML: HyperText Markup Language" => "HTML",
"CSS: Cascading Style Sheets" => "CSS",
"Graphics on the Web" => "Graphics",
Expand Down

0 comments on commit 1a81e3e

Please sign in to comment.