Skip to content

Commit 25847c3

Browse files
Docs: permstable resource-table UDR migration (#6162)
* moves resource-table.mdx to internal/website/permstable * updates location of generated resource-table.mdx file to internal/website/permstable/ This change facilitates the implementation of the web-unified-docs content migration, which will need to source generated content like this table from outside the website folder after the content migration.
1 parent 4bdb811 commit 25847c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

internal/website/permstable/permstable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/hashicorp/boundary/internal/types/resource"
1818
)
1919

20-
const permsFile = "website/content/docs/rbac/resource-table.mdx"
20+
const permsFile = "internal/website/permstable/resource-table.mdx"
2121

2222
var (
2323
iamScopes = []string{"Global", "Org"}

website/content/docs/rbac/resource-table.mdx renamed to internal/website/permstable/resource-table.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: >-
55
View a list of resources and their available permissions parameters and actions to help you configure and manage permissions.
66
---
77

8+
<!-- This file is generated by permstable.go and then sourced by the
9+
web-unified-docs repo for the live documentation.
10+
Do not move this file without changing its downstream in web-unified-docs. -->
11+
812
# Resource tables
913

1014
The following tables work as a quick cheat sheet to help you manage your

0 commit comments

Comments
 (0)