-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
SentinelSentinel documentationSentinel documentation
Description
Product
Sentinel
Issue type
Bug
Describe your issue to request changes to the content on developer.hashicorp.com. Be specific and provide as much detail as possible. Include page URLs and screenshots if applicable.
On the main Sentinel docs page, the three "Integration" cards: Terraform, Vault, and Consul, all link to the same Terraform page. The pages that I imagine were intended to be linked to do exist, they're just not correctly linked on this page.
Excerpt of where the issue is:
{
"type": "card-grid",
"title": "Integrations",
"description": "Sentinel integrates with HashiCorp products.",
"cards": [
{
"title": "Terraform",
"description": "Enforce infrastructure compliance policies with Terraform",
"url": "/sentinel/docs/terraform"
},
{
"title": "Vault",
"description": "Implement advanced access control policies within Vault",
"url": "/sentinel/docs/terraform"
},
{
"title": "Consul",
"description": "Create service mesh governance rules within Consul",
"url": "/sentinel/docs/terraform"
}
],
"headingLevel": 2,
"headingId": "integrations"
}Although the linked pages are within the repo, this specific page doesn't seem to be within the repository for me to open a PR.
Edit: This might be considered a separate issue but I'm also noticing another issue in this selection is that Nomad is not listed as one of the cards despite it having a page just like the other 3 that are (incorrectly) linked under "Integration".
Metadata
Metadata
Assignees
Labels
SentinelSentinel documentationSentinel documentation