Skip to content

Commit 41f36f0

Browse files
committed
Better title
1 parent 2303768 commit 41f36f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ async fn blog_landing_page(cluster: &Cluster) -> Result<ResponseOk, crate::respo
927927
async fn docs_landing_page(cluster: &Cluster) -> Result<ResponseOk, crate::responses::NotFound> {
928928
let index = DOCS.open_index(&PathBuf::from("/docs"));
929929

930-
let doc_layout = crate::components::layouts::Docs::new("PostgresML documentation", Some(cluster)).index(&index);
930+
let doc_layout = crate::components::layouts::Docs::new("Documentation", Some(cluster)).index(&index);
931931

932932
let page = crate::components::pages::docs::LandingPage::new(&cluster)
933933
.parse_sections(DOCS.index.clone())

0 commit comments

Comments
 (0)