suborbital / docs

Documentation monorepo for Suborbital projects and products
https://docs.suborbital.dev
Apache License 2.0
8 stars 5 forks source link

Editor is not configured notice has broken link to documentation #208

Closed javorszky closed 1 year ago

javorszky commented 1 year ago

What I did

Visit https://editor.suborbital.network

Got the following notice:

notice

That notice has a link to documentation. Link href is https://docs.suborbital.dev/compute/integrate-the-function-editor/code-editor/#configuration

What I expected to happen

Clicking the link should have taken me to a documentation where I can read about the required query params (maybe even an interactive builder that would give me a built link based on the inputs in boxes)

What happened instead?

Got a 404

404
LauraLangdon commented 1 year ago

Fixing the link probably needs to happen in the editor itself, not the docs, and it should be this link: https://docs.suborbital.dev/how-to/customize-plugins/plugin-editor  But now that I think about it, this page needs to be updated with the new terms and possibly more. I'll comb through it. Tracking here: https://github.com/suborbital/docs/pull/209

LauraLangdon commented 1 year ago

Closing in favor of https://github.com/suborbital/se2/pull/1168