uses: actions/api-documentation-action@v1
with:
owner: 'my-org'
repo: 'my-repo'
ref: 'my-branch'
token: 'my-pat'
targetOwner: 'my-target-owner'
targetRepo: 'my-target-repo'
targetRef: 'my-target-ref'
targetWorkflowId: 'main.yml'
themeVariables: 'default'
themeTemplate: 'default'
- Default theme two column or three column
- Streak theme two column or three column
- Flatly theme two column or three column
- Cyborg theme two column or three column
- Slate theme two column or three column
- Ex:
themeVariables: 'slate' # theme name themeTemplate: 'triple' # number of columns [two or triple] Default: 'two'
npx aglio -i hello.apib --theme-variables slate --theme-template triple -o hello.html