Last updated

Project 17 Summary

Plugin playground

What made you smile?

  • If you provide valid file for remote content it will work fine

What did you find confusing?

  • I lost my commit message when I navigate to PR and back to Editor
    • It should keep commit message in localstorage to avoid problems
  • DEPLOYS:
    • When we try to RESTART buid it will not stop current build, only create the new one
      • RESTART => REPLAY BUILD / RERUN rename the button to be more precise
      • Add STOP button for DEPLOY
  • after configure the plugin we will see an error: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  • When we provide wrong URL to GitHubAPI and we tried to EDIT to the correct URL it will not work. Not create a commit idk, we need to remove remote content and add it again
  • Decorators not work atm

Improvements

  • Add Create Pull Request button on Pull Request page
  • Add back/forward button to Docs webview
  • remove extra space: You are editing apis/GitHub API>>>HERE<<< , which is connected to your project from a remote source. All changes you make in Redocly will be overwritten during the next sync with the remote source. If you need to edit this file, make your changes in the remote source.
  • I think (MM) that we should fix a link in this place: https://redocly.com/docs/cli/configuration/reference/decorators#configure-decorators-from-custom-plugins
    • "Redocly also supports custom plugins for advanced users. "
    • custom plugins should redirect to https://redocly.com/docs/cli/custom-plugins/custom-decorators instead of https://redocly.com/docs/cli/custom-plugins/custom-rules and it "force" me to copy the wrong code snippet.