Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

boyney123
Copy link
Contributor

@boyney123 boyney123 commented Nov 12, 2024

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

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wing-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 4:28pm

Copy link
Contributor

@eladb eladb left a 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",
Copy link
Contributor

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?

Copy link
Contributor Author

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",
Copy link
Contributor

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!

Copy link
Contributor Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants