diff --git a/docs/8-community/changelog.md b/docs/8-community/changelog.md new file mode 100644 index 0000000..c03d008 --- /dev/null +++ b/docs/8-community/changelog.md @@ -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). diff --git a/docs/8-community/support.md b/docs/8-community/support.md new file mode 100644 index 0000000..48eb23d --- /dev/null +++ b/docs/8-community/support.md @@ -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. + +
+

Sign up for Recce Updates

+
+
diff --git a/mkdocs.yml b/mkdocs.yml index bee8774..5112639 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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/"