Skip to content

Commit

Permalink
Merge pull request #729 from UmairSyed/patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
waelkdouh authored Feb 13, 2025
2 parents 2456eba + 6241148 commit 61193b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apiops/6-supportingIndependentAPITeams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiNames:
- api2
```
Here are some rules to keep in minding when constructing your configuration.extractor.yaml file:
Here are some rules to keep in mind when constructing your configuration.extractor.yaml file:
- A ``apiNames`` section which includes a bogus name (e.g. ignore) in configuration (``apiNames:[ignore]``) means no apis will be extracted. The reason we did not use an empty array instead to indicate ignoring an artifact has to do with the fact that an empty array doesn't work here is because of the way YAML configurations work with .NET configuration. Passing a field with an empty array is essentially the same not passing that field at all.
- A missing ``apiNames`` section in configuration means all apis will be extracted.
Expand Down

0 comments on commit 61193b4

Please sign in to comment.