Skip to content

Montana/docfix #1376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
singularize titles
  • Loading branch information
montanalow committed Mar 19, 2024
commit 06d6844e5decdc0c1df40a3cadb4347d14c44fe7
5 changes: 2 additions & 3 deletions pgml-dashboard/src/components/pages/docs/landing_page/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ impl LandingPage {
let mut benchmarks_folder: Vec<IndexLink> = Vec::new();
let mut extension_folder: Vec<IndexLink> = Vec::new();
let mut client_sdks_folder: Vec<IndexLink> = Vec::new();

while !children.is_empty() {
let link = children.pop().unwrap();

match link.title.to_lowercase().as_ref() {
"benchmarks" => benchmarks_folder = link.children,
"sql extensions" => extension_folder = link.children,
"client sdks" => client_sdks_folder = link.children,
"sql extension" => extension_folder = link.children,
"client sdk" => client_sdks_folder = link.children,
_ => {
if !link.children.is_empty() {
for item in link.children.clone() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documen

<div class="mt-5">
<%- section_title(
"<h2>SQL Extensions</h2>",
"SQL extensions provide end-to-end ML & AI functionality from inference to deployment. They can be used in any combination to implement bespoke models across use cases.") %>
"<h2>SQL Extension</h2>",
"The SQL extension provides end-to-end ML & AI functionality from inference to deployment. It can be used in any combination to implement bespoke models across use cases.") %>

<div class="d-flex flex-column gap-4_5">
<div class="d-flex flex-column">
Expand All @@ -76,13 +76,13 @@ <h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documen
<div class="d-flex flex-column gap-3 align-items-center">
<%- section_title(
r#"<div class="d-flex gap-2">
<h2>Client SDKs</h2>
<h2>Client SDK</h2>
<div class="language-logos p-2 d-flex gap-2 h-100 rounded-2">
<img width="28px" height="28px" src="/dashboard/static/images/logos/javascript.png"/>
<img width="28px" height="28px" src="/dashboard/static/images/logos/python.png"/>
</div>
</div>"#,
"Client SDKs implement the best practices to streamline development of common ML/AI use cases in JavaScript or Python.")%>
"Our Client SDK implements the best practices to streamline development of common ML/AI use cases in JavaScript or Python.")%>
</div>
<div class="d-flex flex-column gap-4_5">
<div class="d-flex flex-column">
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy