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
15 changes: 15 additions & 0 deletions docs/8-community/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Changelog
---

# Changelog

Stay informed about Recce updates, new features, and improvements.

## Release notes

For a quick overview of recent releases, visit the [Recce Changelog](https://reccehq.com/changelog/).

## Detailed release posts

For in-depth coverage of new features and how to use them, see our [release blog posts](https://blog.reccehq.com/tag/release).
36 changes: 36 additions & 0 deletions docs/8-community/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Community & Support
---

# Community & Support

Connect with the Recce team and community for help and updates.

## Get help

- [Discord](https://discord.com/invite/VpwXRC34jz) - Join our community for discussions and quick support
- [dbt Slack](https://www.getdbt.com/community/join-the-community) - Find us in the [#tools-recce](https://getdbt.slack.com/archives/C05C28V7CPP) channel
- [Email](mailto:help@reccehq.com) - Reach us at help@reccehq.com

## Report issues

Found a bug or have a feature request? Open a [GitHub Issue](https://github.com/DataRecce/recce/issues) on our repository.

## Follow Recce

Stay updated with news and insights from the team:

- [LinkedIn](https://www.linkedin.com/company/datarecce)
- [Recce Blog](https://blog.reccehq.com/)
- [X (Twitter)](https://x.com/DataRecce)
- [Mastodon](https://mastodon.social/@DataRecce)
- [Bluesky](https://bsky.app/profile/datarecce.bsky.social)

## Subscribe to our newsletter

Stay updated with Recce news, data engineering insights, and product updates.

<div class="hubspot-newsletter-wrapper">
<h3>Sign up for Recce Updates</h3>
<div id="hubspot-newsletter-form"></div>
</div>
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ nav:
- 8-technical-concepts/state-file.md
- 8-technical-concepts/configuration.md

- Community:
- 8-community/support.md
- 8-community/changelog.md

- Blog: "https://blog.reccehq.com"
- Changelog: "https://reccehq.com/changelog/"
- Start Free: "https://cloud.reccehq.com/"
Expand Down