diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..afafda2 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +github: +- ofek +custom: +- https://ofek.dev/donate/ diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index de84895..8307932 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Documentation +name: documentation on: create: diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6b142fa..0fdb007 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -1,4 +1,4 @@ -name: Image +name: image on: [push, pull_request] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c9ab84..34b7dff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: test on: [push, pull_request] diff --git a/README.md b/README.md index cd3661b..4c93774 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # csi-gcs -[![CI - Image](https://github.com/ofek/csi-gcs/workflows/Image/badge.svg)](https://github.com/ofek/csi-gcs/actions?query=workflow%3AImage) -[![CI - Test](https://github.com/ofek/csi-gcs/workflows/Test/badge.svg)](https://github.com/ofek/csi-gcs/actions?query=workflow%3ATest) -[![CI - Documentation](https://github.com/ofek/csi-gcs/workflows/Documentation/badge.svg)](https://github.com/ofek/csi-gcs/actions?query=workflow%3ADocumentation) -[![Docker - Pulls](https://img.shields.io/docker/pulls/ofekmeister/csi-gcs.svg)](https://hub.docker.com/r/ofekmeister/csi-gcs) -[![License - MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-9400d3.svg)](https://choosealicense.com/licenses) -[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/ofekmeister%40gmail.com) +| | | +| --- | --- | +| CI/CD | [![CI - Test](https://github.com/ofek/csi-gcs/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/csi-gcs/actions/workflows/test.yml) [![CI - Image](https://github.com/ofek/csi-gcs/actions/workflows/image.yml/badge.svg)](https://github.com/ofek/csi-gcs/actions/workflows/image.yml) | +| Docs | [![Docs](https://github.com/ofek/csi-gcs/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/csi-gcs/actions/workflows/docs.yml) | +| Image | [![Docker - Version](https://img.shields.io/docker/v/ofekmeister/csi-gcs.svg?sort=semver)](https://hub.docker.com/r/ofekmeister/csi-gcs) [![Docker - Pulls](https://img.shields.io/docker/pulls/ofekmeister/csi-gcs.svg)](https://hub.docker.com/r/ofekmeister/csi-gcs) | +| Meta | [![License - MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) | ----- diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css index 41fa702..6808465 100644 --- a/docs/assets/css/custom.css +++ b/docs/assets/css/custom.css @@ -1,11 +1,11 @@ -.md-typeset .tabbed-set { - border: 1px solid #eee; -} -.md-typeset .tabbed-content { - padding: 0.5em 1em; -} - +/* https://github.com/squidfunk/mkdocs-material/issues/1522 */ .md-typeset h5 { color: var(--md-default-fg-color); text-transform: none; } + +/* Brighter links for dark mode */ +[data-md-color-scheme=slate] { + /* https://github.com/squidfunk/mkdocs-material/blob/8.2.15/src/assets/stylesheets/main/_colors.scss */ + --md-typeset-a-color: var(--md-primary-fg-color--light); +} diff --git a/docs/assets/js/custom.js b/docs/assets/js/custom.js deleted file mode 100644 index f56f5b8..0000000 --- a/docs/assets/js/custom.js +++ /dev/null @@ -1,2 +0,0 @@ -// The JS file in https://github.com/facelessuser/pymdown-extensions/tree/master/docs/theme/assets/pymdownx-extras -!function(){"use strict";var e;e=function(){"undefined"!=typeof mermaid&&function(a){for(var t=document.querySelectorAll("pre.".concat(a)),e=function(e){var d=t[e],i=document.createElement("div");i.style.visibility="hidden",i.style.width="100%",i.style.minWidth="100%",i.style.fontSize="16px",d.parentNode.appendChild(i),mermaid.mermaidAPI.render("_mermaind_".concat(e),function(e){for(var t="",n=0;n=1.1.0 + mkdocs~=1.3.0 ; theme - mkdocs-material>=5.1.1 + mkdocs-material~=8.2.8 ; plugins - mkdocs-minify-plugin>=0.2.3 - mkdocs-git-revision-date-localized-plugin>=0.4.6 + mkdocs-minify-plugin~=0.5.0 + mkdocs-git-revision-date-localized-plugin~=1.0.0 ; Extensions - pymdown-extensions>=7.1 - mkdocs-material-extensions>=1.0b2 - mkpatcher>=1.0.2 + pymdown-extensions~=9.3.0 + mkdocs-material-extensions~=1.0.3 + mkpatcher~=1.0.2 ; Necessary for syntax highlighting in code blocks - Pygments>=2.5.2 + Pygments~=2.11.2 commands = python -m mkdocs {posargs}