docs: remove cost, document missing options and improve docs (#653)
This commit is contained in:
@@ -34,7 +34,9 @@ These are all enabled by default, but you can explicitely opt out from them.
|
||||
# ... other options
|
||||
base: header, repositories # Only display "header" and "repositories" sections
|
||||
repositories: 100 # Query only last 100 repositories
|
||||
repositories_batch: 25 # Query repositories 25 by 25 (lower this to avoid API timeouts)
|
||||
repositories_forks: no # Don't include forks
|
||||
repositories_affiliations: owner, collaborator # Display only repositories where user is owner or collaborator
|
||||
repositories_skipped: lowlighter/lowlighter # Exclude automatically "lowlighter/lowlighter" repository from plugins allowing a skip list
|
||||
commits_authoring: octocat@github.com # Handle you use when authoring commits, which can be used to filter commits in other plugins
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user