website
website copied to clipboard
:electron: The Electron website
Adds a new infra page with information about the services and bots we run, website seemed to make the most sense for centralizing this information. Still a WIP I want...
I came across this: https://www.youtube.com/watch?v=LbC4WZoyinI&t=5s which adds common terms in little tooltips using docusaurus and mdx. Code is [here](https://github.com/sw-yx/demo-docusaurus-mdx-preview-poc/blob/ec326366710577162500b78ced31a4734b47b101/src/theme/MDXComponents/index.js), would be cool to add to our docs!
> [!NOTE] > This PR is part of the **2024 Electron GSoC** [[Project](https://summerofcode.withgoogle.com/programs/2024/projects/wenKR2i3)] [[Proposal](https://gist.github.com/piotrpdev/9ed9bd7f0f3ab192a5ae58a35fbe03e7)]. Use `export GH_TOKEN=` before `yarn start` if you want to test the releases fetching and unzipping....
For some reason the translated versions of the "Governance" and "Apps" pages throw 404s. The strange thing is they seem to load initially and then switch to 404, and the...
I used [this script](https://gist.github.com/ckerr/6acb982f1c44ad24fab344ba98e3c1e0) to run lossless compression utils [zopflipng, optipng, advpng, pngcrush] dialed to maximum (e.g. `advpng --shrink-insane`) on all the png files in the repo. The ugly: this...
[According to the docs, this plugin is deprecated and stopped working in July 2023.](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-analytics) cc @erickzhao https://github.com/electron/website/blob/f2a1e452ba3d4cbd0d26e4e9b9dcb948b81dd83f/package.json#L34
GitHub released a new "Alerts" syntax in GitHub-flavoured Markdown (GFM) for highlighting blocks in late 2022: > [!NOTE] > This is an important note! https://github.com/orgs/community/discussions/16925 These are a non-standard Markdown...
Possibly due to missing GitHub token env var in build step for "Update i18n deploy" workflow? https://github.com/electron/website/actions/runs/10830429864/job/30050180674 @dsanders11 @VerteDinde @erickzhao
* Refactor `.github/workflows/resolve-pr-release-versions.yml` to use `ElectronVersions` instead of GraphQL releases. * Remove use of old bootstrap data since it was generated using a different approach and is therefore possibly invalid....