Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2303768

Browse files
committed
Proper title
1 parent8c6c7f7 commit2303768

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
asyncfndocs_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)

[8]ページ先頭

©2009-2025 Movatter.jp