-
Notifications
You must be signed in to change notification settings - Fork 298
chore(developer-hub): Oracle Integrity Staking(OIS) section #3044
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
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
apps/developer-hub/source.config.ts
Outdated
}, | ||
remarkPlugins: [remarkMath], | ||
rehypePlugins: [rehypeKatex, rehypeCode], | ||
rehypePlugins: (v) => [rehypeKatex, ...v], |
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.
exactly as from fuma docs, this will preserve the default plugins.
Do we need rehypeCodeOptions here ? @aditya520 as you added this.
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.
Yes, let's keep rehypCode
. It is needed from inline code parsing
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.
Sure, I kept the above file as it was earlier from main, build for developer hub was failing https://vercel.com/pyth-network/developer-hub/9yaQyRHagqAtFosEumwBL9aUd44D?filter=errors
Fixed it, kept rehypeCodeOptions as well.
"pages": [ | ||
"pyth-core", | ||
"pyth-token", |
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.
would be changed later
Summary
Rationale
How has this been tested?