Skip to content

Commit 3b9d9f7

Browse files
authored
Add project: Added mkdocs-azure-pipelines (also did some cleaning) (#304)
* Removed dead code * Moved ansible-mkdocs to the correct category section * Added mkdocs-azure-pipelines * Added pypi_id and labels, removed license * Added mkdocs_plugin
1 parent 1375ce6 commit 3b9d9f7

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

projects.yaml

+12-16
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,18 @@ projects:
373373
pypi_id: mkdocs-api-autonav
374374
category: api-docs
375375
labels: [plugin]
376+
- name: ansible-document
377+
homepage: https://pypi.org/project/ansible-mkdocs/
378+
description: Auto-generate ansible role documentation
379+
pypi_id: ansible-mkdocs
380+
labels: []
381+
category: api-docs
382+
- name: mkdocs-azure-pipelines
383+
mkdocs_plugin: mkdocs-azure-pipelines
384+
github_id: Wesztman/mkdocs-azure-pipelines
385+
pypi_id: mkdocs-azure-pipelines
386+
labels: [plugin]
387+
category: api-docs
376388

377389
- name: blog
378390
mkdocs_plugin: blog
@@ -1433,8 +1445,6 @@ projects:
14331445
labels: [plugin]
14341446
category: nav-pages
14351447
- name: mkdocs-pug
1436-
# mkdocs_plugin: mkdocs-pug
1437-
# https://github.com/vzhong/mkdocs_pug/issues/1
14381448
github_id: vzhong/mkdocs_pug
14391449
pypi_id: mkdocs-pug
14401450
labels: []
@@ -1770,20 +1780,6 @@ projects:
17701780
pypi_id: mkdocs-auto-refresh-build-pages
17711781
labels: [plugin]
17721782
category: site-management
1773-
# - name: Mkdocs Quizz
1774-
# mkdocs_plugin: mkdocs_quizz
1775-
# pypi_id: mkdocs-quizz
1776-
# github_id: bdallard/mkdocs_quiz
1777-
# license: MIT
1778-
# labels: [plugin]
1779-
# category: site-management
1780-
1781-
- name: ansible-document
1782-
homepage: https://pypi.org/project/ansible-mkdocs/
1783-
description: Auto-generate ansible role documentation
1784-
pypi_id: ansible-mkdocs
1785-
labels: []
1786-
category: api-docs
17871783

17881784
- name: mkdocs-embed-external-markdown
17891785
mkdocs_plugin: external-markdown

0 commit comments

Comments
 (0)