Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-macros-plugin mkdocs-minify-plugin mkdocs-allscreenshots-og-screenshot
- run: mkdocs build
- run: pip install -r requirements-docs.txt
- run: mkdocs build --strict
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ target
/dependency-reduced-pom.xml
bin/
site
.venv-docs
.mvn/wrapper/maven-wrapper.jar
/.claude/settings.local.json
8 changes: 6 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ git merge pr693

## Publish docs

```
See [`material/README.md`](material/README.md) for docs site maintenance, local development, and upgrade workflow.

```bash
python3 -m venv .venv-docs && source .venv-docs/bin/activate
pip install -r requirements-docs.txt
mkdocs serve
mkdocs gh-deploy
```

Expand All @@ -19,4 +24,3 @@ mkdocs gh-deploy
```
mvn deploy
```

File renamed without changes
108 changes: 108 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
/* Hero section — wave + gradient from original landing-page styling */
.mdx-container {
padding-top: 1rem;
background:
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom,
linear-gradient(to bottom, var(--md-primary-fg-color), #a63fd9 99%, var(--md-default-bg-color) 99%);
}

[data-md-color-scheme=slate] .mdx-container {
background:
url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(232, 15%, 21%, 1)' /></svg>") no-repeat bottom,
linear-gradient(to bottom, var(--md-primary-fg-color), #a63fd9 99%, var(--md-default-bg-color) 99%);
}

.mdx-hero {
margin: 0 0.8rem;
color: var(--md-primary-bg-color);
}

.mdx-hero h1 {
margin-bottom: 1rem;
color: currentColor;
font-weight: 700;
}

@media screen and (max-width: 29.9375em) {
.mdx-hero h1 {
font-size: 1.4rem;
}
}

.mdx-hero__content {
padding-bottom: 6rem;
}

.mdx-hero__image {
order: 1;
transform: translateX(4rem);
width: 38rem;
}

.mdx-hero__image img {
width: 100%;
height: auto;
}

@media screen and (min-width: 60em) {
.mdx-hero {
display: flex;
align-items: stretch;
}

.mdx-hero__content {
margin-top: 3.5rem;
max-width: 19rem;
padding-bottom: 14vw;
}
}

@media screen and (min-width: 76.25em) {
.mdx-hero__image {
transform: translateX(8rem);
}
}

.mdx-hero .md-button {
color: var(--md-primary-bg-color);
margin-right: 0.5rem;
margin-top: 0.5rem;
}

.mdx-hero .md-button:focus,
.mdx-hero .md-button:hover {
background-color: var(--md-accent-fg-color);
border-color: var(--md-accent-fg-color);
color: var(--md-accent-bg-color);
}

.mdx-hero .md-button--primary {
background-color: var(--md-primary-bg-color);
border-color: var(--md-primary-bg-color);
color: #894da8;
}

/* Announce bar */
.md-typeset .twitter {
color: #00acee;
}

/* Allscreenshots attribution on homepage */
.mdx-attribution {
position: fixed;
bottom: 1rem;
left: 0;
right: 0;
text-align: center;
}

.mdx-attribution p {
font-size: 0.7rem;
opacity: 0.7;
margin: 0;
}

.mdx-attribution a {
text-decoration: underline;
color: inherit;
}
34 changes: 0 additions & 34 deletions material/.icons/fontawesome/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/500px.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/accessible-icon.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/accusoft.svg

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/adn.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/adversal.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/affiliatetheme.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/airbnb.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/algolia.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/alipay.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/amazon-pay.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/amazon.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/amilia.svg

This file was deleted.

1 change: 0 additions & 1 deletion material/.icons/fontawesome/brands/android.svg

This file was deleted.

Loading
Loading