open-vault/website/source/community.html.erb
2019-11-06 22:09:43 -05:00

26 lines
948 B
Plaintext

---
layout: "inner"
page_title: "Community"
description: "Vault is an open source project with a growing community."
---
<hashi-section-header
headline='Community'
description='Vault is an open source project with a growing community. There are active, dedicated users willing to help you through various mediums.'
use_h1=true
></hashi-section-header>
<hashi-vertical-text-block-list _data="<%= encode([
{
header: 'Discussion List',
body: '[Vault Community Forum](https://discuss.hashicorp.com/c/vault)'
}, {
header: 'Bug Tracker',
body: '[Issue tracker
on GitHub](https://github.com/hashicorp/vault/issues) for reporting bugs. Use IRC or the mailing list for general help.'
}, {
header: 'Training',
body: '[Paid HashiCorp](https://www.hashicorp.com/training.html) training courses are available in a city near you. Private training courses are also available.'
}
]) %>"></hashi-vertical-text-block-list>