bengreenier-actions/readme-docs

Upload docs to readme.com

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
apiKeyYour readme.com API Keyyes
versionYour readme.com project version you wish to upload docs into. See https://docs.readme.com/reference/getprojectyes
categorySlugThe category slug to upload docs into. See https://docs.readme.com/reference/categories#getcategoryyes
parentSlugThe parent doc slug (within the category) to upload docs into. See https://docs.readme.com/reference/getdocno""
titlePrefixThe prefix we prepend to each doc title.no""
titleRegexThe regex we run for each file to determine the doc title. First capture group is used.no#(.+)?
pathThe file path(s) to upload. Globs supported. See https://github.com/actions/toolkit/tree/main/packages/globno""
additionalJsonJson string to base requests off of. Overridden by other action inputs. See https://docs.readme.com/reference/getdocno{}
createFlag indicating if we should create new docs. See https://docs.readme.com/reference/createdocnotrue
overwriteFlag indicating if we should overwrite existing docs. See https://docs.readme.com/reference/updatedocnofalse
clearFlag indicating if we should clear the category of docs before creation. See https://docs.readme.com/reference/deletedocnofalse

no outputs