Commit 431b7ea 1 parent 0d1058b commit 431b7ea Copy full SHA for 431b7ea
File tree 2 files changed +7
-2
lines changed
docs/resource-ref-generator
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1851,3 +1851,7 @@ go-mod-tidy-all:
1851
1851
dump-preset-roles :
1852
1852
GOOS=$(OS ) GOARCH=$(ARCH ) $(CGOFLAG ) go run ./build.assets/dump-preset-roles/main.go
1853
1853
pnpm test web/packages/teleport/src/Roles/RoleEditor/StandardEditor/standardmodel.test.ts
1854
+
1855
+ .PHONY : gen-resource-docs
1856
+ gen-resource-docs :
1857
+ cd docs/resource-ref-generator && go run resource-ref-generator -config config.yaml
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ It uses the Teleport source as the basis for the guide.
6
6
7
7
## Usage
8
8
9
+ From the root of your ` gravitational/teleport ` clone:
10
+
9
11
```
10
- $ cd docs/resource-ref-generator
11
- $ go run . -config config.yaml
12
+ $ make gen-resource-docs
12
13
```
13
14
14
15
## How it works
You can’t perform that action at this time.
0 commit comments