Skip to content

Dan doc landing page #1320

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 29 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8e5ea4d
start of docs layout, docs page, refactor side nave into a componnet,…
chillenberger Feb 6, 2024
4c35e87
make left nave in docs look nice
chillenberger Feb 7, 2024
0a2c53e
fix expand arrow rotation
chillenberger Feb 8, 2024
42943da
doc landing page article cards, alt cards, typeography bug fix, p def…
chillenberger Feb 10, 2024
b945282
add card rounded border and fix layout container overflow
chillenberger Feb 10, 2024
f2e79fb
add descriptions to docs cms meta
chillenberger Feb 10, 2024
f240230
split doc render out of collection render, add left nave to doc artic…
chillenberger Feb 13, 2024
414428c
clean up doc left nave icon map method
chillenberger Feb 13, 2024
abe1987
highlight open article on docs left nav
chillenberger Feb 13, 2024
0b3cb54
add feature banner to doc article, fmt
chillenberger Feb 13, 2024
b1ac66a
move doc glow to layout, add feature banner to doc landing page
chillenberger Feb 13, 2024
05030c8
add FAQ accordian to landing page, move accordian styling, add defaul…
chillenberger Feb 13, 2024
c26ba7b
Merge branch 'master' into dan-doc-landing-page
chillenberger Feb 13, 2024
7af3034
add Have Questions section, make it a component
chillenberger Feb 13, 2024
a4c907c
Wrap tables for overflow
chillenberger Feb 13, 2024
ee65284
make search button component and add to doc landing page.
chillenberger Feb 14, 2024
c8edd01
left nave index styles
chillenberger Feb 15, 2024
8eee967
TOC, cleanup scrollbars
chillenberger Feb 16, 2024
da31bef
remove index from careers and blog
chillenberger Feb 16, 2024
6c54122
Merge branch 'master' into dan-doc-landing-page
chillenberger Feb 16, 2024
b010a36
remove blog left nave code since it is no longer used
chillenberger Feb 17, 2024
0bd9a30
change /docs/ to /docs
chillenberger Feb 20, 2024
a90e7cf
fix doc parse test
chillenberger Feb 20, 2024
597f6af
text wrap rather than ellipse on text overflow, index expand arrow al…
chillenberger Feb 20, 2024
4275b8d
make card order same as file order, find missing benchmark article
chillenberger Feb 20, 2024
160b152
Update docs.scss fmt
chillenberger Feb 20, 2024
254fd0b
clean up doc layout glow container
chillenberger Feb 20, 2024
f82f5e8
Merge branch 'dan-doc-landing-page' of https://github.com/postgresml/…
chillenberger Feb 20, 2024
3de853b
new lines, remove dead code, comment fix
chillenberger Feb 20, 2024
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
Prev Previous commit
Next Next commit
add card rounded border and fix layout container overflow
  • Loading branch information
chillenberger committed Feb 10, 2024
commit b9452829f703073969de306b2a56034f2b2edb42
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a class="card h-100 w-100" href="<%- href %>">
<a class="card h-100 w-100 rounded-2" href="<%- href %>">
<div class="d-flex flex-row gap-2 align-items-start">
<span class='material-symbols-outlined'><%- icon %></span>
<p class="body-big-text flex-grow-1 mb-0 alt_title"><%- title %></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ div[data-controller="pages-docs-landing-page"] {
}

.card {
border-radius: 8px;
border-radius: 20px;
background: #{$gray-800};
box-shadow: 16px 20px 24px 0px rgba(6, 20, 37, 0.04);
backdrop-filter: blur(8px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>

<div class="docs-content-max-width-container p-4 d-flex flex-column gap-5">
<div class="docs-content-max-width-container container d-flex flex-column gap-5">
<div class="w-100 d-flex flex-column align-items-center">
<h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documentation</span></h1>
<p class="w-75 text-center">PostgresML is a open-source database extension that turns Postgres into an end-to-end machine learning platform. Build, train, and deploy ML/AI models directly within your Postgres database without moving data between systems.</p>
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