An open API service indexing awesome lists of open source software.

https://github.com/athackst/mkdocs-action-yml

A markdown extension for mkdocs to document action.yml files
https://github.com/athackst/mkdocs-action-yml

Last synced: about 1 year ago
JSON representation

A markdown extension for mkdocs to document action.yml files

Awesome Lists containing this project

README

          

# mkdocs-action-yml
A markdown extension for mkdocs to document action.yml files

## Reference

### Block syntax

The syntax for a `mkdocs-action-yml` block is the following:

```md
::: mkdocs-action-yml
:path: action.yml
:owner: organization or user
:version: v0.0.1
```

Options:

- `path`: [required] Path to the action.yml file
- `owner`: [required] Owner of the action file (to locate the action)
- `version`: [optional] The latest version of the action