# Training 18 experience review ## 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](/assets/screenshot-2024-09-11-at-15.47.35.7804d113b12048a08528ae61a5622c8645b870b715be71471a5da741e8b03c53.9c1bb791.png) 2. Broken links in locale folders when a file is generated as a plugin output: redocly.yaml ```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](/assets/screenshot-2024-09-11-at-15.05.40.a7468fefb457d9f4b80bb6f90f81324d8be44771ecdc066fb9bd3d8221227d09.9c1bb791.png)