stencila site reviews config
Usage
stencila site reviews config [OPTIONS]Examples
# Allow public submissions
stencila site reviews config --public
# Disallow anonymous submissions
stencila site reviews config --no-anon
# Only allow comments (not suggestions)
stencila site reviews config --types comment
# Allow both comments and suggestions
stencila site reviews config --types comment --types suggestion
# Set selection limits
stencila site reviews config --min-selection 10 --max-selection 2000
# Enable keyboard shortcuts (Ctrl+Shift+C for comment, Ctrl+Shift+S for suggestion)
stencila site reviews config --shortcuts
# Only show reviews on docs and guides pages
stencila site reviews config --include "docs/**" --include "guides/**"
# Hide reviews from API reference and changelog
stencila site reviews config --exclude "api/**" --exclude "changelog/**"Options
--public | truefalse |
--no-public | truefalse |
--anon | truefalse |
--no-anon | truefalse |
--types | commentsuggestion |
--min-selection | |
--max-selection | |
--shortcuts | truefalse |
--no-shortcuts | truefalse |
--include | |
--exclude |