/api-documentation-action

📘 Action responsável por renderizar e disponibilizar arquivos .apib

Primary LanguageHTMLMIT LicenseMIT

📜 API-DOCUMENTATION

units-test

⚙️ Usage

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'

🖼️ Themes available

🪖 Full command

npx aglio -i hello.apib --theme-variables slate --theme-template triple -o hello.html