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