-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): added new learn section for the website
- Loading branch information
Showing
2 changed files
with
358 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,356 @@ | ||
import React from "react"; | ||
import Layout from "@theme/Layout"; | ||
import Head from "@docusaurus/Head"; | ||
|
||
import { | ||
CodeBracketIcon, | ||
BookOpenIcon, | ||
CommandLineIcon, | ||
} from "@heroicons/react/20/solid"; | ||
|
||
const features = [ | ||
{ | ||
name: "Build your first Wing app", | ||
description: | ||
"Install Wing, set up your development environment, and build your first Wing application. This guide will walk you installation, IDE setup, creating your first project, simulating the cloud locally and deploying to AWS.", | ||
href: "/docs", | ||
label: "Get started", | ||
icon: BookOpenIcon, | ||
}, | ||
// { | ||
// name: "Read the Wing Book", | ||
// description: | ||
// "Affectionately nicknamed “the book,” The Wing Programming Language will give you an overview of the language from first principles. You’ll build a few projects along the way, and by the end, you’ll have a solid grasp of the language.", | ||
// href: "/docs/api/category/cloud", | ||
// label: "Read the book", | ||
// icon: BookOpenIcon, | ||
// }, | ||
{ | ||
name: "Step-by-step guide", | ||
description: | ||
"Only got 5 minutes? This step-by-step is designed to walk you through some of the unique aspects of Wing as a cloud programming language and give you a sense of the developer experience we are aiming for.", | ||
href: "https://www.winglang.io/learn", | ||
label: "Start the interactive tutorial", | ||
icon: CommandLineIcon, | ||
}, | ||
{ | ||
name: "Wing by Example", | ||
description: | ||
"Inspired by Rust and Go, Wing by Example is a list of annotated example codes helping you understand elements of Wing. Learn Wing with bite sized code examples including variables, functions, if/else, classes, encoding, and much more .", | ||
href: "/docs/learn", | ||
icon: CodeBracketIcon, | ||
label: "Explore Wing by Example", | ||
}, | ||
]; | ||
|
||
const documentation = [ | ||
{ | ||
name: "The standard library", | ||
description: "API references for the Wing and supported modules", | ||
href: "/docs/api/standard-library", | ||
label: "Read the book", | ||
}, | ||
{ | ||
name: "CLI User manual", | ||
description: "Compile, Test, and Run Wing Programs", | ||
href: "/docs/api/cli", | ||
}, | ||
{ | ||
name: "Language reference", | ||
description: "The Wing programming language reference.", | ||
href: "/docs/api/language-reference", | ||
}, | ||
]; | ||
|
||
const coreConcepts = [ | ||
{ | ||
name: "Why Wing?", | ||
description: | ||
"Understand the unique aspects of Wing as a cloud programming language.", | ||
href: "/docs/why-wing", | ||
}, | ||
{ | ||
name: "Platforms", | ||
description: | ||
"Explore Wing platforms to deploy your applications to the cloud.", | ||
href: "/docs/platforms/platforms", | ||
}, | ||
{ | ||
name: "Preflight/Inflight", | ||
description: | ||
"Understand the unique aspects of Wing with runtime and compile time functions.", | ||
href: "/docs/concepts/inflights", | ||
}, | ||
{ | ||
name: "Local simulation", | ||
description: "Simulate the cloud locally with the Wing console", | ||
href: "/docs/concepts/simulator", | ||
}, | ||
{ | ||
name: "Wing application tree", | ||
description: | ||
"Understand how Wing defines the application's construct tree.", | ||
href: "/docs/concepts/application-tree", | ||
}, | ||
{ | ||
name: "Testing with Wing", | ||
description: "Learn how to test your Wing applications.", | ||
href: "/docs/concepts/tests", | ||
}, | ||
{ | ||
name: "CI/CD", | ||
description: "Learn how to set up CI/CD for your Wing applications.", | ||
href: "/docs/guides/ci-cd", | ||
}, | ||
]; | ||
|
||
const CommunityPage = () => { | ||
return ( | ||
<Layout title={"Community"}> | ||
<Head> | ||
<script | ||
type="text/javascript" | ||
src="https://js-eu1.hsforms.net/forms/embed/v2.js" | ||
/> | ||
</Head> | ||
|
||
<div className="relative isolate bg-white dark:bg-black/60 "> | ||
<div | ||
aria-hidden="true" | ||
className="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" | ||
> | ||
<div | ||
style={{ | ||
clipPath: | ||
"polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)", | ||
}} | ||
className="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr dark:from-wing/80 dark:to-wing/50 opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" | ||
/> | ||
</div> | ||
<div className="px-4 md:px-0 py-4 md:py-12 md:pb-8"> | ||
<div className="mx-auto max-w-7xl "> | ||
<div className="mx-auto md:max-w-7xl "> | ||
<h1 className="text-4xl font-bold tracking-tight dark:text-white sm:text-6xl"> | ||
Learn Wing | ||
</h1> | ||
</div> | ||
</div> | ||
</div> | ||
<div | ||
aria-hidden="true" | ||
className="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]" | ||
> | ||
<div | ||
style={{ | ||
clipPath: | ||
"polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)", | ||
}} | ||
className="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr dark:from-wing/10 dark:to-wing/80 opacity-20 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]" | ||
/> | ||
</div> | ||
</div> | ||
|
||
<div className={`dark:bg-wing/15 bg-gray-100 py-10 `}> | ||
<div className="mx-auto max-w-7xl"> | ||
<div className="mx-auto max-w-2xl lg:max-w-none"> | ||
<h2 className="text-3xl px-4 md:px-0 "> | ||
Getting started with Wing | ||
</h2> | ||
<dl className="grid max-w-xl grid-cols-1 gap-x-14 gap-y-16 lg:max-w-none lg:grid-cols-3 px-5 py-4 md:px-12 md:py-8"> | ||
{features.map((feature) => ( | ||
<div key={feature.name} className="flex flex-col"> | ||
<dt className="flex items-center gap-x-3 text-xl font-semibold leading-7 dark:text-gray-100"> | ||
<feature.icon | ||
aria-hidden="true" | ||
className="h-5 w-5 flex-none text-wing" | ||
/> | ||
{feature.name} | ||
</dt> | ||
<dd className="mt-4 flex flex-auto flex-col text-lg leading-7 text-gray-300 ml-0 "> | ||
<p className="flex-auto text-lg text-gray-800 dark:text-gray-400"> | ||
{feature.description} | ||
</p> | ||
<p className="mt-3"> | ||
<a | ||
href={feature.href} | ||
className="text-md rounded-md bg-wing dark:bg-wing/80 px-3.5 py-1.5 font-semibold text-white shadow-sm hover:bg-wing hover:text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-400" | ||
> | ||
{feature.label} | ||
</a> | ||
</p> | ||
</dd> | ||
</div> | ||
))} | ||
</dl> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className={`dark:bg-black pb-20 `}> | ||
<div className="mx-auto max-w-7xl"> | ||
<div className="mx-auto max-w-2xl lg:max-w-none py-12 pb-0 px-4 md:px-0 "> | ||
<h2 className="text-5xl">Documentation</h2> | ||
<h4 className="text-2xl">Read the core documentation.</h4> | ||
<p></p> | ||
{/* Mobile */} | ||
<p className="block md:hidden text-lg text-gray-800 dark:text-gray-400"> | ||
Reading the documentation is essential to understanding the full | ||
capabilities of Wing. | ||
</p> | ||
{/* Desktop */} | ||
<p className="hidden md:block text-lg text-gray-800 dark:text-gray-400"> | ||
Reading the documentation is essential to understanding the full | ||
capabilities of Wing. Our comprehensive guides and references will | ||
help you get up to speed quickly, whether you're a beginner or an | ||
experienced developer. Dive into the details and learn how to make | ||
the most of Wing's features and tools. | ||
</p> | ||
<ul className="m-o p-0 md:px-10 py-2 space-y-5"> | ||
{documentation.map((doc) => ( | ||
<li | ||
key={doc.name} | ||
className="max-w-7xl mx-auto items-center justify-start flex space-x-4 " | ||
> | ||
<a | ||
href={doc.href} | ||
className="text-xl block font-semibold leading-7 dark:text-wing !underline w-60 hover:dark:text-wing/80 " | ||
> | ||
{doc.name} | ||
</a> | ||
<p className="hidden md:block text-lg m-0 p-0 text-gray-800 dark:text-gray-400"> | ||
{doc.description} | ||
</p> | ||
<p className="mt-3"></p> | ||
</li> | ||
))} | ||
</ul> | ||
</div> | ||
<hr className="bg-wing/20 mx-8 md:mx-0 my-10" /> | ||
<div className="px-4 md:px-0 "> | ||
<h2 className="text-5xl">Core concepts</h2> | ||
<h4 className="text-2xl">Learn the concepts of Wing.</h4> | ||
<p className="text-lg text-gray-800 dark:text-gray-400"> | ||
Understanding the core concepts of Wing is essential to building | ||
cloud-native applications. Our documentation will help you | ||
understand the key concepts and features of Wing, so you can build | ||
powerful and scalable applications with ease. | ||
</p> | ||
<ul className="m-o p-0 md:px-10 py-2 space-y-5"> | ||
{coreConcepts.map((concept) => ( | ||
<li | ||
key={concept.name} | ||
className="max-w-7xl mx-auto items-center justify-start flex space-x-4 " | ||
> | ||
<a | ||
href={concept.href} | ||
className="text-xl block font-semibold leading-7 dark:text-wing !underline w-60 hover:dark:text-wing/80 " | ||
> | ||
{concept.name} | ||
</a> | ||
<p className="hidden md:block text-lg m-0 p-0 text-gray-800 dark:text-gray-400"> | ||
{concept.description} | ||
</p> | ||
</li> | ||
))} | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className={`dark:bg-wing/10 py-10 md:pb-32`}> | ||
<div className="mx-auto max-w-7xl px-4 md:px-0 "> | ||
<div className="mx-auto max-w-2xl lg:max-w-none"> | ||
<h2 className="text-3xl">Join the community</h2> | ||
<p className="text-lg text-gray-800 dark:text-gray-400"> | ||
Joining our Discord and GitHub communities is a great way to stay | ||
connected with other Wing developers, get help with your projects, | ||
and contribute to the growth of the Wing ecosystem. By joining | ||
these communities, you'll be part of a vibrant and supportive | ||
network of developers who are passionate about building a better | ||
cloud programming experience. | ||
</p> | ||
<div className="mt-10 md:flex items-center justify-center gap-x-6 space-y-4 md:space-y-0"> | ||
<a | ||
href="https://github.com/winglang/wing" | ||
className="bg-gray-100 dark:bg-wing/50 hover:bg-wing/30 w-full p-8 md:p-10 rounded-sm text-2xl md:text-4xl dark:text-white flex justify-center items-center space-x-8 md:space-x-32 group" | ||
> | ||
<span className="w-10 h-10 md:w-20 md:h-20 inline-block"> | ||
<svg | ||
viewBox="0 0 20 20" | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="currentColor" | ||
> | ||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g> | ||
<g | ||
id="SVGRepo_tracerCarrier" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
></g> | ||
<g id="SVGRepo_iconCarrier"> | ||
<title>github [#142]</title> | ||
<desc>Created with Sketch.</desc> <defs> </defs> | ||
<g | ||
id="Page-1" | ||
stroke="none" | ||
stroke-width="1" | ||
fill="none" | ||
fill-rule="evenodd" | ||
> | ||
<g | ||
id="Dribbble-Light-Preview" | ||
transform="translate(-140.000000, -7559.000000)" | ||
fill="currentColor" | ||
> | ||
<g | ||
id="icons" | ||
transform="translate(56.000000, 160.000000)" | ||
> | ||
<path | ||
d="M94,7399 C99.523,7399 104,7403.59 104,7409.253 C104,7413.782 101.138,7417.624 97.167,7418.981 C96.66,7419.082 96.48,7418.762 96.48,7418.489 C96.48,7418.151 96.492,7417.047 96.492,7415.675 C96.492,7414.719 96.172,7414.095 95.813,7413.777 C98.04,7413.523 100.38,7412.656 100.38,7408.718 C100.38,7407.598 99.992,7406.684 99.35,7405.966 C99.454,7405.707 99.797,7404.664 99.252,7403.252 C99.252,7403.252 98.414,7402.977 96.505,7404.303 C95.706,7404.076 94.85,7403.962 94,7403.958 C93.15,7403.962 92.295,7404.076 91.497,7404.303 C89.586,7402.977 88.746,7403.252 88.746,7403.252 C88.203,7404.664 88.546,7405.707 88.649,7405.966 C88.01,7406.684 87.619,7407.598 87.619,7408.718 C87.619,7412.646 89.954,7413.526 92.175,7413.785 C91.889,7414.041 91.63,7414.493 91.54,7415.156 C90.97,7415.418 89.522,7415.871 88.63,7414.304 C88.63,7414.304 88.101,7413.319 87.097,7413.247 C87.097,7413.247 86.122,7413.234 87.029,7413.87 C87.029,7413.87 87.684,7414.185 88.139,7415.37 C88.139,7415.37 88.726,7417.2 91.508,7416.58 C91.513,7417.437 91.522,7418.245 91.522,7418.489 C91.522,7418.76 91.338,7419.077 90.839,7418.982 C86.865,7417.627 84,7413.783 84,7409.253 C84,7403.59 88.478,7399 94,7399" | ||
id="github-[#142]" | ||
></path> | ||
</g> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
</span> | ||
<span className="inline-block ">GitHub</span> | ||
</a> | ||
<a | ||
href="https://t.winglang.io/discord" | ||
className="bg-gray-100 dark:bg-wing/50 hover:bg-wing/30 w-full p-8 md:p-10 rounded-sm text-2xl md:text-4xl dark:text-white flex justify-center items-center space-x-8 md:space-x-32 group" | ||
> | ||
<span className="w-10 h-10 md:w-20 md:h-20 inline-block"> | ||
<svg | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g> | ||
<g | ||
id="SVGRepo_tracerCarrier" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
></g> | ||
<g id="SVGRepo_iconCarrier"> | ||
<path | ||
d="M18.8943 4.34399C17.5183 3.71467 16.057 3.256 14.5317 3C14.3396 3.33067 14.1263 3.77866 13.977 4.13067C12.3546 3.89599 10.7439 3.89599 9.14391 4.13067C8.99457 3.77866 8.77056 3.33067 8.58922 3C7.05325 3.256 5.59191 3.71467 4.22552 4.34399C1.46286 8.41865 0.716188 12.3973 1.08952 16.3226C2.92418 17.6559 4.69486 18.4666 6.4346 19C6.86126 18.424 7.24527 17.8053 7.57594 17.1546C6.9466 16.92 6.34927 16.632 5.77327 16.2906C5.9226 16.184 6.07194 16.0667 6.21061 15.9493C9.68793 17.5387 13.4543 17.5387 16.889 15.9493C17.0383 16.0667 17.177 16.184 17.3263 16.2906C16.7503 16.632 16.153 16.92 15.5236 17.1546C15.8543 17.8053 16.2383 18.424 16.665 19C18.4036 18.4666 20.185 17.6559 22.01 16.3226C22.4687 11.7787 21.2836 7.83202 18.8943 4.34399ZM8.05593 13.9013C7.01058 13.9013 6.15725 12.952 6.15725 11.7893C6.15725 10.6267 6.98925 9.67731 8.05593 9.67731C9.11191 9.67731 9.97588 10.6267 9.95454 11.7893C9.95454 12.952 9.11191 13.9013 8.05593 13.9013ZM15.065 13.9013C14.0196 13.9013 13.1652 12.952 13.1652 11.7893C13.1652 10.6267 13.9983 9.67731 15.065 9.67731C16.121 9.67731 16.985 10.6267 16.9636 11.7893C16.9636 12.952 16.1317 13.9013 15.065 13.9013Z" | ||
stroke="currentColor" | ||
stroke-linejoin="round" | ||
></path> | ||
</g> | ||
</svg> | ||
</span> | ||
<span className="inline-block">Discord</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</Layout> | ||
); | ||
}; | ||
|
||
export default CommunityPage; |