-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard helper for extracting options from _pkgdown.yaml #1927
Labels
upkeep
maintenance, infrastructure, and similar
Comments
Could also do some type checking? |
Look for uses of Actually |
config_markdown_inline(pkg, path)
config_markdown_block(pkg, path)
config_string(pkg, path)
config_list(pkg, path)
config_character(pkg, path)
config_exclusive(pkg, path1, path2) #?
Maybe |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should include default value, and provide list of keys, where everything apart from the first key is treated as a deprecated, and generates an deprecation message.
The text was updated successfully, but these errors were encountered: