-
Notifications
You must be signed in to change notification settings - Fork 5
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(docs): added new learn section for the website #1041
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Love it!
className: "header-text-link", | ||
target: "_self", | ||
}, | ||
{ | ||
to: "docs/learn", | ||
to: "learn-wing", |
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.
Can this just be /learn
?
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.
Yeah /learn is already taken, but let me look at this!
@@ -272,24 +272,17 @@ const config = { | |||
{ | |||
to: "docs", | |||
position: "left", | |||
label: "Getting started", |
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.
Can we switch "Get Started" and "Learn" so that learn is first? Now that it's so sexy!
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.
Yeah something I want to explore is to have
Install | Get started | (other links).
Similar to https://www.rust-lang.org/learn
I want to make a custom page for the install steps, simplifying it and making it look sexy too,
Thoughts?
I'm review the way Wing information is laid out. This is the initial move of some information
The new learn page consists of material to help folks learn Wing, either by hands on examples, or docs (e.g standard lib) or diving into some core concepts of Wing.
Next phase will be to tidy up the other pages and flow, then write the "Wing Book" (inspired by https://guide.sst.dev/ and https://doc.rust-lang.org/book/) which will teach people Wing and it's fundamentals through practical examples and hands up walkthroughs.
Preview of the new page https://wing-docs-git-new-learn-section-for-website-monada.vercel.app/learn-wing