Sebastian Beltran
Sebastian Beltran
What has happened with that [repository](https://github.com/expressjs/examples)?
Maybe it could work to add these lines during the checkout in GitHub Actions, so it references the branch. ```makefile - uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }}...
We can draw inspiration from this copy of the Express documentation made with Starlight: Repo: https://github.com/bjohansebas/expressjs.com URL: https://expressjs-docs.vercel.app
Static site generators like VitePress, Docusaurus, or Starlight use MDX. We could gradually replace Liquid (used by Jekyll) with MDX in various PRs, which would then facilitate a migration to...
@crandmck [The workflow](https://github.com/expressjs/expressjs.com/actions/runs/10555964181) could not be executed because the event `peter-evans/create-pull-request@v5` is not allowed in the repository. If allowed, we could verify if the workflow works correctly. Alternatively, I can...
@chrisdel101, maybe instead of doing it in a separate JS file, we could do it as an inline script within the head, so that when the browser starts rendering the...
Looking at the requests made by the page, I noticed that when deployed to production, [rocket-loader](https://developers.cloudflare.com/speed/optimization/content/rocket-loader/) is injected (this is enabled in the Cloudflare configuration), which causes the dark-mode script...
I want to join
Thanks for this opportunity