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

Commit41f36f0

Browse files
committed
Better title
1 parent2303768 commit41f36f0

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

[8]ページ先頭

©2009-2025 Movatter.jp