We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a8650 commit 2b6a227Copy full SHA for 2b6a227
docs/policygenerator.md
@@ -45,7 +45,7 @@ To contribute a policy expander, you'll need to:
45
3. Choose a name for your boolean expander setting. (Existing names have followed the pattern
46
`Inform<engine-name>Policies`.)
47
4. Add your expander setting to both the `PolicyDefaults` and the `PolicyConfig` structs in
48
- [types.go](../types/types.go)
+ [types.go](../internal/types/types.go)
49
5. Add your expander setting to the `applyDefaults()` method in [plugin.go](../internal/plugin.go)
50
to set defaults for both `PolicyDefaults` and `Policies`.
51
6. Update the [policygenerator-reference.yaml](./policygenerator-reference.yaml) with your expander
0 commit comments