Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Vault IC:
'content/vault/*/content/docs/updates/lts-tracker.mdx'
]

# Add 'Vault Radar' label to changes under 'content/hcp-docs/content/docs/vault-radar'
# Add 'Vault Radar' label to changes under 'content/vault-radar-hcp'
#
# Label | Rule
# --------------- | ------------------------------------------------------------
Expand All @@ -201,7 +201,7 @@ Vault Radar:
- any:
- changed-files:
- any-glob-to-any-file: [
'content/hcp-docs/content/docs/vault-radar/**'
'content/vault-radar-hcp/**'
]

# Add 'WAF' label to changes under 'content/well-architected-framework'
Expand Down
7 changes: 5 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
/content/hcp-docs/content/partials/vault* @hashicorp/vault-education-approvers
/content/hcp-docs/img/docs/vault* @hashicorp/vault-education-approvers

# HCP Vault Radar docs
/content/vault-radar-hcp/ @hashicorp/vault-education-approvers

# HCP Boundary docs
/content/hcp-docs/content/docs/boundary/ @hashicorp/boundary-education-approvers
/content/hcp-docs/img/docs/boundary/ @hashicorp/boundary-education-approvers
Expand All @@ -71,7 +74,7 @@
/content/vagrant @hashicorp/Vagrant

# Nomad
/content/nomad/ @hashicorp/nomad-docs @hashicorp/nomad-eng
/content/nomad/ @hashicorp/nomad-docs @hashicorp/nomad-eng

# Packer
/content/packer @hashicorp/team-docs-packer-and-terraform @hashicorp/packer
/content/packer @hashicorp/team-docs-packer-and-terraform @hashicorp/packer
11 changes: 11 additions & 0 deletions __fixtures__/productConfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,17 @@ export const PRODUCT_CONFIG = {
versionedDocs: true,
websiteDir: 'website',
},
'vault-radar-hcp': {
assetDir: 'img',
basePaths: ['cloud'],
contentDir: 'docs',
dataDir: 'data',
productSlug: 'vault-radar/cloud',
semverCoerce: semver.coerce,
versionedDocs: false,
websiteDir: '.',
supportsExclusionDirectives: true,
},
// vagrant: {
// /**
// * 🟢🟢🟡 Initial migration attempt: CONTENT NOT FOUND on older versions
Expand Down
Loading
Loading