-
Notifications
You must be signed in to change notification settings - Fork 166
feat: introduce learn v2 behind a feature-flag #558
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
base: main
Are you sure you want to change the base?
feat: introduce learn v2 behind a feature-flag #558
Conversation
@GuiBibeau is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
# Learn V2 Development | ||
# Set LOCAL_LEARN_V2=true to enable the learn-v2 feature locally | ||
LOCAL_LEARN_V2=false |
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.
We can remove this. Will figure out a long term strategy for FF later.
@@ -25,6 +25,7 @@ | |||
"@sindresorhus/slugify": "^2.2.1", | |||
"@solana-foundation/solana-lib": "^2.40.3", | |||
"@typeform/embed": "^5.1.0", | |||
"@vercel/edge-config": "^1.4.0", |
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.
Remove along with FF
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.
Use /learn
for route and update components to use existing component libs wherever possible rather than custom code to benefit from future upgrade paths.
Problem
The current learn section is dull and offers not many informations to learners. This introduces behind a feature flag a new learn v2 section.
Summary of Changes
/learn
allowing us to work in multiple incremental PRsdemo-learn-v2.mp4
Fixes #