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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ MD028: false
# MD029/ol-prefix Ordered list item prefix
MD029: false

# MD033/no-inline-html Inline HTML
MD033: false

# MD034/no-bare-urls Bare URL used
MD034: false

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# ASF Tooling
<div align="center">
<h1>ASF Tooling</h1>
<a href="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml">
<img src="https://github.com/apache/tooling-docs/actions/workflows/build-pelican.yml/badge.svg" alt="Build a Pelican Website Workflow Status">
</a>
</div>

The Tooling team manages development of key tooling efforts for The ASF, and documents and discusses them as outlined on this page.

Expand Down