actions-marketplace-validations/Markdown Docs
Generates a documentation website from Markdown files with many extensions: https://github.com/ldeluigi/markdown-docs#readme
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src | Source path. Default: . | yes | . |
| dst | Output path. Default: docs | yes | docs |
| language | Language selector for mkdocs search feature and more. Default: en | no | en |
| icon | One of https://materialdesignicons.com icons. Displayed at the top left, links to the home. Default: library | no | library |
| primary-color | One of red, pink, purple, deep purple, indigo, blue, light blue, cyan, teal, green, light green, lime, yellow, amber, orange, deep orange. Default: indigo | no | indigo |
| secondary-color | One of red, pink, purple, deep purple, indigo, blue, light blue, cyan, teal, green, light green, lime, yellow, amber, orange, deep orange. Default: indigo | no | indigo |
| hide-repository | If set to true, will generate a website that doesn't link back to the repository on GitHub. Defaults to false. | no | false |
| title | The title for the documentation website. Defaults to the name of the repository. | no | ${{ github.repository }} |
Outputs
no outputs