You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the improvement or update you wish to see?
In the authentication docs, there is a numbered list where each item should have bullet points underneath. Oddly, it's rendered as more numbers in the list but, shaded to be darker.
Hi @Luceium. In the PR that I have raised it says that my branch is out of date with canary. In order to pull the latest changes to my branch should I run git merge canary or git pull origin canary --no-rebase ?
…rdered list (#62958)
On the Building Your Application: Authentication page, the formatting is
broken in the "Setting Up Middleware" section because the unordered list
is nested inside the ordered list. This is causing the unordered list
components to be numbered and throw off the ordering of the top level
list.
I made a tiny change to the markdown to make the top level steps h4
titles, and un-nested the unordered list's
Closes NEXT-61838Fixes#61838
Co-authored-by: Sam Ko <sam@vercel.com>
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
What is the improvement or update you wish to see?
In the authentication docs, there is a numbered list where each item should have bullet points underneath. Oddly, it's rendered as more numbers in the list but, shaded to be darker.
I found the code responsible at https://github.com/vercel/next.js/edit/canary/docs/02-app/01-building-your-application/09-authentication/index.mdx on lines 335 - 343.
I rendered the associated text on my end and it appears to be fine:
ex.
A solution could be adding one more space to each bullet point to bring the space count from 3 to 4 which helps with github's markdown.
Is there any context that might help us understand?
N/A
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/authentication
The text was updated successfully, but these errors were encountered: