Abhi G
Abhi G
I tried investigating if this can be done using Cypress, but unfortunately I was not able to find a solution. Just for the the reason Cypress explicitly does not support...
Hi @Stedawg91, thanks for the issue. I suppose you are talking about the following highlighted link. The link doesn't seem to be broken as it redirects to https://api.openverse.engineering/v1/ . Based...
Retrieved the hardcoded changes made in the first commit and added a function to sort the sidebar sub-elements in [API tab](https://www.electronjs.org/docs/latest/api/app). https://github.com/electron/website/assets/253690/fd383962-c553-44a5-95c0-49e18e7df946
Hi @dsanders11, thanks for letting me know. I was having a look at the file [scripts/tasks/create-sidebar.ts](https://github.com/electron/website/blob/main/scripts/tasks/create-sidebar.ts) and observed that when I disabled/commented out the **if condition** mentioned below in the...
@dsanders11 Addressed this issue in [PR](https://github.com/electron/website/pull/422) 👍