electron / website

:electron: The Electron website
https://electronjs.org
Apache License 2.0
117 stars 126 forks source link

[Bug]: German support page still online and states Electron is compatible with Windows 7 #489

Closed flavienbonvin closed 8 months ago

flavienbonvin commented 10 months ago

Preflight Checklist

Electron Version

28.0.0

What operating system are you using?

Windows

Operating System Version

Windows 10

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

The German support page is still available in the documentation Here is the link: https://www.electronjs.org/de/docs/latest/tutorial/unterst%C3%BCtzung

Actual Behavior

The content of the page should be updated to the content of the page in the English version of the documentation Here is the support page in English: https://www.electronjs.org/docs/latest/tutorial/support

Testcase Gist URL

No response

Additional Information

It seems like an outdated German version of the electron website is still online. Accessing the outdated link and then clicking the logo shows the old website, which is a bit broken.

erickzhao commented 8 months ago

This seems to be an issue with how the build flow just uploads the build without cleaning up old files from previous builds that don't need to be there anymore.

I've been doing this manually in static storage whenever this crops up, but we should find a cleaner way of doing things. 🤔

erickzhao commented 8 months ago

This page should 404 at least now. Thanks for the report @flavienbonvin! We have an old issue open for problems like this so I'll track it there: https://github.com/electron/website/issues/139