Updates ordering of intro pages (#1136)

This commit is contained in:
Mihovil Ilakovac 2023-04-13 17:17:14 +02:00 committed by GitHub
parent 1f1797c705
commit 06c84f5da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
title: Getting Started
slug: /
title: Quick Start
slug: /quick-start
next: /tutorials/todo-app
---
@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import useBaseUrl from '@docusaurus/useBaseUrl';
## Quick Start
## Installation
Welcome, new Waspeteer 🐝!

View File

@ -1,9 +1,14 @@
---
title: What is Wasp?
title: Introduction
slug: /
---
import ImgWithCaption from '../../blog/components/ImgWithCaption'
:::note
If you are looking for the installation instructions, check out the [Quick Start](/docs/quick-start) section.
:::
We will give a brief overview of what Wasp is, how it works on a high level and when to use it.
## Wasp is a tool to build modern web applications

View File

@ -6,7 +6,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
import DiscordLink from '../../blog/components/DiscordLink';
:::info
Make sure you've set up Wasp! Check out [Getting Started](/docs) first for installation instructions, and then continue with the tutorial. In case of any issues - please, ping us on <DiscordLink />.
Make sure you've set up Wasp! Check out [Getting Started](/docs/quick-start) first for installation instructions, and then continue with the tutorial. In case of any issues - please, ping us on <DiscordLink />.
:::
Well build a web app to solve every developer's most common problem finding an excuse to justify our messy work! We will start with a single config file that outlines the full-stack architecture of our app plus several dozen lines of code for our specific business logic. There's no faster way to do it, so we cant excuse ourselves from building it!

View File

@ -5,7 +5,7 @@ title: Creating the project
import useBaseUrl from '@docusaurus/useBaseUrl';
By now you've already learned [how to install Wasp and create a new project](/docs). So lets create a new web app appropriately named `ItWaspsOnMyMachine`.
By now you've already learned [how to install Wasp and create a new project](/docs/quick-start). So lets create a new web app appropriately named `ItWaspsOnMyMachine`.
```
wasp new ItWaspsOnMyMachine

View File

@ -2,9 +2,9 @@ module.exports = {
docs: [
{
type: "category",
label: "Introduction",
label: "Getting started",
collapsed: false,
items: ["introduction/getting-started", "introduction/what-is-wasp"],
items: ["introduction/what-is-wasp", "introduction/getting-started"],
},
{
type: "category",

View File

@ -23,7 +23,7 @@ const StartIcon = () => (
const ActionButtons = () => (
<div className='flex items-center gap-2'>
<Link to='/docs'>
<Link to='/docs/quick-start'>
<button
className={`
inline-flex items-center space-x-2

View File

@ -222,7 +222,7 @@ const Nav = () => {
<GitHubButton />
<Link to='/docs'>
<Link to='/docs/quick-start'>
<button
className={`
hidden lg:block text-xs