docs: remove cost, document missing options and improve docs (#653)

This commit is contained in:
Simon Lecoq
2021-11-04 19:33:29 -04:00
committed by GitHub
parent e147d2ac32
commit a291e35774
56 changed files with 82 additions and 87 deletions

View File

@@ -24,4 +24,5 @@ Display a random code snippet from your recent activity history.
plugin_code_load: 100 # Fetch 100 events from activity
plugin_code_visibility: public # Only display snippets from public activity
plugin_code_skipped: github/octocat # Skip github/octocat repository
plugin_code_languages: javascript # Limit code snippets to JavaScript code
```

View File

@@ -1,5 +1,4 @@
name: "♐ Code snippet of the day"
cost: 1 REST request per 100 events fetched
category: github
index: 22
supports:
@@ -44,7 +43,7 @@ inputs:
type: array
format: comma-separated
default: ""
example: my-repo-1, my-repo-2, owner/repo-3 ...
example: my-repo-1, my-repo-2, owner/repo-3, ...
# Restrict code snippet languages
# These are guessed through linguist
@@ -53,4 +52,4 @@ inputs:
type: array
format: comma-separated
default: ""
example: javascript, typescript, ....
example: javascript, typescript, ...