-
Notifications
You must be signed in to change notification settings - Fork 2k
Upgrade docs with better search #599
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vercel/turbo-site/4SZruRptMD8PKrCSftSKRkmsVjSy |
(Later we can introduce a |
How hard is it to do noindex? it's really invading most results |
Actually not hard, will add it today! |
I think we'll wait until that to merge |
Named it as |
@shuding might be broken because turbo docs site is using FS API and .nextra isn't part of the upload. |
Let's see if removing FS api solves it? https://github.com/vercel/turborepo/blob/main/docs/vercel.json#L4 |
Gotcha, or maybe moving that folder to |
@shuding is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Fix #304
Upgrades Nextra which has better built-in search. This also removes Prism since the new Nextra includes Shiki to generate highlighting at build time. A notable change is
highlight="1,2-3"
is now{1,2-3}
(docs).Also have to disable React strict mode. We're on React 17 so it's tricky to support the hash slugger without the new React 18 APIs.