Skip to content

Commit 1772132

Browse files
drammocktrallard
andauthored
DOC - Cleanup UX inspiration page (#2141)
- addresses the missing Docker logo discovered in #2077 (comment) (stores SVG in our repo) - updates GitBook logo (stores SVG in our repo) - updates metaflow and mkdocs material URLs - adds some basic CSS to that gallery grid (otherwise docker logo has no padding around it, violates their brand guidelines) Co-authored-by: Tania Allard <[email protected]>
1 parent ccffe9a commit 1772132

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed
Loading
Loading

docs/community/inspiration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ When making new decisions about design and UI/UX, we often consult these themes
88
:class-container: text-center
99
- title: "**GitBook**"
1010
link: https://docs.gitbook.com/
11-
image: https://avatars.githubusercontent.com/u/7111340?s=280&v=4
11+
image: ../_static/inspiration/GitBook-Icon-Dark.svg
1212
- title: "**Metaflow**"
13-
image: https://repository-images.githubusercontent.com/209120637/00b39080-1ddc-11ea-8710-59b484540700
13+
image: https://raw.githubusercontent.com/Netflix/metaflow/refs/heads/master/docs/metaflow.svg
1414
link: https://docs.metaflow.org/
1515
- title: "**Furo**"
1616
image: https://avatars.githubusercontent.com/u/3275593?v=4
1717
link: https://pradyunsg.me/furo/quickstart
1818
- title: "**Docker**"
1919
link: https://docs.docker.com/
20-
image: https://www.docker.com/wp-content/uploads/2022/03/vertical-logo-monochromatic.png
20+
image: ../_static/inspiration/docker-mark-blue.svg
2121
- title: "**PyTorch**"
2222
link: https://pytorch.org/docs/stable/index.html
2323
image: https://pytorch.org/assets/images/pytorch-logo.png
@@ -26,5 +26,5 @@ When making new decisions about design and UI/UX, we often consult these themes
2626
image: https://d33wubrfki0l68.cloudfront.net/c088b7acfcf11100903c44fe44f2f2d7e0f30531/47727/img/docusaurus.svg
2727
- title: "**Material for MkDocs**"
2828
link: https://squidfunk.github.io/mkdocs-material/getting-started/
29-
image: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/src/.icons/logo.svg
29+
image: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.svg
3030
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* community/inspiration.md */
2+
section#inspiration-for-design-and-ux {
3+
p.sd-card-text {
4+
img {
5+
width: 100%;
6+
max-height: 220 px;
7+
padding: 10%;
8+
}
9+
}
10+
}

src/pydata_sphinx_theme/assets/styles/pydata-sphinx-theme.scss

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
@import "./extensions/copybutton";
7676
@import "./extensions/ethical-ads";
7777
@import "./extensions/execution";
78+
@import "./extensions/gallery_grid";
7879
@import "./extensions/graphviz";
7980
@import "./extensions/pydata";
8081
@import "./extensions/sphinx_design";

0 commit comments

Comments
 (0)