Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
UmairSyed authored Feb 13, 2025
1 parent 2456eba commit 6241148
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 6241148

Please sign in to comment.