We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00d2c1 commit e590346Copy full SHA for e590346
2 files changed
.github/linters/.markdown-lint.yml
@@ -13,6 +13,9 @@ MD028: false
13
# MD029/ol-prefix Ordered list item prefix
14
MD029: false
15
16
+# MD033/no-inline-html Inline HTML
17
+MD033: false
18
+
19
# MD034/no-bare-urls Bare URL used
20
MD034: false
21
README.md
@@ -1,4 +1,9 @@
1
-# ASF Tooling
+<div align="center">
2
+ <h1>ASF Tooling</h1>
3
+ <a href="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml">
4
+ <img src="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml/badge.svg" alt="Build a Pelican Website Workflow Status">
5
+ </a>
6
+</div>
7
8
The Tooling team manages development of key tooling efforts for The ASF, and documents and discusses them as outlined on this page.
9
0 commit comments