Skip to content

Commit

Permalink
Add commercial label and projects
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 23, 2024
1 parent 37200e9 commit 6ee5df3
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@ categories:

labels:
- label: plugin
image: https://cdn.icon-icons.com/icons2/1465/PNG/512/701electricplug_100845.png
image: https://cdn.icon-icons.com/icons2/1465/PNG/32/701electricplug_100845.png
description: MkDocs plugin
- label: theme
image: https://cdn.icon-icons.com/icons2/1495/PNG/512/preferencesdesktoptheme_102980.png
image: https://cdn.icon-icons.com/icons2/1495/PNG/32/preferencesdesktoptheme_102980.png
description: MkDocs theme
- label: project
image: https://cdn.icon-icons.com/icons2/1448/PNG/512/42498factory_99134.png
image: https://cdn.icon-icons.com/icons2/1448/PNG/32/42498factory_99134.png
description: Mkdocs-based project (website, templates, etc.)
- label: markdown
image: https://cdn.icon-icons.com/icons2/1459/PNG/512/2799201-jigsaw-processing_99781.png
image: https://cdn.icon-icons.com/icons2/1459/PNG/32/2799201-jigsaw-processing_99781.png
description: Markdown extension(s)
- label: commercial
image: https://cdn.icon-icons.com/icons2/403/PNG/32/cash_40532.png
description: Commercial product (sponsorware, etc.)

projects:
- name: Material for MkDocs
Expand Down Expand Up @@ -824,6 +827,12 @@ projects:
pypi_id: mkdocs-publisher
labels: [plugin]
category: html-css
- name: MkDocs Pygments
mkdocs_plugin: pygments
description: Highlighting themes for code blocks.
github_id: pawamoy/mkdocs-pygments
labels: [plugin, commercial]
category: html-css

- name: static-i18n
mkdocs_plugin: i18n
Expand Down Expand Up @@ -1180,6 +1189,11 @@ projects:
github_id: flywire/caption
labels: [markdown]
category: markdown
- name: Markdown PyCon
markdown_extension: pycon
github_id: pawamoy/markdown-pycon
labels: [markdown, commercial]
category: markdown

- name: exclude
mkdocs_plugin: exclude
Expand Down

0 comments on commit 6ee5df3

Please sign in to comment.