-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/adjust in home poc #1706
base: gh-pages
Are you sure you want to change the base?
Feat/adjust in home poc #1706
Conversation
✅ Deploy Preview for expressjscom-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I like it, I don't think we should add the quick example title. |
<div id="middleware" class="feature-box"> | ||
<h3>Middleware</h3> | ||
<p>Estenda as funcionalidades do Express através de middleware. Desde autenticação até compressão, existe um middleware para cada necessidade da sua aplicação.</p> | ||
<a href="{{ page.lang }}/guide/using-middleware.html" class="learn-more">Saiba mais →</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was always this 404, it's time to fix it.
<a href="{{ page.lang }}/guide/using-middleware.html" class="learn-more">Saiba mais →</a> | |
<a href="/{{ page.lang }}/guide/using-middleware.html" class="learn-more">Saiba mais →</a> |
<div id="quick-start"> | ||
<h4>Exemplo Rápido</h4> | ||
<pre><code class="language-javascript"> | ||
const express = require('express') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's time to promote ESM?
cc: @expressjs/express-tc
Testing changes to the structure of the home page
Before:
After:
** I made the changes only in the pt-br language just to illustrate
LINK PREVIEW IN PT-BR https://deploy-preview-1706--expressjscom-preview.netlify.app/pt-br/