Skip to content

Commit 2303768

Browse files
committed
Proper title
1 parent 8c6c7f7 commit 2303768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +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 =
931-
crate::components::layouts::Docs::new("PostgresML documentation landing page.", Some(cluster)).index(&index);
930+
let doc_layout = crate::components::layouts::Docs::new("PostgresML documentation", Some(cluster)).index(&index);
932931

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

0 commit comments

Comments
 (0)