Skip to content

The good

  1. It was realy easy to get started with.

The bad

  1. It's hard to read hints in the online editor if they appear on the top lines. Also, the right side could be hidden. Screenshot 2024-09-11 at 15.47.35.png

  2. Broken links in locale folders when a file is generated as a plugin output:

    redocly.yaml

    plugins:
    - '@theme/my-plugin.mjs'
    apis:
    github:
      root: vendor-api/github-oas/api.github.com.yaml
      decorators:
        creativara/swap-webhooks-descriptions: on
        creativara/prepend-links: on
      output: output/test.yaml

    sidebars.yaml

    - group: vendor APIs
      items:
        - page: ./output/test.yaml
          flatten: true

    Screenshot 2024-09-11 at 15.05.40.png