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: 0 additions & 3 deletions docs/blog/author/team.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/blog/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Blog

News, updates, and resources from the commit-check organization.
Release announcements, and the reasoning behind decisions the reference pages
only state. [Rules](../rules.md) tells you what a rule does and how to configure
it; these posts cover why it exists and what changed along the way.
19 changes: 15 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,22 @@ And [many more](https://github.com/commit-check/commit-check-action/network/depe

<div class="community-section" markdown>

## Join our community
## Questions, bugs, contributions

**Be part of a growing ecosystem of developers who care about Commit Check.**
**Start a [discussion](https://github.com/commit-check/commit-check/discussions)**
if you are weighing up a policy, are not sure whether something is a bug, or
want to know how other projects have handled it.

[GitHub Issue :fontawesome-brands-github:](https://github.com/commit-check/commit-check/issues){ .md-button }
[GitHub Pull Request :fontawesome-brands-github:](https://github.com/commit-check/commit-check/pulls){ .md-button }
**Open an [issue](https://github.com/commit-check/commit-check/issues)** when
something is broken or missing — include the output of
`commit-check --format json`, which carries the rule ID and the value that
failed.

**Send a pull request** to any of the
[repositories](https://github.com/commit-check). The engine, the Action and the
MCP server are separate — [Ecosystem](#ecosystem) above shows which is which.

[Discussions :fontawesome-brands-github:](https://github.com/commit-check/commit-check/discussions){ .md-button .md-button--primary }
[Issues :fontawesome-brands-github:](https://github.com/commit-check/commit-check/issues){ .md-button }

</div>
3 changes: 3 additions & 0 deletions scripts/mkdocs_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"guides/ai-attribution": "guides/policies/",
"what-is-new": "changelog/",
"projects": "",
# An orphan: nothing linked to it, it was not in the nav, and it matched no
# key in .authors.yml, so the blog never treated it as an author page.
"blog/author/team": "blog/",
}

# Redirect stubs for the URLs the Sphinx site served.
Expand Down