eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

Fix build to publish TypeDoc #13821

Open JonasHelming opened 2 weeks ago

JonasHelming commented 2 weeks ago

TypeDoc in Theia is offline which was originally hosted at: https://eclipse-theia.github.io/theia/docs/next e.g. https://eclipse-theia.github.io/theia/docs/next/interfaces/core.applicationshell-2.widgetoptions.html

It is linked from the docs though: E.g. here: https://theia-ide.org/docs/widgets/ (search for "the typedoc")

I believe it was generated by this workflow: https://github.com/eclipse-theia/theia/blob/master/.github/workflows/publish-gh-pages.yml which is currently on manual execution

https://github.com/eclipse-theia/theia/issues/13319#issuecomment-2044977359