fix: use correct rules syntax
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ lighthouse:
|
||||
|
||||
catalog:
|
||||
rules:
|
||||
allow: [Component, API, Group, Template]
|
||||
- allow: [Component, API, Group, Template, Location]
|
||||
processors:
|
||||
githubApi:
|
||||
privateToken:
|
||||
|
||||
@@ -77,7 +77,7 @@ to be ingested from any source, for example:
|
||||
```yaml
|
||||
catalog:
|
||||
rules:
|
||||
allow: [Component, API, Template]
|
||||
- allow: [Component, API, Template]
|
||||
```
|
||||
|
||||
For loading from a file, the following command should work when the backend is
|
||||
|
||||
Reference in New Issue
Block a user