Skip to content

Commit 2e2f774

Browse files
adding in repo and path references for specs
1 parent fb738e2 commit 2e2f774

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

src/pages/hcp/api-docs/consul/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3636
serviceProductSlug: 'consul',
3737
githubSourceDirectory: {
3838
owner: 'hashicorp',
39-
repo: 'hcp-specs',
40-
path: 'specs/cloud-global-network-manager-service',
39+
repo: 'web-unified-docs',
40+
path: 'content/hcp-docs/specs/cloud-global-network-manager-service',
4141
ref: 'main',
4242
},
4343
statusIndicatorConfig: {

src/pages/hcp/api-docs/hvn/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3333
basePath: '/hcp/api-docs/hvn',
3434
githubSourceDirectory: {
3535
owner: 'hashicorp',
36-
repo: 'hcp-specs',
37-
path: 'specs/cloud-network',
36+
repo: 'web-unified-docs',
37+
path: 'content/hcp-docs/specs/cloud-network',
3838
ref: 'main',
3939
},
4040
groupOperationsByPath: true,

src/pages/hcp/api-docs/identity/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3333
basePath: '/hcp/api-docs/identity',
3434
githubSourceDirectory: {
3535
owner: 'hashicorp',
36-
repo: 'hcp-specs',
37-
path: 'specs/cloud-iam',
36+
repo: 'web-unified-docs',
37+
path: 'content/hcp-docs/specs/cloud-iam',
3838
ref: 'main',
3939
},
4040
groupOperationsByPath: true,

src/pages/hcp/api-docs/operations/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3333
basePath: '/hcp/api-docs/operations',
3434
githubSourceDirectory: {
3535
owner: 'hashicorp',
36-
repo: 'hcp-specs',
37-
path: 'specs/cloud-operation',
36+
repo: 'web-unified-docs',
37+
path: 'content/hcp-docs/specs/cloud-operation',
3838
ref: 'main',
3939
},
4040
groupOperationsByPath: true,

src/pages/hcp/api-docs/packer/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3535
serviceProductSlug: 'packer',
3636
githubSourceDirectory: {
3737
owner: 'hashicorp',
38-
repo: 'hcp-specs',
39-
path: 'specs/cloud-packer-service',
38+
repo: 'web-unified-docs',
39+
path: 'content/hcp-docs/specs/cloud-packer-service',
4040
ref: 'main',
4141
},
4242
statusIndicatorConfig: {

src/pages/hcp/api-docs/rbac/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3333
productSlug: 'hcp',
3434
githubSourceDirectory: {
3535
owner: 'hashicorp',
36-
repo: 'hcp-specs',
37-
path: 'specs/cloud-resource-manager',
36+
repo: 'web-unified-docs',
37+
path: 'content/hcp-docs/specs/cloud-resource-manager',
3838
ref: 'main',
3939
},
4040
navResourceItems: [

src/pages/hcp/api-docs/vagrant-box-registry/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3434
basePath: '/hcp/api-docs/vagrant-box-registry',
3535
githubSourceDirectory: {
3636
owner: 'hashicorp',
37-
repo: 'hcp-specs',
38-
path: 'specs/cloud-vagrant-box-registry',
37+
repo: 'web-unified-docs',
38+
path: 'content/hcp-docs/specs/cloud-vagrant-box-registry',
3939
ref: 'main',
4040
},
4141
groupOperationsByPath: true,

src/pages/hcp/api-docs/vault-secrets/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const PAGE_CONFIG: OpenApiDocsViewV2Config = {
4949
],
5050
schemaSource: {
5151
owner: 'hashicorp',
52-
repo: 'hcp-specs',
53-
path: 'specs/cloud-vault-secrets',
52+
repo: 'web-unified-docs',
53+
path: 'content/hcp-docs/specs/cloud-vault-secrets',
5454
ref: 'main',
5555
},
5656
productContext: 'hcp',

src/pages/hcp/api-docs/vault/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const PAGE_CONFIG: OpenApiDocsViewV2Config = {
4949
],
5050
schemaSource: {
5151
owner: 'hashicorp',
52-
repo: 'hcp-specs',
53-
path: 'specs/cloud-vault-service',
52+
repo: 'web-unified-docs',
53+
path: 'content/hcp-docs/specs/cloud-vault-service',
5454
ref: 'main',
5555
},
5656
productContext: 'hcp',

src/pages/hcp/api-docs/waypoint/[[...page]].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const PAGE_CONFIG: OpenApiDocsPageConfig = {
3030
basePath: '/hcp/api-docs/waypoint',
3131
githubSourceDirectory: {
3232
owner: 'hashicorp',
33-
repo: 'hcp-specs',
34-
path: 'specs/cloud-waypoint-service',
33+
repo: 'web-unified-docs',
34+
path: 'content/hcp-docs/specs/cloud-waypoint-service',
3535
ref: 'main',
3636
},
3737
groupOperationsByPath: true,

0 commit comments

Comments
 (0)