We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2303768 commit41f36f0Copy full SHA for 41f36f0
pgml-dashboard/src/api/cms.rs
@@ -927,7 +927,7 @@ async fn blog_landing_page(cluster: &Cluster) -> Result<ResponseOk, crate::respo
927
asyncfndocs_landing_page(cluster:&Cluster) ->Result<ResponseOk,crate::responses::NotFound>{
928
let index =DOCS.open_index(&PathBuf::from("/docs"));
929
930
-let doc_layout =crate::components::layouts::Docs::new("PostgresML documentation",Some(cluster)).index(&index);
+let doc_layout =crate::components::layouts::Docs::new("Documentation",Some(cluster)).index(&index);
931
932
let page =crate::components::pages::docs::LandingPage::new(&cluster)
933
.parse_sections(DOCS.index.clone())